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.
payments-handler - Skill - OpenSmartRoute
Skillv1.0.0
payments-handler
Work with the shipped Stripe + Polar billing adapter (checkout, portal, webhooks, plan changes) or add another provider (Paddle, Moyasar, Paymob, Tap). Use when the user wants to charge money, sell su
Imported from fixyboy/yalla-kit (.agents/skills/payments-handler/SKILL.md). Install upstream with npx skills add fixyboy/yalla-kit --skill payments-handler. Copyright stays with the author.
The authoritative guide lives at .claude/skills/payments-handler/SKILL.md in this repository. Read that file fully and follow it before acting; this entry only exists so the skill is discoverable here. Also read AGENTS.md first, it is the contract for this repo.
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.
fixyboy-yalla-kit-payments-handler.ocm.jsonjson
{
"ocm": "1",
"id": "fixyboy-yalla-kit-payments-handler",
"kind": "skill",
"name": "payments-handler",
"description": "Work with the shipped Stripe + Polar billing adapter (checkout, portal, webhooks, plan changes) or add another provider (Paddle, Moyasar, Paymob, Tap). Use when the user wants to charge money, sell subscriptions, wire a new gateway, or debug billing.",
"publisher": "fixyboy",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Work with the shipped Stripe + Polar billing adapter (checkout, portal, webhooks, plan changes) or add another provider (Paddle, Moyasar, Paymob, Tap). Use when the user wants to charge money, sell subscriptions, wire a new gateway, or debug billing."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/fixyboy/yalla-kit",
"path": ".agents/skills/payments-handler/SKILL.md",
"ref": "f2ab00ef35286faeb27d68797637c88f3d225d98",
"url": "https://github.com/fixyboy/yalla-kit/blob/f2ab00ef35286faeb27d68797637c88f3d225d98/.agents/skills/payments-handler/SKILL.md",
"key": "fixyboy/yalla-kit/.agents/skills/payments-handler/SKILL.md"
}
},
"instructions": "The authoritative guide lives at `.claude/skills/payments-handler/SKILL.md` in this repository. Read that file fully and follow it before acting; this entry only exists so the skill is discoverable here. Also read `AGENTS.md` first, it is the contract for this repo.",
"cost": {
"context_tokens": 66
}
}
Fetch it by URL: GET /api/v1/registry/fixyboy-yalla-kit-payments-handler/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.