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.
omd-component-harvest - Skill - OpenSmartRoute
Skillv1.0.0
omd-component-harvest
Legacy catalog component writer safety gate. Use when component harvesting is requested, but stop before editing until the Core v2 graph-backed catalog writer and readers are available.
Imported from kwakseongjae/oh-my-design (.agents/skills/omd-component-harvest/SKILL.md). Install upstream with npx skills add kwakseongjae/oh-my-design --skill omd-component-harvest. Copyright stays with the author.
omd:component-harvest — catalog write safety gate
CORE_V2_CATALOG_WRITE_BLOCKED
Do not rewrite a reference section, legacy frontmatter token block, mirror, or
quality marker. The current public catalog is dual-read source material, while
all future writers must be graph-backed Core v2. Reusing the retired section and
frontmatter mutation path would create a new legacy authority and can silently
lose provenance.
Report that component harvesting is temporarily read-only. Evidence collection
may be proposed separately, but no catalog bytes may change until a canonical
catalog graph/evidence writer, migrated readers, and a provider-free
dropped_segments=0 migration gate ship together.
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.
{
"ocm": "1",
"id": "kwakseongjae-oh-my-design-omd-component-harvest",
"kind": "skill",
"name": "omd-component-harvest",
"description": "Legacy catalog component writer safety gate. Use when component harvesting is requested, but stop before editing until the Core v2 graph-backed catalog writer and readers are available.",
"publisher": "kwakseongjae",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Legacy catalog component writer safety gate. Use when component harvesting is requested, but stop before editing until the Core v2 graph-backed catalog writer and readers are available."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/kwakseongjae/oh-my-design",
"path": ".agents/skills/omd-component-harvest/SKILL.md",
"ref": "15ff013933b37d1800e05c75e7680ed17e56f94b",
"url": "https://github.com/kwakseongjae/oh-my-design/blob/15ff013933b37d1800e05c75e7680ed17e56f94b/.agents/skills/omd-component-harvest/SKILL.md",
"key": "kwakseongjae/oh-my-design/.agents/skills/omd-component-harvest/SKILL.md"
}
},
"instructions": "# omd:component-harvest — catalog write safety gate\n\n`CORE_V2_CATALOG_WRITE_BLOCKED`\n\nDo not rewrite a reference section, legacy frontmatter token block, mirror, or\nquality marker. The current public catalog is dual-read source material, while\nall future writers must be graph-backed Core v2. Reusing the retired section and\nfrontmatter mutation path would create a new legacy authority and can silently\nlose provenance.\n\nReport that component harvesting is temporarily read-only. Evidence collection\nmay be proposed separately, but no catalog bytes may change until a canonical\ncatalog graph/evidenc",
"cost": {
"context_tokens": 174
}
}
Fetch it by URL: GET /api/v1/registry/kwakseongjae-oh-my-design-omd-component-harvest/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.