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.
Imported from lsl233/prompt-flow (.claude/skills/verify/SKILL.md). Install upstream with npx skills add lsl233/prompt-flow --skill verify. Copyright stays with the author.
Verify the recent changes by:
Run TypeScript compilation: npm run type-check or tsc --noEmit
Check for i18n: ensure all user-facing strings use t()
Check for context providers: verify components are wrapped with needed providers
For extension work: test in browser, check WXT patterns
Run lint: npm run lint
Report any issues found with specific file paths and fix suggestions.
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.
lsl233-prompt-flow-verify.ocm.jsonjson
{
"ocm": "1",
"id": "lsl233-prompt-flow-verify",
"kind": "skill",
"name": "verify",
"description": "Run post-implementation verification checklist",
"publisher": "lsl233",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Run post-implementation verification checklist"
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/lsl233/prompt-flow",
"path": ".claude/skills/verify/SKILL.md",
"ref": "58982f8918b40d1fe627ca049c0b74a595bd1bdf",
"url": "https://github.com/lsl233/prompt-flow/blob/58982f8918b40d1fe627ca049c0b74a595bd1bdf/.claude/skills/verify/SKILL.md",
"key": "lsl233/prompt-flow/.claude/skills/verify/SKILL.md"
}
},
"instructions": "Verify the recent changes by:\n1. Run TypeScript compilation: `npm run type-check` or `tsc --noEmit`\n2. Check for i18n: ensure all user-facing strings use t()\n3. Check for context providers: verify components are wrapped with needed providers\n4. For extension work: test in browser, check WXT patterns\n5. Run lint: `npm run lint`\n\nReport any issues found with specific file paths and fix suggestions.",
"cost": {
"context_tokens": 99
}
}
Fetch it by URL: GET /api/v1/registry/lsl233-prompt-flow-verify/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.