Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
seocur-geo - Skill - OpenSmartRoute
Skillv1.0.0
seocur-geo
GEO citability (130–170 word passages), question headings, llms.txt, and AI crawler robots. Use for AI search / llms.txt / ChatGPT citation prep.
Imported from engrmaziz/cursor-seo-mcp (skills/seocur-geo/SKILL.md). Install upstream with npx skills add engrmaziz/cursor-seo-mcp --skill seocur-geo. Copyright stays with the author.
Seocur GEO
python -m seocur geo <url>
Do not claim the page is cited in ChatGPT or Perplexity unless the user provides that evidence. Draft llms.txt from extra.llms_txt_preview. GEO also checks author, datePublished, and publisher identity in JSON-LD.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
# after Install: the listing is in your workspace's routing pool - a plan picks it for its slot
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
engrmaziz-cursor-seo-mcp-seocur-geo.ocm.jsonjson
{
"ocm": "1",
"id": "engrmaziz-cursor-seo-mcp-seocur-geo",
"kind": "skill",
"name": "seocur-geo",
"description": "GEO citability (130–170 word passages), question headings, llms.txt, and AI crawler robots. Use for AI search / llms.txt / ChatGPT citation prep.",
"publisher": "engrmaziz",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"GEO citability (130–170 word passages), question headings, llms.txt, and AI crawler robots. Use for AI search / llms.txt / ChatGPT citation prep."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/engrmaziz/cursor-seo-mcp",
"path": "skills/seocur-geo/SKILL.md",
"ref": "8d96a2058b4ccc1eea51ea29995b5b453a465dd4",
"url": "https://github.com/engrmaziz/cursor-seo-mcp/blob/8d96a2058b4ccc1eea51ea29995b5b453a465dd4/skills/seocur-geo/SKILL.md",
"key": "engrmaziz/cursor-seo-mcp/skills/seocur-geo/SKILL.md"
}
},
"instructions": "# Seocur GEO\n\n```bash\npython -m seocur geo <url>\n```\n\nDo not claim the page is cited in ChatGPT or Perplexity unless the user provides that evidence. Draft `llms.txt` from `extra.llms_txt_preview`. GEO also checks author, datePublished, and publisher identity in JSON-LD.",
"cost": {
"context_tokens": 67
}
}
Fetch it by URL: GET /api/v1/registry/engrmaziz-cursor-seo-mcp-seocur-geo/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.