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.
verify - Skill - OpenSmartRoute
Skillv1.0.0
verify
Verify your current Claude Code Hero quest level. Use when the learner types /claude-code-hero:verify or /verify, asks to check their work, or wants to see quest progress.
Imported from kylesnowschwartz/claude-code-hero (skills/verify/SKILL.md). Install upstream with npx skills add kylesnowschwartz/claude-code-hero --skill verify. Copyright stays with the author.
Verify quest completion for Claude Code Hero. The CLI is the source of truth -- do not perform semantic evaluation.
/verify 5 -- user gave a level number. Run ruby scripts/cli.rb verify 5. Report PASS or FAIL. Done.
/verify -- no argument. Run ruby scripts/cli.rb verify <current_level>. Report PASS or FAIL. Done.
Reporting
PASS: State what was verified and that the level is complete. Brief.
FAIL: Show the CLI's failure message so the learner knows what to fix.
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": "kylesnowschwartz-claude-code-hero-verify",
"kind": "skill",
"name": "verify",
"description": "Verify your current Claude Code Hero quest level. Use when the learner types /claude-code-hero:verify or /verify, asks to check their work, or wants to see quest progress.",
"publisher": "kylesnowschwartz",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Verify your current Claude Code Hero quest level. Use when the learner types /claude-code-hero:verify or /verify, asks to check their work, or wants to see quest progress."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/kylesnowschwartz/claude-code-hero",
"path": "skills/verify/SKILL.md",
"ref": "4abcc6d424bb8fbe3a33db1899ad98df28a91aee",
"url": "https://github.com/kylesnowschwartz/claude-code-hero/blob/4abcc6d424bb8fbe3a33db1899ad98df28a91aee/skills/verify/SKILL.md",
"key": "kylesnowschwartz/claude-code-hero/skills/verify/SKILL.md"
},
"allowed_tools": [
"Bash(\"jq",
"'.current_level'",
".claude/claude-code-hero.json\"),",
"Read"
]
},
"instructions": "Verify quest completion for Claude Code Hero. The CLI is the source of truth -- do not perform semantic evaluation.\n\n$ARGUMENTS\n\n## How to run\n\n<current_level>\n !`jq '.current_level' .claude/claude-code-hero.json`\n</current_level>\n\nAlways pass a level number to the CLI.\n\n1. **`/verify 5`** -- user gave a level number. Run `ruby scripts/cli.rb verify 5`. Report PASS or FAIL. Done.\n2. **`/verify`** -- no argument. Run `ruby scripts/cli.rb verify <current_level>`. Report PASS or FAIL. Done.\n\n## Reporting\n\n- **PASS**: State what was verified and that the level is complete. Brief.\n- **FAIL**: Show ",
"cost": {
"context_tokens": 164
}
}
Fetch it by URL: GET /api/v1/registry/kylesnowschwartz-claude-code-hero-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.