← ClaudeAtlas

skill-sedimentlisted

Install and operate the OpenClaw skill-sediment plugin extension (turns successful conversations into auto-generated SKILL.md files, then promotes them to skills/). Covers: install (with interactive agent selection), heal (self-repair: detect and fix whitelist/file loss, supplement missing validAgentId, auto-restart gateway), doctor (diagnostics), recover (restore after pod restart), status (sediment pool stats), config (current state), uninstall. Triggers on: sediment / auto-skill-sediment / install/port/clone sediment / sediment not working / sediment pool / uninstall sediment. Note: unrelated to the same-named Rust semantic-memory MCP (store/recall); does not cover OpenClaw installation itself nor publishing to Skill Hubs.
Songhonglei/build-better-skills · ★ 1 · AI & Automation · score 74
Install: claude install-skill Songhonglei/build-better-skills
> - **Author**: Evan Song <Songhonglei@users.noreply.github.com> > - **Repository**: https://github.com/Songhonglei/build-better-skills > - **License**: MIT — see [LICENSE](./LICENSE) > - **Version**: 1.0.2 # skill-sediment One-shot installer for the **OpenClaw skill-sediment plugin extension** — auto-distill successful conversation workflows into `SKILL.md` files, then promote them to `skills/`. ## Core Facts - **What is being ported**: an OpenClaw plugin extension (not an MCP, not a standalone service) that listens to conversations and writes successful workflows as SKILL.md. - The plugin is ≈340KB of pure TypeScript source (9 files), depending only on OpenClaw core's built-in `plugin-sdk` + `typebox`. - **No embedding model required** — sediment uses LLM semantic judgement, not vector retrieval. - The plugin source is **already embedded in `assets/plugin-source/`** (flat directory of 9 TypeScript files + `package.json` + `openclaw.plugin.json`) — offline install works out of the box. A legacy `.tar.gz` fallback path is also supported for backward compatibility. ## Quick Install ```bash cd <this skill directory> python3 scripts/manage.py install # Then follow the prompt to manually restart: openclaw gateway restart # Verify after restart: python3 scripts/manage.py doctor ``` In most cases `plugins.allow` is empty, so the plugin loads automatically from the convention directory — **no config change required**, just restart. `--valid-agent-id` is only needed