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.
Imported from llama-farm/corral (skill/SKILL.md). Install upstream with npx skills add llama-farm/corral --skill skill. Copyright stays with the author.
Corral Skill
Description
Add authentication, billing, and feature gating to any app.
Usage
When the user asks to add auth, login, billing, payments, or feature gating to an app:
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.
llama-farm-corral-skill.ocm.jsonjson
{
"ocm": "1",
"id": "llama-farm-corral-skill",
"kind": "skill",
"name": "skill",
"description": "Corral Skill",
"publisher": "llama-farm",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Corral Skill"
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/llama-farm/corral",
"path": "skill/SKILL.md",
"ref": "37fb8b05be53cd406ea03d6ace005cb037991cb0",
"url": "https://github.com/llama-farm/corral/blob/37fb8b05be53cd406ea03d6ace005cb037991cb0/skill/SKILL.md",
"key": "llama-farm/corral/skill/SKILL.md"
}
},
"instructions": "# Corral Skill\n\n## Description\nAdd authentication, billing, and feature gating to any app.\n\n## Usage\nWhen the user asks to add auth, login, billing, payments, or feature gating to an app:\n1. Check if `corral.yaml` exists (already initialized)\n2. If not: run `npx create-corral init`\n3. Read `CORRAL.md` for project-specific context\n4. Use `npx create-corral add` commands as needed\n5. Run `npx create-corral doctor` to verify\n\n## Commands\nSee: https://docs.llamafarm.dev/corral/llms.txt",
"cost": {
"context_tokens": 121
}
}
Fetch it by URL: GET /api/v1/registry/llama-farm-corral-skill/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.