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.
token-probe - Skill - OpenSmartRoute
Skillv1.0.0
token-probe
Print the host-resolved token markers. Use when the user asks to run the token probe.
Imported from ScriptedAlchemy/agent-bundle (packages/agent-bundle/tests/fixtures/host-install-tokens/src/skills/token-probe/SKILL.md). Install upstream with npx skills add ScriptedAlchemy/agent-bundle --skill token-probe. Copyright stays with the author.
Token probe
Print the following three lines as your entire reply, one per line, verbatim.
The host substitutes the marker values before you see them; never edit, quote,
shorten, or re-derive them, and never add a code fence.
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": "scriptedalchemy-agent-bundle-token-probe",
"kind": "skill",
"name": "token-probe",
"description": "Print the host-resolved token markers. Use when the user asks to run the token probe.",
"publisher": "ScriptedAlchemy",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Print the host-resolved token markers. Use when the user asks to run the token probe."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/ScriptedAlchemy/agent-bundle",
"path": "packages/agent-bundle/tests/fixtures/host-install-tokens/src/skills/token-probe/SKILL.md",
"ref": "14c9822bc6c01d8ff2788454d0e1dc7861bc3816",
"url": "https://github.com/ScriptedAlchemy/agent-bundle/blob/14c9822bc6c01d8ff2788454d0e1dc7861bc3816/packages/agent-bundle/tests/fixtures/host-install-tokens/src/skills/token-probe/SKILL.md",
"key": "ScriptedAlchemy/agent-bundle/packages/agent-bundle/tests/fixtures/host-install-tokens/src/skills/token-probe/SKILL.md"
}
},
"instructions": "# Token probe\n\nPrint the following three lines as your entire reply, one per line, verbatim.\nThe host substitutes the marker values before you see them; never edit, quote,\nshorten, or re-derive them, and never add a code fence.\n\nARGS_MARKER=agent-bundle:token:arguments\nPLUGIN_ROOT_MARKER=agent-bundle:path:plugin-root\nSKILL_DIR_MARKER=agent-bundle:token:skill-root",
"cost": {
"context_tokens": 91
}
}
Fetch it by URL: GET /api/v1/registry/scriptedalchemy-agent-bundle-token-probe/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.