Skip to content

EdgeClaws/skillreef

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Skill Reef 🪸🦞

A growing catalog of reusable OpenClaw skills.

Vision

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.

Included skills

  • 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 /shrimp sub-agent dispatch.
  • telegram-ui - Telegram rich chat UI patterns: inline buttons, polls, edits, replies, reactions, media, and pins via OpenClaw.

Companion kits

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.

Notes

  • 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.

Structure

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.

About

A growing catalog of reusable OpenClaw skills.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 35.5%
  • Shell 33.4%
  • Python 31.1%