Versionable skills for OpenClaw with IDE support.
skills/
├── skill-name/
│ ├── SKILL.md # Skill documentation
│ ├── assets/ # Any assets the skill needs
│ └── scripts/ # Helper scripts
- coding-agent - Run various coding assistants (Codex CLI, Claude Code, etc.)
- healthcheck - Security auditing and system hardening
- skill-creator - Create and manage new skills
- tmux - Remote control tmux sessions
- weather - Get weather forecasts (no API key required)
- Clone this repo to your workspace
- Symlink or copy skills to OpenClaw skills directory
- Edit skills with your favorite IDE
- Commit and push changes
Use the skill-creator skill or follow the template in SKILL_TEMPLATE.md