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.
additional-resources - Skill - OpenSmartRoute
Skillv1.0.0
additional-resources
You can find more information and resources related to the technologies and practices mentioned in this document at the following links:
Instruction file imported from sametcn99/fullstack-template (.github/instructions/additional-resources.instructions.md). Copyright stays with the author.
Additional Resources
You can find more information and resources related to the technologies and practices mentioned in this document at the following links:
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": "sametcn99-fullstack-template-additional-resources-instructions",
"kind": "skill",
"name": "additional-resources",
"description": "You can find more information and resources related to the technologies and practices mentioned in this document at the following links:",
"publisher": "sametcn99",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"You can find more information and resources related to the technologies and practices mentioned in this document at the following links:"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/sametcn99/fullstack-template",
"path": ".github/instructions/additional-resources.instructions.md",
"ref": "d7503ad0b13e2ed90ca706e3b95d503614de3df5",
"url": "https://github.com/sametcn99/fullstack-template/blob/d7503ad0b13e2ed90ca706e3b95d503614de3df5/.github/instructions/additional-resources.instructions.md",
"key": "sametcn99/fullstack-template/.github/instructions/additional-resources.instructions.md"
}
},
"instructions": "# Additional Resources\n\nYou can find more information and resources related to the technologies and practices mentioned in this document at the following links:\n\n## Frontend Resources\n\n- [React Documentation](https://reactjs.org/docs/getting-started.html)\n- [TypeScript Documentation](https://www.typescriptlang.org/docs/)\n\n## Backend Resources\n\n- [NestJS Documentation](https://docs.nestjs.com/)\n- [Event Emitter Documentation](https://nodejs.org/api/events.html)\n- [Socket.io Documentation](https://socket.io/docs/v4/)\n\n## Database Resources\n\n- [PostgreSQL Documentation](https://www.postgresql.org",
"cost": {
"context_tokens": 351
}
}
Fetch it by URL: GET /api/v1/registry/sametcn99-fullstack-template-additional-resources-instructions/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.