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.
project-info - Skill - OpenSmartRoute
Skillv1.0.0
project-info
Read project settings including pilot mode, ticket limits, and configuration.
Imported from minyic7/claude-hub (backend/src/claude_hub/docs/kanban-skills/project-info/SKILL.md). Install upstream with npx skills add minyic7/claude-hub --skill project-info. Copyright stays with the author.
pilot_mode — whether autonomous pilot mode is active
max_board_tickets — max active tickets allowed on the board
max_tickets_per_cycle — max tickets to create per pilot cycle
vision_mode — "readonly" or "writable"
base_branch — the branch tickets merge into
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.
minyic7-claude-hub-project-info.ocm.jsonjson
{
"ocm": "1",
"id": "minyic7-claude-hub-project-info",
"kind": "skill",
"name": "project-info",
"description": "Read project settings including pilot mode, ticket limits, and configuration.",
"publisher": "minyic7",
"version": "1.0.0",
"capabilities": {
"domains": [
"customer_support"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Read project settings including pilot mode, ticket limits, and configuration."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/minyic7/claude-hub",
"path": "backend/src/claude_hub/docs/kanban-skills/project-info/SKILL.md",
"ref": "be9877f50e7f470e705de47f89b5073122364339",
"url": "https://github.com/minyic7/claude-hub/blob/be9877f50e7f470e705de47f89b5073122364339/backend/src/claude_hub/docs/kanban-skills/project-info/SKILL.md",
"key": "minyic7/claude-hub/backend/src/claude_hub/docs/kanban-skills/project-info/SKILL.md"
}
},
"instructions": "Fetch project settings and configuration.\n\n```bash\ncurl -s {auth} {api_base_url}/api/projects/{project_id} | python3 -m json.tool\n```\n\nKey fields to check:\n- `pilot_mode` — whether autonomous pilot mode is active\n- `max_board_tickets` — max active tickets allowed on the board\n- `max_tickets_per_cycle` — max tickets to create per pilot cycle\n- `vision_mode` — \"readonly\" or \"writable\"\n- `base_branch` — the branch tickets merge into",
"cost": {
"context_tokens": 108
}
}
Fetch it by URL: GET /api/v1/registry/minyic7-claude-hub-project-info/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.