Imported from joelhooks/joelclaw (
skills/joels-inbox/SKILL.md). Install upstream withnpx skills add joelhooks/joelclaw --skill joels-inbox. Copyright stays with the author.
/Users/joel/Code/joelhooks/dark-wizard/skills/joels-inbox/SKILL.md
/Users/joel/Code/joelhooks/dark-wizard/skills/joels-inbox/SKILL.md
Free account. Installing gives you the manifest plus copy-paste snippets.
See reviewsImported from joelhooks/joelclaw (
skills/joels-inbox/SKILL.md). Install upstream withnpx skills add joelhooks/joelclaw --skill joels-inbox. Copyright stays with the author.
/Users/joel/Code/joelhooks/dark-wizard/skills/joels-inbox/SKILL.md
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}'An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "joelhooks-joelclaw-joels-inbox",
"kind": "skill",
"name": "joels-inbox",
"description": "/Users/joel/Code/joelhooks/dark-wizard/skills/joels-inbox/SKILL.md",
"publisher": "joelhooks",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"skills-sh"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"/Users/joel/Code/joelhooks/dark-wizard/skills/joels-inbox/SKILL.md"
],
"primary": false,
"metadata": {
"source": {
"provider": "skills.sh",
"repository": "https://github.com/joelhooks/joelclaw",
"path": "skills/joels-inbox/SKILL.md",
"ref": "HEAD",
"url": "https://github.com/joelhooks/joelclaw/blob/HEAD/skills/joels-inbox/SKILL.md",
"key": "joelhooks/joelclaw/skills/joels-inbox/SKILL.md"
}
},
"instructions": "/Users/joel/Code/joelhooks/dark-wizard/skills/joels-inbox/SKILL.md",
"cost": {
"context_tokens": 16
}
}Fetch it by URL: GET /api/v1/registry/joelhooks-joelclaw-joels-inbox/manifest?version=1.0.0
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.