- name
- llm-signal-geo-analyst
- description
- Run LLM Signal GEO analyst workflows from OpenClaw. Use when you need to fetch deterministic GEO action plans, check site health status, and execute/review hosted or self-hosted agent workflows with approval-safe guidance.
- homepage
- https://www.llmsignal.app/docs/agents
- user-invocable
- true
- metadata
- {"openclaw":{"homepage":"https://www.llmsignal.app/docs/agents","primaryEnv":"LLMSIGNAL_API_KEY","requires":{"env":["LLMSIGNAL_BASE_URL","LLMSIGNAL_SITE_ID","LLMSIGNAL_API_KEY"],"anyBins":["curl","bash","sh"]}}}
LLM Signal GEO Analyst
Use this skill to operate LLM Signal agent flows from OpenClaw.
Required environment
LLMSIGNAL_BASE_URL(example:https://www.llmsignal.app)LLMSIGNAL_SITE_IDLLMSIGNAL_API_KEY
Execution policy
- Call
POST /api/agent/v1/planbefore recommending actions. - Automatically execute only
auto_safeactions. - Route
manualandassistactions to human approval. - Never output API keys or secrets.
Run plan request
{baseDir}/scripts/fetch-plan.shRun status request
{baseDir}/scripts/fetch-status.shOutput format for each recommended action
Return:
titlepriorityreasonexact stepscommand/diff scaffold(if present)approval required(yesfor manual/assist,nofor auto_safe)
Notes
- Agent API access is limited to Growth and Pro plans.
- Use
persist=truein plan calls to store run history and outcomes.