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.
multi-pattern - Skill - OpenSmartRoute
Skillv1.0.0
multi-pattern
Skill that uses multiple external tools without compliance
Imported from garrytan/gbrain (test/fixtures/brain-first-skills/multi-pattern/SKILL.md). Install upstream with npx skills add garrytan/gbrain --skill multi-pattern. Copyright stays with the author.
multi-pattern
A skill that fans out across exa.search, perplexity, and crustdata for
comprehensive lookups. No brain-first compliance declared. Should be
flagged with all three external patterns reported.
How
Query exa.search for general matches. Cross-reference perplexity for
deeper synthesis. Pull crustdata for LinkedIn signal.
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.
garrytan-gbrain-multi-pattern.ocm.jsonjson
{
"ocm": "1",
"id": "garrytan-gbrain-multi-pattern",
"kind": "skill",
"name": "multi-pattern",
"description": "Skill that uses multiple external tools without compliance",
"publisher": "garrytan",
"version": "1.0.0",
"capabilities": {
"domains": [
"legal"
],
"tags": [
"skill-md",
"skills-sh"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Skill that uses multiple external tools without compliance"
],
"primary": false,
"metadata": {
"source": {
"provider": "skills.sh",
"repository": "https://github.com/garrytan/gbrain",
"path": "test/fixtures/brain-first-skills/multi-pattern/SKILL.md",
"ref": "HEAD",
"url": "https://github.com/garrytan/gbrain/blob/HEAD/test/fixtures/brain-first-skills/multi-pattern/SKILL.md",
"key": "garrytan/gbrain/test/fixtures/brain-first-skills/multi-pattern/SKILL.md"
}
},
"instructions": "# multi-pattern\n\nA skill that fans out across exa.search, perplexity, and crustdata for\ncomprehensive lookups. No brain-first compliance declared. Should be\nflagged with all three external patterns reported.\n\n## How\n\nQuery exa.search for general matches. Cross-reference perplexity for\ndeeper synthesis. Pull crustdata for LinkedIn signal.",
"cost": {
"context_tokens": 84
}
}
Fetch it by URL: GET /api/v1/registry/garrytan-gbrain-multi-pattern/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.