Install
openclaw skills install @robbyczgw-cla/skillminerSuggest reusable skills from recurring patterns in local memory files. Human review gate, drafts only to skills/_pending/, local-first runner with optional external fallback. Triggers on "skill forge", "propose a skill", "what skills should I have", "skill candidates", "what patterns have I been doing", "forge me a skill", "forge show", "forge accept", "forge reject", "forge promote".
openclaw skills install @robbyczgw-cla/skillminerYour AI assistant keeps solving the same problems. skillminer notices and suggests turning them into reusable skills.
skillminer watches your local memory files, spots recurring work, and surfaces the patterns worth keeping. No auto-activation, no cloud sync, no noise by default. A morning suggestion in your inbox when something actually deserves to become a skill.
skills/_pending/<slug>/, never to live skills.FORGE_RUNNER=claude is an opt-in external fallback that sends prompt data to Anthropic's API.nightly scan reads recent memory/YYYY-MM-DD.md files
detects recurring task patterns
writes a review file to state/review/
↓
YOU DECIDE forge accept / reject / defer / silence
↓
morning write drafts a SKILL.md into skills/_pending/<slug>/
you review it, promote it, ship it
Nothing goes live automatically. You stay in control at every step.
OpenClaw 2.0 ships automatic self-learning and a system-owned skill review job:
skill-collection-review every 7d main
It proposes skills too. skillminer differs in three ways: it reads your memory files
rather than session behaviour, it writes drafts to skills/_pending/ instead of creating
anything live, and every candidate passes an explicit accept/reject ledger. Running both
is fine - they draw on different signals - but expect overlapping suggestions. Check what
is scheduled with openclaw automations list.
openclaw skills install skillminer
cd ~/.openclaw/workspace/skills/skillminer # or "$CLAWD_DIR/skills/skillminer"
bash setup.sh
bash scripts/run-nightly-scan.sh
If the manual scan looks good, add the printed scheduler jobs with
openclaw automations add.
jq must be on PATH. Without it OpenClaw marks the skill as needing setup, which also
means the model cannot see it and the slash command does not exist - the skill is simply
absent with no message in the chat. openclaw skills info skillminer shows which binary
is missing.
CLAWD_DIR - optional. Defaults to the OpenClaw workspace, which is
~/.openclaw/workspace on OpenClaw 2.0. Older installs used ~/clawd; set this
explicitly if your memory files live somewhere else.FORGE_RUNNER — defaults to openclaw (local). Set to claude only if you accept that prompt data leaves the host.forge is the command prefix.
forge show — list current candidatesforge review — open the latest review fileforge accept <slug> — accept a candidate for the next morning writeforge reject <slug> "reason" — reject permanentlyforge defer <slug> "reason" — defer with cooldownforge silence <slug> "reason" — silence without cooldownforge unsilence <slug> — resurface a silenced entryforge promote <slug> — move a pending draft into live skillsWhen you want a one-shot run without remembering full paths:
skillminer scan # run nightly scan now
skillminer write # run morning write now
skillminer full # scan + write in sequence
skillminer status # show current ledger state
skillminer help # show usage
flock-based single-instance guarantee across all entry pointsSee README.md and USER_GUIDE.md for full docs.