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.
AgentStack - Skill - OpenSmartRoute
Skillv1.0.0
AgentStack
This is main documentation for the AgentStack skill, which provides instructions and guidelines for how to use this skill effectively in various scenarios.
Imported from ssdeanx/AgentStack (SKILL.md). Install upstream with npx skills add ssdeanx/AgentStack. Copyright stays with the author.
AgentStack
Instructions for the agent to follow when this skill is activated.
When to use
Describe when this skill should be used.
Instructions
First step
Second step
Additional steps as needed
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.
ssdeanx-agentstack-agentstack.ocm.jsonjson
{
"ocm": "1",
"id": "ssdeanx-agentstack-agentstack",
"kind": "skill",
"name": "AgentStack",
"description": "This is main documentation for the AgentStack skill, which provides instructions and guidelines for how to use this skill effectively in various scenarios.",
"publisher": "ssdeanx",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"This is main documentation for the AgentStack skill, which provides instructions and guidelines for how to use this skill effectively in various scenarios."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/ssdeanx/AgentStack",
"path": "SKILL.md",
"ref": "0243bdbb7ffc4a746fcf7a18692f2bb687a6f33b",
"url": "https://github.com/ssdeanx/AgentStack/blob/0243bdbb7ffc4a746fcf7a18692f2bb687a6f33b/SKILL.md",
"key": "ssdeanx/AgentStack/SKILL.md"
}
},
"instructions": "# AgentStack\n\nInstructions for the agent to follow when this skill is activated.\n\n## When to use\n\nDescribe when this skill should be used.\n\n## Instructions\n\n1. First step\n2. Second step\n3. Additional steps as needed",
"cost": {
"context_tokens": 53
}
}
Fetch it by URL: GET /api/v1/registry/ssdeanx-agentstack-agentstack/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.