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.
tool-token-efficiency - Skill - OpenSmartRoute
Skillv1.0.0
tool-token-efficiency
Reduce context and command-output cost while implementing or shipping one tool. Use together with tool-coverage-pass; never use it to skip coverage, localization, build, or verification gates.
Imported from matthewdailytools/onlinefreetools (.agents/skills/tool-token-efficiency/SKILL.md). Install upstream with npx skills add matthewdailytools/onlinefreetools --skill tool-token-efficiency. Copyright stays with the author.
Before planning or editing, read tool-coverage-pass first, then read the
canonical workflow above completely. Follow its quality boundaries, scoped-read
guidance, phase handoffs, and executable gates. Treat the canonical Cursor skill
as the source of truth if this adapter and the canonical workflow ever differ.
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": "matthewdailytools-onlinefreetools-tool-token-efficiency",
"kind": "skill",
"name": "tool-token-efficiency",
"description": "Reduce context and command-output cost while implementing or shipping one tool. Use together with tool-coverage-pass; never use it to skip coverage, localization, build, or verification gates.",
"publisher": "matthewdailytools",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Reduce context and command-output cost while implementing or shipping one tool. Use together with tool-coverage-pass; never use it to skip coverage, localization, build, or verification gates."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/matthewdailytools/onlinefreetools",
"path": ".agents/skills/tool-token-efficiency/SKILL.md",
"ref": "ae54b9df0bec5c5326c895355ad32b2a6bf8b242",
"url": "https://github.com/matthewdailytools/onlinefreetools/blob/ae54b9df0bec5c5326c895355ad32b2a6bf8b242/.agents/skills/tool-token-efficiency/SKILL.md",
"key": "matthewdailytools/onlinefreetools/.agents/skills/tool-token-efficiency/SKILL.md"
}
},
"instructions": "# Tool Token Efficiency Adapter\n\nThe canonical workflow is\n[`../../../.cursor/skills/tool-token-efficiency/SKILL.md`](../../../.cursor/skills/tool-token-efficiency/SKILL.md).\n\nBefore planning or editing, read `tool-coverage-pass` first, then read the\ncanonical workflow above completely. Follow its quality boundaries, scoped-read\nguidance, phase handoffs, and executable gates. Treat the canonical Cursor skill\nas the source of truth if this adapter and the canonical workflow ever differ.",
"cost": {
"context_tokens": 122
}
}
Fetch it by URL: GET /api/v1/registry/matthewdailytools-onlinefreetools-tool-token-efficiency/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.