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.
w-api-test - Skill - OpenSmartRoute
Skillv1.0.0
w-api-test
Add API tests that exercise public HTTP behavior against existing harnesses.
Imported from blockmatic/basilic-skills (skills/w-api-test/SKILL.md) via skills.sh. Install upstream with npx skills add blockmatic/basilic-skills --skill w-api-test. Copyright stays with the author.
Test endpoints through the public interface using this repo's API or Playwright harness. Do not hit production. Do not hardcode secrets.
Read the API testing MDX and existing *.test.ts or e2e specs.
Cover the requested operations, authz denials, and contract-shaped responses.
Use sandbox or local servers from package scripts. Clean up created resources.
Run the documented API or e2e command for those tests.
Docs: /w-docs if behavior or commands changed.
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.
blockmatic-basilic-skills-w-api-test.ocm.jsonjson
{
"ocm": "1",
"id": "blockmatic-basilic-skills-w-api-test",
"kind": "skill",
"name": "w-api-test",
"description": "Add API tests that exercise public HTTP behavior against existing harnesses.",
"publisher": "blockmatic",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"skills-sh"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Add API tests that exercise public HTTP behavior against existing harnesses."
],
"primary": false,
"metadata": {
"source": {
"provider": "skills.sh",
"repository": "https://github.com/blockmatic/basilic-skills",
"path": "skills/w-api-test/SKILL.md",
"ref": "HEAD",
"url": "https://www.skills.sh/blockmatic/basilic-skills/w-api-test",
"key": "blockmatic/basilic-skills/skills/w-api-test/SKILL.md"
}
},
"instructions": "Test endpoints through the public interface using this repo's API or Playwright harness. Do not hit production. Do not hardcode secrets.\n\n1. Read the API testing MDX and existing `*.test.ts` or e2e specs.\n2. Cover the requested operations, authz denials, and contract-shaped responses.\n3. Use sandbox or local servers from package scripts. Clean up created resources.\n4. Run the documented API or e2e command for those tests.\n5. Docs: `/w-docs` if behavior or commands changed.",
"cost": {
"context_tokens": 119
}
}
Fetch it by URL: GET /api/v1/registry/blockmatic-basilic-skills-w-api-test/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.