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.
stripe-docs - Skill - OpenSmartRoute
Skillv1.0.0
stripe-docs
Use when the user or agent needs to read, search, or look up Stripe documentation or API reference. Prefer this over curl or WebFetch for any docs.stripe.com content.
Imported from openai/plugins (plugins/stripe/skills/stripe-docs/SKILL.md). Install upstream with npx skills add openai/plugins --skill stripe-docs. Copyright stays with the author.
Use stripe docs instead of fetching docs.stripe.com content directly with curl or WebFetch.
Fetches Markdown automatically
Purpose-built for agents and terminal workflows
Read a page by its web path
stripe docs /payments
Search documentation by keyword
stripe docs search "payment intents"
Look up API reference
# By resource namestripe docs api product# By HTTP method and pathstripe docs api GET /v1/products# By event typestripe docs api product.created
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.
openai-plugins-stripe-docs.ocm.jsonjson
{
"ocm": "1",
"id": "openai-plugins-stripe-docs",
"kind": "skill",
"name": "stripe-docs",
"description": "Use when the user or agent needs to read, search, or look up Stripe documentation or API reference. Prefer this over curl or WebFetch for any docs.stripe.com content.",
"publisher": "openai",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"skills-sh"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Use when the user or agent needs to read, search, or look up Stripe documentation or API reference. Prefer this over curl or WebFetch for any docs.stripe.com content."
],
"primary": false,
"metadata": {
"source": {
"provider": "skills.sh",
"repository": "https://github.com/openai/plugins",
"path": "plugins/stripe/skills/stripe-docs/SKILL.md",
"ref": "HEAD",
"url": "https://github.com/openai/plugins/blob/HEAD/plugins/stripe/skills/stripe-docs/SKILL.md",
"key": "openai/plugins/plugins/stripe/skills/stripe-docs/SKILL.md"
},
"allowed_tools": [
"Bash(stripe docs *)"
]
},
"instructions": "Use `stripe docs` instead of fetching [docs.stripe.com](https://docs.stripe.com/.md) content directly with `curl` or `WebFetch`.\n\n- Fetches Markdown automatically\n- Purpose-built for agents and terminal workflows\n\n## Read a page by its web path\n\n```bash\nstripe docs /payments\n```\n\n## Search documentation by keyword\n\n```bash\nstripe docs search \"payment intents\"\n```\n\n## Look up API reference\n\n```bash\n# By resource name\nstripe docs api product\n\n# By HTTP method and path\nstripe docs api GET /v1/products\n\n# By event type\nstripe docs api product.created\n```",
"cost": {
"context_tokens": 139
}
}
Fetch it by URL: GET /api/v1/registry/openai-plugins-stripe-docs/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.