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.
seo-audit - Skill - OpenSmartRoute
Skillv1.0.0
seo-audit
Performs SEO audit and provides optimization recommendations
Imported from iDorgham/BrandOS (.claude/skills/seo-audit/SKILL.md). Install upstream with npx skills add iDorgham/BrandOS --skill seo-audit. Copyright stays with the author.
SKILL.md
Analyzes a website's search engine visibility and identifies issues.
Parameters
url: The domain or page to audit.
focus: Areas of emphasis (e.g., "technical", "content", "backlinks").
Examples
Homepage Technical Audit
seo-audit --url "https://brandos.io" --focus "technical and speed"
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.
idorgham-brandos-seo-audit.ocm.jsonjson
{
"ocm": "1",
"id": "idorgham-brandos-seo-audit",
"kind": "skill",
"name": "seo-audit",
"description": "Performs SEO audit and provides optimization recommendations",
"publisher": "iDorgham",
"version": "1.0.0",
"capabilities": {
"domains": [
"marketing"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Performs SEO audit and provides optimization recommendations"
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/iDorgham/BrandOS",
"path": ".claude/skills/seo-audit/SKILL.md",
"ref": "0e641012dd6957ed5d93e9c77063a68091439bb5",
"url": "https://github.com/iDorgham/BrandOS/blob/0e641012dd6957ed5d93e9c77063a68091439bb5/.claude/skills/seo-audit/SKILL.md",
"key": "iDorgham/BrandOS/.claude/skills/seo-audit/SKILL.md"
}
},
"instructions": "# SKILL.md\n\nAnalyzes a website's search engine visibility and identifies issues.\n\n## Parameters\n- `url`: The domain or page to audit.\n- `focus`: Areas of emphasis (e.g., \"technical\", \"content\", \"backlinks\").\n\n## Examples\n### Homepage Technical Audit\n```bash\nseo-audit --url \"https://brandos.io\" --focus \"technical and speed\"\n```",
"cost": {
"context_tokens": 82
}
}
Fetch it by URL: GET /api/v1/registry/idorgham-brandos-seo-audit/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.