Imported from thedotmack/claude-mem (
openclaw/skills/make-plan/SKILL.md) via skills.sh. Install upstream withnpx skills add thedotmack/claude-mem --skill make-plan. Copyright stays with the author.
../../../plugin/skills/make-plan/SKILL.md
../../../plugin/skills/make-plan/SKILL.md
Free account. Installing gives you the manifest plus copy-paste snippets.
See reviewsImported from thedotmack/claude-mem (
openclaw/skills/make-plan/SKILL.md) via skills.sh. Install upstream withnpx skills add thedotmack/claude-mem --skill make-plan. Copyright stays with the author.
../../../plugin/skills/make-plan/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": "thedotmack-claude-mem-make-plan",
"kind": "skill",
"name": "make-plan",
"description": "../../../plugin/skills/make-plan/SKILL.md",
"publisher": "thedotmack",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"skills-sh"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"../../../plugin/skills/make-plan/SKILL.md"
],
"primary": false,
"metadata": {
"source": {
"provider": "skills.sh",
"repository": "https://github.com/thedotmack/claude-mem",
"path": "openclaw/skills/make-plan/SKILL.md",
"ref": "HEAD",
"url": "https://www.skills.sh/thedotmack/claude-mem/make-plan",
"key": "thedotmack/claude-mem/openclaw/skills/make-plan/SKILL.md"
}
},
"instructions": "../../../plugin/skills/make-plan/SKILL.md",
"cost": {
"context_tokens": 10
}
}Fetch it by URL: GET /api/v1/registry/thedotmack-claude-mem-make-plan/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.