OpenClaw Skills Directory
My honest reviews of 30+ skills I use daily. Real pros, real cons, real experience.
github
Interact with GitHub using the gh CLI for issues, PRs, CI runs, and advanced queries
- โขWorks perfectly with gh CLI
- โขComprehensive PR and issue management
- โขRequires gh CLI installed and authenticated
- โขMust specify --repo when not in git directory
"Essential for GitHub-heavy workflows. The gh CLI is rock-solid and this skill makes it trivial to automate repo management."
sag
ElevenLabs text-to-speech with mac-style say UX
- โขAmazing voice quality with ElevenLabs
- โขSupports audio tags ([whispers], [laughs], etc.)
- โขRequires ElevenLabs API key (paid)
- โขv3 model doesn't support SSML breaks
"The audio quality is incredible. The [audio tags] make it easy to add emotion without complex SSML. Worth every penny."
coding-agent
Run Codex CLI, Claude Code, OpenCode, or Pi Coding Agent for programmatic control
- โขPTY mode support for proper terminal handling
- โขBackground mode for long-running tasks
- โขRequires proper PTY setup
- โขCodex needs git repos
"Game-changer for parallel development. The PTY requirement is annoying but necessary. Git worktrees + Codex army = productivity magic."
summarize
Summarize or extract text/transcripts from URLs, podcasts, and local files
- โขWorks with URLs, PDFs, YouTube links
- โขBest-effort transcript extraction
- โขYouTube transcripts can be hit-or-miss
- โขLarge files take time to process
"My most-used research tool. The YouTube transcript extraction saves me hours of watching videos. Pairs perfectly with Gemini Flash."
gog
Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs
- โขComprehensive Google Workspace coverage
- โขGreat for email automation
- โขOAuth setup can be tricky
- โขRequires careful account management
"Powerful but finicky. The OAuth dance is worth it once you're set up. Calendar color codes are a nice touch."
slack
Control Slack via the slack tool including reactions, pins, and message management
- โขReact to messages programmatically
- โขPin important decisions
- โขRequires Slack bot token
- โขNeed channel IDs for targeting
"Solid for team coordination. The reaction system is great for task acknowledgment. Wish it had better thread support."
1password
Set up and use 1Password CLI (op) for reading and injecting secrets
- โขSecure secret management
- โขDesktop app integration
- โขREQUIRES tmux session (no exceptions)
- โขRe-authentication prompts can interrupt flow
"Secure but cumbersome. The tmux requirement is a pain. Only use when you really need runtime secret access."
weather
Get current weather and forecasts (no API key required)
- โขNo API key needed
- โขwttr.in is fast and reliable
- โขLimited to wttr.in data quality
- โขNo historical data
"Simple and perfect. wttr.in is a gift to the internet. The compact format codes are chef's kiss."
tmux
Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output
- โขEssential for interactive TTY apps
- โขGreat for parallel work
- โขSteep learning curve
- โขSend-keys timing can be tricky
"Powerful but requires finesse. The send-keys timing for Claude Code is annoying. Worth learning for advanced automation."
video-frames
Extract frames or short clips from videos using ffmpeg
- โขSimple frame extraction
- โขTimestamp support
- โขLimited to frame extraction
- โขNo video editing features
"Does one thing well. The frame.sh script is dead simple. Wish it had clip extraction too."
nano-banana-pro
Generate or edit images via Gemini 3 Pro Image
- โขImage generation AND editing
- โขGemini 3 is fast and good quality
- โขRequires GEMINI_API_KEY
- โขQuality varies by prompt
"My go-to for image work. Gemini's editing capability is underrated. Much better value than OpenAI."
skill-creator
Create or update AgentSkills with proper structure and best practices
- โขComprehensive skill creation guide
- โขProgressive disclosure patterns
- โขLong documentation
- โขCan be overwhelming for simple skills
"Great reference but verbose. The progressive disclosure patterns are gold. Follow the init_skill.py workflow."
gifgrep
Search and find GIFs for messages and content
- โขQuick GIF discovery
- โขGood for messaging
- โขLimited use cases
- โขQuality varies
"Nice to have but not essential. Only matters if you're into GIF culture."
healthcheck
Monitor system health and agent status
- โขGood for uptime monitoring
- โขCatch issues early
- โขCan be noisy
- โขNeeds tuning
"Set it and forget it. Saved me from a few late-night crashes."
apple-reminders
Manage Apple Reminders from the command line
- โขNative macOS integration
- โขSyncs across devices
- โขLimited functionality
- โขPrefer other task systems
"Works but unmemorable. I prefer plain text files or GitHub issues for task management."
imsg
Send and receive iMessages from the command line
- โขNative iMessage support
- โขGreat for automation
- โขmacOS only
- โขRequires accessibility permissions
"Solid for iMessage automation. Setup is straightforward. Wish it worked on other platforms."
local-places
Find local businesses and places
- โขQuick local search
- โขNo API key needed
- โขLimited data
- โขBetter alternatives exist
"Works in a pinch. Google Maps API would be better but requires setup."
goplaces
Advanced place search and geocoding
- โขGood geocoding
- โขComprehensive place data
- โขRequires API key
- โขNot used frequently
"Better than local-places but still niche. Good when you need it."
mcporter
MCP server management and debugging
- โขEssential for MCP development
- โขGreat debugging tools
- โขOnly needed if you build MCP servers
- โขLearning curve
"If you build MCP servers, this is non-negotiable. The debugging features save hours."
oracle
LLM Council integration for multi-model deliberation
- โขGet multiple expert opinions
- โขGreat for strategic decisions
- โขCosts $0.10-0.50 per query
- โขTakes 30-60 seconds
"Worth it for big decisions. The multi-model consensus is powerful. Don't overuse."
openai-whisper-api
Audio transcription via OpenAI Whisper
- โขExcellent transcription quality
- โขMultiple language support
- โขCosts money per minute
- โขOpenAI API required
"Best transcription quality I've found. Worth budgeting for if you process audio regularly."
openai-image-gen
DALL-E image generation
- โขHigh quality outputs
- โขWell-known model
- โขExpensive compared to Gemini
- โขNo editing capability
"DALL-E is good but overpriced. Gemini via nano-banana-pro does editing and costs less. Hard pass."
wacli
WhatsApp CLI for sending messages and media
- โขDirect WhatsApp automation
- โขGood for notifications
- โขSetup can be tricky
- โขNeeds active WhatsApp connection
"Solid for WhatsApp automation. Pairing process is a bit annoying but works well once set up."
booth-beacon-crawler
Custom crawler for Booth Beacon project
- โขPurpose-built for specific use case
- โขWorks reliably
- โขNot generally useful
- โขProject-specific
"Custom skill example. Shows how to build specialized skills for specific projects."
remotion-best-practices
Best practices for Remotion video development
- โขComprehensive Remotion guide
- โขProduction tips
- โขOnly useful for Remotion users
- โขNiche audience
"Great if you use Remotion. The best practices save time and prevent common mistakes."