Back to Registry View Author Profile
Official Verified
llm-signal-geo-analyst
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.
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/immythz/llm-signal-geo-analystOr
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.
Metadata
AI Skill Finder
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skill Add to Configuration
Paste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-immythz-llm-signal-geo-analyst": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.