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 Da1sypetals/AGENTS.md (.agents/skills/explain/SKILL.md). Install upstream with npx skills add Da1sypetals/AGENTS.md --skill explain. Copyright stays with the author.
explain-unit
Explain 1 thing. Only explain the thing I told you to explain.
DO NOT:
extrapolate,
write any code,
give a bunch of background info,
give "one liner explanation",
ask me a new question,
ask me if we need to modify any code, etc.
Simply explain the thing to me.
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.
da1sypetals-agents-md-explain.ocm.jsonjson
{
"ocm": "1",
"id": "da1sypetals-agents-md-explain",
"kind": "skill",
"name": "explain",
"description": "instructions on explaining something to user",
"publisher": "Da1sypetals",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"instructions on explaining something to user"
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/Da1sypetals/AGENTS.md",
"path": ".agents/skills/explain/SKILL.md",
"ref": "c9920a1b9cbaa9abf77121084ac776b044c39f16",
"url": "https://github.com/Da1sypetals/AGENTS.md/blob/c9920a1b9cbaa9abf77121084ac776b044c39f16/.agents/skills/explain/SKILL.md",
"key": "Da1sypetals/AGENTS.md/.agents/skills/explain/SKILL.md"
}
},
"instructions": "# explain-unit\n\nExplain 1 thing. Only explain the thing I told you to explain. \nDO NOT:\n- extrapolate,\n- write any code,\n- give a bunch of background info,\n- give \"one liner explanation\",\n- ask me a new question,\n- ask me if we need to modify any code, etc.\nSimply explain the thing to me.",
"cost": {
"context_tokens": 72
}
}
Fetch it by URL: GET /api/v1/registry/da1sypetals-agents-md-explain/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.