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.
stz-migrate - Skill - OpenSmartRoute
Skillv1.0.0
stz-migrate
Run the full Slack-to-Zoom migration workflow end to end. Use this for the complete staged flow from discovery through validation and handoff.
Imported from zoom/slack-to-zoom (skills/stz-migrate/SKILL.md). Install upstream with npx skills add zoom/slack-to-zoom --skill stz-migrate. Copyright stays with the author.
Execute all stage docs in ../../shared/slack-to-zoom/stages/ in order.
Generate the output app in the working directory.
Validate with tests and a startup check before closing.
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.
zoom-slack-to-zoom-stz-migrate.ocm.jsonjson
{
"ocm": "1",
"id": "zoom-slack-to-zoom-stz-migrate",
"kind": "skill",
"name": "stz-migrate",
"description": "Run the full Slack-to-Zoom migration workflow end to end. Use this for the complete staged flow from discovery through validation and handoff.",
"publisher": "zoom",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Run the full Slack-to-Zoom migration workflow end to end. Use this for the complete staged flow from discovery through validation and handoff."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/zoom/slack-to-zoom",
"path": "skills/stz-migrate/SKILL.md",
"ref": "c60c4ef926ee1ab16ea5cb5949dc5e16d8757f9a",
"url": "https://github.com/zoom/slack-to-zoom/blob/c60c4ef926ee1ab16ea5cb5949dc5e16d8757f9a/skills/stz-migrate/SKILL.md",
"key": "zoom/slack-to-zoom/skills/stz-migrate/SKILL.md"
}
},
"instructions": "# STZ Migrate\n\nUse this skill for the full migration workflow.\n\n## Workflow\n\n1. Read `../../shared/slack-to-zoom/core/executor.md`.\n2. Read `../../shared/slack-to-zoom/core/instructions.md`.\n3. Execute all stage docs in `../../shared/slack-to-zoom/stages/` in order.\n4. Generate the output app in the working directory.\n5. Validate with tests and a startup check before closing.",
"cost": {
"context_tokens": 94
}
}
Fetch it by URL: GET /api/v1/registry/zoom-slack-to-zoom-stz-migrate/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.