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.
media-index - Skill - OpenSmartRoute
Skillv1.0.0
media-index
Maintain a local JSON index of reusable source media, transcripts, tags, and probe metadata.
Imported from 45ck/content-machine (experiments/agent-evals/news-lane/codex-project/.content-machine/skills/media-index/SKILL.md). Install upstream with npx skills add 45ck/content-machine --skill media-index. Copyright stays with the author.
Media Index
Use this after source media analysis when local assets should be reused
or searched later. The index is JSON, local-only, and keyed by resolved
file path.
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.
45ck-content-machine-media-index.ocm.jsonjson
{
"ocm": "1",
"id": "45ck-content-machine-media-index",
"kind": "skill",
"name": "media-index",
"description": "Maintain a local JSON index of reusable source media, transcripts, tags, and probe metadata.",
"publisher": "45ck",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Maintain a local JSON index of reusable source media, transcripts, tags, and probe metadata."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/45ck/content-machine",
"path": "experiments/agent-evals/news-lane/codex-project/.content-machine/skills/media-index/SKILL.md",
"ref": "46cfe459d9ffbf40f847399e3f88c7c380074e7b",
"url": "https://github.com/45ck/content-machine/blob/46cfe459d9ffbf40f847399e3f88c7c380074e7b/experiments/agent-evals/news-lane/codex-project/.content-machine/skills/media-index/SKILL.md",
"key": "45ck/content-machine/experiments/agent-evals/news-lane/codex-project/.content-machine/skills/media-index/SKILL.md"
}
},
"instructions": "# Media Index\n\nUse this after source media analysis when local assets should be reused\nor searched later. The index is JSON, local-only, and keyed by resolved\nfile path.\n\n```bash\ncat .content-machine/skills/media-index/examples/request.json | \\\n node ./node_modules/@45ck/content-machine/agent/run-tool.mjs media-index\n```",
"cost": {
"context_tokens": 80
}
}
Fetch it by URL: GET /api/v1/registry/45ck-content-machine-media-index/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.