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.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add Lord1Egypt/awesome-skill-forge --skill llm-signal-geo-analyst --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Llm Signal Geo Analyst?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/lord1egypt-llm-signal-geo-analyst)More formats (shields.io, HTML) on the badges page.
---
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_ID`
- `LLMSIGNAL_API_KEY`
## Execution policy
1. Call `POST /api/agent/v1/plan` before recommending actions.
2. Automatically execute only `auto_safe` actions.
3. Route `manual` and `assist` actions to human approval.
4. Never output API keys or secrets.
## Run plan request
```bash
{baseDir}/scripts/fetch-plan.sh
```
## Run status request
```bash
{baseDir}/scripts/fetch-status.sh
```
## Output format for each recommended action
Return:
1. `title`
2. `priority`
3. `reason`
4. `exact steps`
5. `command/diff scaffold` (if present)
6. `approval required` (`yes` for manual/assist, `no` for auto_safe)
## Notes
- Agent API access is limited to Growth and Pro plans.
- Use `persist=true` in plan calls to store run history and outcomes.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!