A collection of open-source skills for OpenClaw - the local AI assistant.
Philosophy: 100% local, no API keys required, privacy-first.
| Skill | Description | ClawHub | Status |
|---|---|---|---|
| voice-reply | Local text-to-speech using Piper voices | npx clawhub install voice-reply |
✅ Ready |
npx clawhub install voice-replyCopy any skill folder to your OpenClaw skills directory:
# Clone this repo
git clone https://github.com/stolot0mt0m/openclaw-skills.git
# Copy a skill to OpenClaw
cp -r openclaw-skills/skills/voice-reply ~/.openclaw/skills/- OpenClaw installed
- Linux (most skills are Linux-focused)
- Skill-specific requirements listed in each skill's README
Contributions welcome! Please:
- Fork this repository
- Create your skill in
skills/your-skill-name/ - Follow the OpenClaw skill structure
- Submit a pull request
MIT License - see LICENSE