llm-signal-geo-analyst
v0.1.0Run 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.
Installation
Please help me install the skill `llm-signal-geo-analyst` from SkillHub official store.
npx skills add ImMythz/llm-signal-geo-analyst
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.