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.
semaphore - Skill - OpenSmartRoute
Skillv1.0.0
semaphore
Resource inventory in D1; one Durable Object coordinator per resource type owns leases, waiters and expiry.
Imported from iterate/iterate (apps/semaphore/AGENTS.md). Install upstream with npx skills add iterate/iterate --skill semaphore. Copyright stays with the author.
Semaphore
Resource inventory in D1; one Durable Object coordinator per resource type owns leases, waiters and expiry.
Keep D1 inventory and coordinator lease state coherent.
Browser and CLI callers require Iterate admin identity; there is no shared API secret.
wrangler.jsonc and sql/.generated/ are generated. Use their source definitions and existing generators.
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.
iterate-iterate-semaphore.ocm.jsonjson
{
"ocm": "1",
"id": "iterate-iterate-semaphore",
"kind": "skill",
"name": "semaphore",
"description": "Resource inventory in D1; one Durable Object coordinator per resource type owns leases, waiters and expiry.",
"publisher": "iterate",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Resource inventory in D1; one Durable Object coordinator per resource type owns leases, waiters and expiry."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/iterate/iterate",
"path": "apps/semaphore/AGENTS.md",
"ref": "4a364c3b6b8204d439208fda3203ae132e5e5672",
"url": "https://github.com/iterate/iterate/blob/4a364c3b6b8204d439208fda3203ae132e5e5672/apps/semaphore/AGENTS.md",
"key": "iterate/iterate/apps/semaphore/AGENTS.md"
}
},
"instructions": "# Semaphore\n\nResource inventory in D1; one Durable Object coordinator per resource type owns leases, waiters and expiry.\n\n- Keep D1 inventory and coordinator lease state coherent.\n- Browser and CLI callers require Iterate admin identity; there is no shared API secret.\n- `wrangler.jsonc` and `sql/.generated/` are generated. Use their source definitions and existing generators.\n\n[Architecture, commands and auth](README.md) · [Environment configuration](../../docs/devops-cloudflare-doppler.md)",
"cost": {
"context_tokens": 123
}
}
Fetch it by URL: GET /api/v1/registry/iterate-iterate-semaphore/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.