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.
tourpilot - Skill - OpenSmartRoute
Skillv1.0.0
tourpilot
This repository is initialized for the Stripe project "tourpilot".
Imported from suspect-47/tourpilot (AGENTS.md). Install upstream with npx skills add suspect-47/tourpilot. Copyright stays with the author.
Stripe Projects CLI
This repository is initialized for the Stripe project "tourpilot".
Tools used
Stripe CLI with the projects plugin to manage third-party services, credentials, and deployments for this project. Use the stripe-projects-cli to manage deploying and access to third party services.
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.
suspect-47-tourpilot-tourpilot.ocm.jsonjson
{
"ocm": "1",
"id": "suspect-47-tourpilot-tourpilot",
"kind": "skill",
"name": "tourpilot",
"description": "This repository is initialized for the Stripe project \"tourpilot\".",
"publisher": "suspect-47",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"This repository is initialized for the Stripe project \"tourpilot\"."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/suspect-47/tourpilot",
"path": "AGENTS.md",
"ref": "7b9847211633688310ca245799384af50502950e",
"url": "https://github.com/suspect-47/tourpilot/blob/7b9847211633688310ca245799384af50502950e/AGENTS.md",
"key": "suspect-47/tourpilot/AGENTS.md"
}
},
"instructions": "<!-- stripe-projects-cli managed:agents-md:start -->\n## Stripe Projects CLI\n\nThis repository is initialized for the Stripe project \"tourpilot\".\n\n## Tools used\n\n- [Stripe CLI](https://docs.stripe.com/stripe-cli) with the `projects` plugin to manage third-party services, credentials, and deployments for this project. Use the stripe-projects-cli to manage deploying and access to third party services.\n<!-- stripe-projects-cli managed:agents-md:end -->",
"cost": {
"context_tokens": 112
}
}
Fetch it by URL: GET /api/v1/registry/suspect-47-tourpilot-tourpilot/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.