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 toolnyc/blow (.agent/skills/verify/SKILL.md). Install upstream with npx skills add toolnyc/blow --skill verify. Copyright stays with the author.
/verify — Build verification
Procedure
Clear verify-passed sentinel
Run pnpm build
Fix all TypeScript errors
Fix all Astro build errors
If fixes were made, re-run pnpm build to confirm clean
When build passes clean: set verify-passed sentinel
Output what was fixed (if anything), or "Clean build."
Rules
Never skip the build step
Never suppress TypeScript errors with any or @ts-ignore
A clean build is the minimum bar for shipping
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.
toolnyc-blow-verify.ocm.jsonjson
{
"ocm": "1",
"id": "toolnyc-blow-verify",
"kind": "skill",
"name": "verify",
"description": "Run full build verification",
"publisher": "toolnyc",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Run full build verification"
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/toolnyc/blow",
"path": ".agent/skills/verify/SKILL.md",
"ref": "f2a04ea52ec61a2a53108b9a3621d963ac25384b",
"url": "https://github.com/toolnyc/blow/blob/f2a04ea52ec61a2a53108b9a3621d963ac25384b/.agent/skills/verify/SKILL.md",
"key": "toolnyc/blow/.agent/skills/verify/SKILL.md"
}
},
"instructions": "# /verify — Build verification\n\n## Procedure\n\n1. Clear `verify-passed` sentinel\n2. Run `pnpm build`\n - Fix all TypeScript errors\n - Fix all Astro build errors\n3. If fixes were made, re-run `pnpm build` to confirm clean\n4. When build passes clean: set `verify-passed` sentinel\n5. Output what was fixed (if anything), or \"Clean build.\"\n\n## Rules\n\n- Never skip the build step\n- Never suppress TypeScript errors with `any` or `@ts-ignore`\n- A clean build is the minimum bar for shipping",
"cost": {
"context_tokens": 121
}
}
Fetch it by URL: GET /api/v1/registry/toolnyc-blow-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.