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.sh
Run status request
{baseDir}/scripts/fetch-status.sh
Output 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.