Specialized Agents
Manage and orchestrate 25 specialized AI agents across content, development, QA, personalization, and meta tasks for parallel workflows.
Manage and orchestrate 25 specialized AI agents across content, development, QA, personalization, and meta tasks for parallel workflows.
Real data. Real impact.
Emerging
Developers
Per week
Open source
Skills give you superpowers. Install in 30 seconds.
Master index of all OpenClaw skills available to Scout 🐕
Last Updated: 2026-02-08
| Skill | Purpose | CLI Tool | Auth Status |
|---|---|---|---|
| ai-image-editor | Local ComfyUI image generation | | ✅ Local (no auth) |
| apple-notes | Manage Apple Notes | | ✅ macOS native |
| apple-reminders | Manage Apple Reminders | | ✅ macOS native |
| bird | X/Twitter CLI | | ✅ Safari cookies |
| blogwatcher | RSS/Atom feed monitoring | | N/A |
| camsnap | RTSP/ONVIF camera capture | | Camera-dependent |
| clawhub | Skill marketplace | | N/A |
| coding-agent | Run Codex/Claude Code/OpenCode | , , | User-dependent |
| content-repurposer | Cross-platform content | | N/A |
| gemini | Google Gemini CLI | | API key |
| gifgrep | GIF search & extraction | | N/A |
| github | GitHub CLI | | ✅ OAuth |
| gog | Google Workspace | | ✅ OAuth |
| healthcheck | Security hardening | | N/A |
| imsg | iMessage/SMS | | ✅ macOS native |
| model-usage | API cost tracking | | Reads local logs |
| openhue | Philips Hue control | | ✅ Bridge paired |
| parallel-agents | 25 AI agent types | | N/A |
| peekaboo | macOS UI automation | | ✅ macOS native |
| songsee | Audio spectrograms | | N/A |
| summarize | Text/video summarization | | N/A |
| things-mac | Things 3 task manager | | ✅ macOS native |
| video-frames | Video frame extraction | | N/A |
| weather | Weather forecasts | | N/A |
Location:
~/.openclaw/skills/ai-image-editor/
Quick Commands:
# Z-Image Turbo (~3s, preferred) python3 ~/.openclaw/skills/ai-image-editor/scripts/generate_comfyui.py "prompt" --model zimage --count 3Flux Dev (~45s, max quality)
python3 ~/.openclaw/skills/ai-image-editor/scripts/generate_flux.py "prompt" --count 2
img2img transformation
python3 ~/.openclaw/skills/ai-image-editor/scripts/img2img_comfyui.py photo.jpg "new setting" --strength 0.5
Test connection
python3 ~/.openclaw/skills/ai-image-editor/scripts/test_comfyui.py
Output:
~/.openclaw/workspace/comfyui_output/
Server: 192.168.1.183:8188 (RTX 4070)
Docs: ~/.openclaw/skills/ai-image-editor/SKILL.md
Location:
~/.openclaw/skills/content-repurposer/
Quick Commands:
# Generate all platform variants python3 ~/.openclaw/skills/content-repurposer/scripts/repurposer.py \ --source "Happy #humpday!" --prettyWith content type hint
python3 ~/.openclaw/skills/content-repurposer/scripts/repurposer.py
--source "Gym time 🔥" --type lifestyle --output captions.jsonSingle platform only
python3 ~/.openclaw/skills/content-repurposer/scripts/repurposer.py
--source "Coffee ☕️" --platform onlyfans --pretty
Content Types: humpday, fcf, scs, collab, travel, lifestyle Platforms: twitter, onlyfans, instagram, bluesky Docs:
~/.openclaw/skills/content-repurposer/SKILL.md
Location:
~/.openclaw/skills/parallel-agents/
Quick Commands:
# Test the system ~/.openclaw/skills/parallel-agents/scripts/parallel-agents testRun parallel demo
~/.openclaw/skills/parallel-agents/scripts/parallel-agents demo
Generate content with parallel agents
~/.openclaw/skills/parallel-agents/scripts/parallel-agents content
25 Agent Types:
Key Docs:
SKILL.md — Main documentationMETA_AGENT_COMPLETE.md — Full system docsAGENT_ORCHESTRATOR.md — Orchestrator guideLocation:
~/.openclaw/skills/model-usage/
Quick Commands:
# Current model cost python3 ~/.openclaw/skills/model-usage/scripts/model_usage.py --provider claude --mode currentAll models breakdown
python3 ~/.openclaw/skills/model-usage/scripts/model_usage.py --provider claude --mode all
JSON output
python3 ~/.openclaw/skills/model-usage/scripts/model_usage.py --provider claude --mode all --format json --pretty
Last Known: $127.97 total (Sonnet $98.87, Opus $25.66, Haiku $3.44)
Location:
~/.openclaw/skills/openhue/
Quick Commands:
openhue get light # List all lights openhue get scene # List scenes openhue set light "Bedroom lamp" --on # Turn on openhue set light ac8767b6-... --brightness 30 # By ID openhue set room "Living Room" --brightness 75 # Whole room
Bridge: 192.168.1.217 ✅ paired Key Light: Bedroom lamp (ac8767b6-ee86-455d-beeb-19b5a705a9d9)
Location:
~/.openclaw/skills/bird/
Quick Commands:
bird tweet "text" # Post bird tweet "text" --media photo.jpg # With image bird read <tweet-url> # Read tweet bird home # Timeline
Auth: Safari cookies ✅ Handle: good boi Jax
Location:
~/.openclaw/skills/gog/
Quick Commands:
# Gmail gog gmail search 'newer_than:7d' --max 10 gog gmail thread show <threadId> gog gmail send --to x@y.com --subject "Hi" --body "Hello"Calendar
gog calendar events primary --from today --to tomorrow
Drive
gog drive files list --max 10
Account: jdalbright1@gmail.com ✅
Location:
~/.openclaw/skills/github/
Quick Commands:
gh issue list --repo owner/repo # List issues gh pr list # List PRs gh run list # CI runs gh api repos/:owner/:repo/issues # API queries
Auth: ✅ OAuth as jdalbright
Location:
~/.openclaw/skills/imsg/
Quick Commands:
imsg send +19195551234 "message" # Send imsg list # List chats imsg history <chat-id> # View history
Auth: ✅ macOS native Note: Read receipts disabled → use time-based tracking
Location:
~/.openclaw/skills/things-mac/
Quick Commands:
things list inbox # Inbox items things list today # Today's tasks things add "Task name" --list Inbox # Add task things search "keyword" # Search
Auth: ✅ macOS native (Things 3)
Purpose: Local AI image generation using ComfyUI on RTX 4070 Status: ✅ Fully operational (9 models tested) Location:
~/.openclaw/skills/ai-image-editor/
Docs: SKILL.md
Key Scripts:
scripts/generate_comfyui.py — SDXL/Z-Image generationscripts/generate_flux.py — Flux generationscripts/img2img_comfyui.py — Image transformationscripts/test_comfyui.py — Connection testPurpose: Manage Apple Notes via CLI Status: ✅ Available Location:
~/.openclaw/skills/apple-notes/
CLI: memo
Docs: SKILL.md
Purpose: Manage Apple Reminders via CLI Status: ✅ Available Location:
~/.openclaw/skills/apple-reminders/
CLI: remindctl
Docs: SKILL.md
Purpose: X/Twitter CLI for posting and reading Status: ✅ Authenticated via Safari cookies Location:
~/.openclaw/skills/bird/
CLI: bird
Docs: SKILL.md
Purpose: Monitor blogs and RSS/Atom feeds Status: Available Location:
~/.openclaw/skills/blogwatcher/
CLI: blogwatcher
Docs: SKILL.md
Purpose: Capture frames/clips from RTSP/ONVIF cameras Status: Available Location:
~/.openclaw/skills/camsnap/
CLI: camsnap
Docs: SKILL.md
Purpose: Search, install, update skills from clawhub.com Status: Available Location:
~/.openclaw/skills/clawhub/
CLI: clawhub
Docs: SKILL.md
Purpose: Run Codex CLI, Claude Code, OpenCode, or Pi Coding Agent Status: Available Location:
~/.openclaw/skills/coding-agent/
CLI: codex, claude, opencode
Docs: SKILL.md
Purpose: Transform one post into platform-optimized variants Status: ✅ Active use Location:
~/.openclaw/skills/content-repurposer/
CLI: repurposer.py
Docs: SKILL.md
Purpose: Google Gemini CLI for Q&A and generation Status: Available Location:
~/.openclaw/skills/gemini/
CLI: gemini
Docs: SKILL.md
Purpose: Search GIF providers, download, extract stills Status: Available Location:
~/.openclaw/skills/gifgrep/
CLI: gifgrep
Docs: SKILL.md
Purpose: GitHub CLI (issues, PRs, CI runs, API) Status: ✅ Authenticated as jdalbright Location:
~/.openclaw/skills/github/
CLI: gh
Docs: SKILL.md
Purpose: Google Workspace (Gmail, Calendar, Drive, Contacts, Sheets, Docs) Status: ✅ OAuth as jdalbright1@gmail.com Location:
~/.openclaw/skills/gog/
CLI: gog
Docs: SKILL.md
Purpose: Host security hardening and risk configuration Status: Available Location:
~/.openclaw/skills/healthcheck/
CLI: openclaw healthcheck
Docs: SKILL.md
Purpose: iMessage/SMS CLI (list, history, watch, send) Status: ✅ macOS native Location:
~/.openclaw/skills/imsg/
CLI: imsg
Docs: SKILL.md
Purpose: Track per-model API costs (Codex/Claude) Status: ✅ Active use Location:
~/.openclaw/skills/model-usage/
CLI: model_usage.py
Docs: SKILL.md
Purpose: Batch-generate images via OpenAI Images API Status: Available (cloud alternative to local ComfyUI) Location:
~/.openclaw/skills/openai-image-gen/
Docs: SKILL.md
Purpose: Local speech-to-text with Whisper CLI Status: Available Location:
~/.openclaw/skills/openai-whisper/
CLI: whisper
Docs: SKILL.md
Purpose: Transcribe audio via OpenAI Whisper API Status: Available Location:
~/.openclaw/skills/openai-whisper-api/
Docs: SKILL.md
Purpose: Control Philips Hue lights and scenes Status: ✅ Bridge paired at 192.168.1.217 Location:
~/.openclaw/skills/openhue/
CLI: openhue
Docs: SKILL.md
Purpose: 25 AI agent types with meta-agent creation system Status: ✅ Fully operational (spawned 20 agents successfully) Location:
~/.openclaw/skills/parallel-agents/
CLI: parallel-agents
Docs: SKILL.md, META_AGENT_COMPLETE.md
Purpose: Capture and automate macOS UI Status: ✅ macOS native Location:
~/.openclaw/skills/peekaboo/
CLI: peekaboo
Docs: SKILL.md
Purpose: Generate spectrograms and audio visualizations Status: Available Location:
~/.openclaw/skills/songsee/
CLI: songsee
Docs: SKILL.md
Purpose: Extract/summarize text from URLs, podcasts, files Status: Available Location:
~/.openclaw/skills/summarize/
CLI: summarize
Docs: SKILL.md
Purpose: Manage Things 3 tasks and projects Status: ✅ macOS native Location:
~/.openclaw/skills/things-mac/
CLI: things
Docs: SKILL.md
Purpose: Extract frames/clips from videos using ffmpeg Status: Available Location:
~/.openclaw/skills/video-frames/
CLI: video-frames
Docs: SKILL.md
Purpose: Current weather and forecasts (no API key needed) Status: Available Location:
~/.openclaw/skills/weather/
CLI: weather
Docs: SKILL.md
These are custom scripts in
~/.openclaw/workspace/ that I use daily:
| Tool | Purpose | Command |
|---|---|---|
| heartbeat-v2.py | System status checks | |
| morning-briefing.py | Daily 8 AM briefing | |
| check-imessages-v4.py | iMessage alerts | |
| check-jax-dms.py | Bluesky DM checker | |
| printer-status.py | Bambu printer status | |
| fetch-rss-digest.py | Daily news digest | |
| guardrails.py | Safety/cost monitoring | |
| jax-content-assistant.py | Caption generator | |
| screenshot-bluesky-analytics.py | Weekly analytics | |
Full docs: See TOOLS.md
Not yet used but potentially useful:
blogwatcher — Could monitor competitor/content creator blogscamsnap — If you get security camerasgemini — Alternative AI for specific tasksgifgrep — For finding reaction GIFs quicklysongsee — If analyzing audio contentvideo-frames — For content creation workflowsMaintenance: Update this file when adding new skills or changing auth status.
No automatic installation available. Please visit the source repository for installation instructions.
View Installation Instructions1,500+ AI skills, agents & workflows. Install in 30 seconds. Part of the Torly.ai family.
© 2026 Torly.ai. All rights reserved.