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.
integration-tests - Skill - OpenSmartRoute
Skillv1.0.0
integration-tests
Run integration tests against a local test validator. Use when asked to "run integration tests" or "test end-to-end".
Imported from scottmillner/agentic-engineering (.claude/skills/integration-tests/SKILL.md). Install upstream with npx skills add scottmillner/agentic-engineering --skill integration-tests. Copyright stays with the author.
Requires anchor build to have been run first (needs IDL and .so file). If missing, run the /build skill first. Report pass/fail results to the user.
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": "scottmillner-agentic-engineering-integration-tests",
"kind": "skill",
"name": "integration-tests",
"description": "Run integration tests against a local test validator. Use when asked to \"run integration tests\" or \"test end-to-end\".",
"publisher": "scottmillner",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Run integration tests against a local test validator. Use when asked to \"run integration tests\" or \"test end-to-end\"."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/scottmillner/agentic-engineering",
"path": ".claude/skills/integration-tests/SKILL.md",
"ref": "0ded262df6404c33c893ea24587bbcd1019ad716",
"url": "https://github.com/scottmillner/agentic-engineering/blob/0ded262df6404c33c893ea24587bbcd1019ad716/.claude/skills/integration-tests/SKILL.md",
"key": "scottmillner/agentic-engineering/.claude/skills/integration-tests/SKILL.md"
}
},
"instructions": "Run the integration test script:\n\n```bash\nbash .claude/skills/integration-tests/scripts/run-integration.sh\n```\n\nRequires `anchor build` to have been run first (needs IDL and .so file). If missing, run the `/build` skill first. Report pass/fail results to the user.",
"cost": {
"context_tokens": 66
}
}
Fetch it by URL: GET /api/v1/registry/scottmillner-agentic-engineering-integration-tests/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.