A growing catalog of reusable OpenClaw skills.
See VISION.md for the repo direction. Short version: skills should be useful
at response time, self-contained enough to copy, and grounded in verified command
shapes instead of pointer chains.
bottom-feeder- Knowledge crawling and note synthesis for durable topic/research files.brain-swap- Fleet-wide OpenClaw model switching across config, sessions, and cron jobs.browser-control- Decision layer for choosing the right browser-control mode.claude-foreman- Dispatch heavy coding work to Claude CLI while OpenClaw orchestrates.interactive-sessions- Design and operate button-driven Telegram/Slack chat sessions, games, wizards, polls, and guided workflows.knowledge-search- Local semantic knowledge-base search with ChromaDB + Ollama.mermaid- Mermaid diagram authoring and rendering workflow.moltmaster- Controlled OpenClaw OAuth/auth-profile refresh operations with dry-run, backups, and provider guardrails.pdf-to-markdown- Convert PDFs to Markdown with Docling.plugin-creator- Create, design, review, and troubleshoot OpenClaw plugins, slash commands, message presentation buttons, and interactive handlers.ralph-wiggum- Bounded iteration loop for small projects and prototypes with verification after each slice.shell-swap- Mass-switch OpenClaw model settings with codex/gpt/claude lane aliases.shrimp- Internal pass-through helper for/shrimpsub-agent dispatch.telegram-ui- Telegram rich chat UI patterns: inline buttons, polls, edits, replies, reactions, media, and pins via OpenClaw.
x-twitter-kit- X/Twitter access stack for OpenClaw: bundled Peeper no-credit public-account monitoring, xAI/Grokx_search,xurlOAuth setup, diagnostics, and posting safety. Canonical repo: https://github.com/clawSean/openclaw-x-twitter-kit
Companion kits are indexed here for discovery but keep their source in their own repos when they carry larger docs, tests, fixtures, or setup flows.
- This repo contains the public-safe subset of the local custom skill library.
- Skills with environment-specific secret references or sensitive local bindings are intentionally omitted.
skills/
<skill-name>/
SKILL.md
references/
scripts/
Each skill lives in its own directory so it can be copied or installed cleanly into an OpenClaw workspace.