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.
loom-brainstorm - Skill - OpenSmartRoute
Skillv1.0.0
loom-brainstorm
when the user wants to explore, brainstorm, or plan a topic before proving anything
Imported from ikmartin/loom-arras (loom/tests/quilts/showcase/.claude/skills/loom-brainstorm/SKILL.md). Install upstream with npx skills add ikmartin/loom-arras --skill loom-brainstorm. Copyright stays with the author.
Run loom ai orient if you have not done so this session, and loom ai runs to see the open runs; loom ai start "a name" opens a new one. Nothing sets $LOOM_RUN, so pass --run with the run's name on every command that takes it. Read ai/modes/brainstorm.md and follow it exactly. Begin with the mode's first command.
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.
ikmartin-loom-arras-loom-brainstorm.ocm.jsonjson
{
"ocm": "1",
"id": "ikmartin-loom-arras-loom-brainstorm",
"kind": "skill",
"name": "loom-brainstorm",
"description": "when the user wants to explore, brainstorm, or plan a topic before proving anything",
"publisher": "ikmartin",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"when the user wants to explore, brainstorm, or plan a topic before proving anything"
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/ikmartin/loom-arras",
"path": "loom/tests/quilts/showcase/.claude/skills/loom-brainstorm/SKILL.md",
"ref": "4e35688b9431206bf3a50b35b9ba67617008ce90",
"url": "https://github.com/ikmartin/loom-arras/blob/4e35688b9431206bf3a50b35b9ba67617008ce90/loom/tests/quilts/showcase/.claude/skills/loom-brainstorm/SKILL.md",
"key": "ikmartin/loom-arras/loom/tests/quilts/showcase/.claude/skills/loom-brainstorm/SKILL.md"
}
},
"instructions": "Run `loom ai orient` if you have not done so this session, and `loom ai runs` to see the open runs; `loom ai start \"a name\"` opens a new one. Nothing sets `$LOOM_RUN`, so pass `--run` with the run's name on every command that takes it. Read `ai/modes/brainstorm.md` and follow it exactly. Begin with the mode's first command.",
"cost": {
"context_tokens": 81
}
}
Fetch it by URL: GET /api/v1/registry/ikmartin-loom-arras-loom-brainstorm/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.