Answers from the documentation - opens a ticket when you need a person
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.
Answers come from the docs; check anything important there.
Imported from zephsinx/mediaspawner (src/components/spawn-list/AGENTS.md). Install upstream with npx skills add zephsinx/mediaspawner --skill spawn-list. Copyright stays with the author.
Spawn List — AGENTS.md
Scope and purpose
Left panel listing spawns, selection, and navigation into editor modes.
Selection and routing
Selection updates LayoutContext.selectedSpawnId.
Request center mode switches via mediaspawner:request-center-switch.
Respect hasUnsavedChanges guard before switching modes.
Testing guidance
Verify selection updates context and focuses the correct center mode.
Ensure unsaved-changes prompts appear when applicable.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/zephsinx-mediaspawner-spawn-list/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
zephsinx-mediaspawner-spawn-list.ocm.jsonjson
{
"ocm": "1",
"id": "zephsinx-mediaspawner-spawn-list",
"kind": "skill",
"name": "spawn-list",
"description": "Spawn List — AGENTS.md",
"publisher": "zephsinx",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Spawn List — AGENTS.md"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/zephsinx/mediaspawner",
"path": "src/components/spawn-list/AGENTS.md",
"ref": "38dd423d8b1c412c844e97f0e9ffa8ab362840b5",
"url": "https://github.com/zephsinx/mediaspawner/blob/38dd423d8b1c412c844e97f0e9ffa8ab362840b5/src/components/spawn-list/AGENTS.md",
"key": "zephsinx/mediaspawner/src/components/spawn-list/AGENTS.md"
}
},
"instructions": "# Spawn List — AGENTS.md\n\n## Scope and purpose\n\n- Left panel listing spawns, selection, and navigation into editor modes.\n\n## Selection and routing\n\n- Selection updates `LayoutContext.selectedSpawnId`.\n- Request center mode switches via `mediaspawner:request-center-switch`.\n- Respect `hasUnsavedChanges` guard before switching modes.\n\n## Testing guidance\n\n- Verify selection updates context and focuses the correct center mode.\n- Ensure unsaved-changes prompts appear when applicable.",
"cost": {
"context_tokens": 121
}
}
Fetch it by URL: GET /api/v1/registry/zephsinx-mediaspawner-spawn-list/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.