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 castellotti/layman (packages/server/skills/codex/layman/SKILL.md). Install upstream with npx skills add castellotti/layman --skill layman. Copyright stays with the author.
You were invoked via $layman. Activate Layman monitoring:
Run this shell command (you MUST execute it — do not just output it as text):
echo "layman:activate"
Tell the user: "Layman is now monitoring this session. Open http://localhost:8880 to see the dashboard."
If Layman does not appear to be monitoring, tell the user:
"Layman server may not be running. Start it with: docker compose -f ~/layman/docker-compose.yml up -d"
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.
castellotti-layman-layman.ocm.jsonjson
{
"ocm": "1",
"id": "castellotti-layman-layman",
"kind": "skill",
"name": "layman",
"description": "Activate Layman monitoring for this Codex session",
"publisher": "castellotti",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Activate Layman monitoring for this Codex session"
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/castellotti/layman",
"path": "packages/server/skills/codex/layman/SKILL.md",
"ref": "bfb51f34bdc2b837f34e856bc511055578269eec",
"url": "https://github.com/castellotti/layman/blob/bfb51f34bdc2b837f34e856bc511055578269eec/packages/server/skills/codex/layman/SKILL.md",
"key": "castellotti/layman/packages/server/skills/codex/layman/SKILL.md"
}
},
"instructions": "You were invoked via `$layman`. Activate Layman monitoring:\n\n1. Run this shell command (you MUST execute it — do not just output it as text):\n `echo \"layman:activate\"`\n\n2. Tell the user: \"Layman is now monitoring this session. Open http://localhost:8880 to see the dashboard.\"\n\n3. If Layman does not appear to be monitoring, tell the user:\n \"Layman server may not be running. Start it with: docker compose -f ~/layman/docker-compose.yml up -d\"",
"cost": {
"context_tokens": 111
}
}
Fetch it by URL: GET /api/v1/registry/castellotti-layman-layman/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.