Specialized Agents
SKILLS.md - 已安装技能索引
Scout 🐕 可用的所有 OpenClaw 技能主索引
最后更新:2026-02-08
📋 快速参考
| 技能 | 用途 | CLI 工具 | 认证状态 |
|---|---|---|---|
| ai-image-editor | 本地 ComfyUI 图像生成 | generate_comfyui.py | ✅ 本地(无需认证) |
| apple-notes | 管理 Apple Notes | memo | ✅ macOS 原生 |
| apple-reminders | 管理 Apple Reminders | remindctl | ✅ macOS 原生 |
| bird | X/Twitter CLI | bird | ✅ Safari 浏览器 Cookie |
| blogwatcher | RSS/Atom订阅源监控 | 博客观察器 | 不适用 |
| 摄像头快照 | RTSP/ONVIF摄像头捕获 | 摄像头快照 | 取决于摄像头 |
| 抓取中心 | 技能市场 | 抓取中心 | 不适用 |
| 编码代理 | 运行Codex/Claude Code/OpenCode | codex,claude,opencode | 取决于用户 |
| 内容重塑器 | 跨平台内容 | repurposer.py | 不适用 |
| gemini | Google Gemini 命令行界面 | gemini | API密钥 |
| gifgrep | GIF搜索与提取 | gifgrep | 不适用 |
| github | GitHub命令行界面 | gh | ✅ OAuth |
| gog | Google Workspace | gog | ✅ OAuth |
| healthcheck | 安全加固 | openclaw健康检查 | 不适用 |
| imsg | iMessage/短信 | imsg | ✅ macOS原生 |
| model-usage | API成本追踪 | model_usage.py | 读取本地日志 |
| openhue | 飞利浦Hue控制 | openhue | ✅ 桥接已配对 |
| 并行代理 | 25种AI代理类型 | 并行代理 | 不适用 |
| 躲猫猫 | macOS用户界面自动化 | 躲猫猫 | ✅ macOS原生 |
| songsee | 音频频谱图 | songsee | 不适用 |
| 总结 | 文本/视频摘要 | 总结 | 不适用 |
| things-mac | Things 3任务管理器 | things | ✅ macOS原生 |
| video-frames | 视频帧提取 | video-frames | 不适用 |
| weather | 天气预报 | 天气 | 不适用 |
🔥 最常用技能(我的前10名)
1.ai-image-editor— 本地图像生成
位置: ~/.openclaw/skills/ai-image-editor/
快速命令:
# Z-Image Turbo(约3秒,首选)
python3 ~/.openclaw/skills/ai-image-editor/scripts/generate_comfyui.py "提示词" --model zimage --count 3
# Flux Dev(约45秒,最高质量)
python3 ~/.openclaw/skills/ai-image-editor/scripts/generate_flux.py "提示词" --count 2
# 图生图转换
python3 ~/.openclaw/skills/ai-image-editor/scripts/img2img_comfyui.py 照片.jpg "新设定" --strength 0.5
# 测试连接
python3 ~/.openclaw/skills/ai-image-editor/scripts/test_comfyui.py
输出: ~/.openclaw/workspace/comfyui_output/
服务器:192.168.1.183:8188 (RTX 4070)文档: ~/.openclaw/skills/ai-image-editor/SKILL.md
2.content-repurposer— 跨平台帖子
位置: ~/.openclaw/skills/content-repurposer/
快速命令:
# 生成所有平台变体
python3 ~/.openclaw/skills/content-repurposer/scripts/repurposer.py \
--source "Happy #humpday!" --pretty
# 带内容类型提示
python3 ~/.openclaw/skills/content-repurposer/scripts/repurposer.py \
--source "Gym time 🔥" --type lifestyle --output captions.json
# 仅限单一平台
python3 ~/.openclaw/skills/content-repurposer/scripts/repurposer.py \
--source "Coffee ☕️" --platform onlyfans --pretty
内容类型:humpday, fcf, scs, collab, travel, lifestyle平台:推特,OnlyFans,Instagram,Bluesky文档: ~/.openclaw/skills/content-repurposer/SKILL.md
3.并行代理— 多代理系统
位置: ~/.openclaw/skills/parallel-agents/
快速命令:
# 测试系统
~/.openclaw/skills/parallel-agents/scripts/parallel-agents test
# 运行并行演示
~/.openclaw/skills/parallel-agents/scripts/parallel-agents demo
# 使用并行代理生成内容
~/.openclaw/skills/parallel-agents/scripts/parallel-agents content
25 种代理类型:
- 内容(5):创意写手、幽默写手、教育写手、潮流写手、争议写手
- 开发(5):前端开发、后端开发、数据库开发、API开发、运维开发
- 质量保证(5):代码质量保证、安全质量保证、性能质量保证、无障碍质量保证、测试质量保证
- 个性化(5):旅行活动策划师、甜甜圈护理协调员、幼犬社区互动员、打印项目管理师、培训助理
- 元(4):代理创建器、代理设计审查员、代理优化器、代理协调器
关键文档:
SKILL.md— 主要文档META_AGENT_COMPLETE.md— 完整系统文档AGENT_ORCHESTRATOR.md— 协调器指南
4.模型使用— 成本追踪
位置: ~/.openclaw/skills/model-usage/
快速命令:
# 当前模型成本
python3 ~/.openclaw/skills/model-usage/scripts/model_usage.py --provider claude --mode current
# 所有模型细分
python3 ~/.openclaw/skills/model-usage/scripts/model_usage.py --provider claude --mode all
# JSON 输出
python3 ~/.openclaw/skills/model-usage/scripts/model_usage.py --provider claude --mode all --format json --pretty
最后已知:总计 127.97 美元(Sonnet 98.87 美元,Opus 25.66 美元,Haiku 3.44 美元)
5.openhue— 智能灯光
位置: ~/.openclaw/skills/openhue/
快速命令:
openhue get light # 列出所有灯光
openhue get scene # 列出场景
openhue set light "卧室台灯" --on # 打开
openhue set light ac8767b6-... --brightness 30 # 通过 ID
openhue set room "客厅" --brightness 75 # 整个房间
桥接器:192.168.1.217 ✅ 已配对关键灯光:卧室台灯 (ac8767b6-ee86-455d-beeb-19b5a705a9d9)
6.bird— X/Twitter
位置: ~/.openclaw/skills/bird/
快速命令:
bird tweet "文本" # 发布
bird tweet "文本" --media photo.jpg # 带图片
bird read <推文链接> # 阅读推文
bird home # 时间线
认证:Safari cookies ✅账号:good boi Jax
7.gog— Google Workspace
位置: ~/.openclaw/skills/gog/
快速命令:
# Gmail
gog gmail search 'newer_than:7d' --max 10
gog gmail thread show <threadId>
gog gmail send --to x@y.com --subject "你好" --body "你好"
# 日历
gog calendar events primary --from today --to tomorrow
# 云端硬盘
gog drive files list --max 10
8.github— GitHub CLI
位置: ~/.openclaw/skills/github/
快速命令:
gh issue list --repo owner/repo # 列出问题
gh pr list # 列出 PR
gh run list # CI 运行
gh api repos/:owner/:repo/issues # API 查询
认证:✅ 以 jdalbright 身份 OAuth 认证
9.imsg— iMessage/短信
位置: ~/.openclaw/skills/imsg/
快速命令:
imsg send +19195551234 "消息" # 发送
imsg list # 列出聊天
imsg history <chat-id> # 查看历史记录
认证:✅ macOS 原生注意:已禁用已读回执 → 使用基于时间的追踪
10.things-mac— 任务管理器
位置: ~/.openclaw/skills/things-mac/
快速命令:
things list inbox # 收件箱项目
things list today # 今日任务
things add "任务名称" --list Inbox # 添加任务
things search "关键词" # 搜索
认证:✅ macOS 原生 (Things 3)
📚 所有技能 (按字母顺序)
ai-image-editor
用途:在 RTX 4070 上使用 ComfyUI 进行本地 AI 图像生成状态:✅ 完全正常运行 (已测试 9 个模型)位置: ~/.openclaw/skills/ai-image-editor/
文档: SKILL.md
关键脚本:
scripts/generate_comfyui.py— SDXL/Z-Image 生成scripts/generate_flux.py— Flux 生成scripts/img2img_comfyui.py— 图像变换scripts/test_comfyui.py— 连接测试
apple-notes
用途:通过CLI管理Apple备忘录状态:✅ 可用位置: ~/.openclaw/skills/apple-notes/
CLI: memo
文档: SKILL.md
apple-reminders
用途:通过CLI管理Apple提醒事项状态:✅ 可用位置: ~/.openclaw/skills/apple-reminders/
CLI: remindctl
文档: SKILL.md
bird
用途:用于发布和阅读的X/Twitter CLI状态:✅ 已通过Safari cookie认证位置: ~/.openclaw/skills/bird/
CLI: 鸟
文档: 技能说明文件
博客监视器
用途:监控博客与RSS/Atom订阅源状态:可用位置: ~/.openclaw/skills/blogwatcher/
命令行界面: blogwatcher
文档: 技能说明文件
摄像头快照
用途:从RTSP/ONVIF摄像头捕获画面/片段状态:可用位置: ~/.openclaw/skills/camsnap/
命令行界面: camsnap
文档: 技能说明文件
技能中心
用途:从clawhub.com搜索、安装、更新技能状态:可用位置: ~/.openclaw/skills/clawhub/
命令行界面: clawhub
文档: SKILL.md
coding-agent
用途:运行 Codex CLI、Claude Code、OpenCode 或 Pi Coding Agent状态:可用位置: ~/.openclaw/skills/coding-agent/
命令行界面: codex,claude,opencode
文档: SKILL.md
content-repurposer
用途:将一篇帖子转化为针对平台优化的变体状态:✅ 活跃使用中位置: ~/.openclaw/skills/content-repurposer/
命令行界面: repurposer.py
文档: SKILL.md
gemini
用途:用于问答和生成的 Google Gemini 命令行界面状态:可用位置: ~/.openclaw/skills/gemini/
命令行界面: gemini
文档: SKILL.md
gifgrep
用途:搜索 GIF 提供商,下载,提取静态帧状态:可用位置: ~/.openclaw/skills/gifgrep/
命令行界面: gifgrep
文档: SKILL.md
github
用途:GitHub 命令行界面(问题、拉取请求、CI 运行、API)状态:✅ 已认证为 jdalbright位置: ~/.openclaw/skills/github/
命令行界面: gh
文档: SKILL.md
gog
用途:Google Workspace(Gmail、日历、云端硬盘、联系人、表格、文档)状态:✅ 已通过 OAuth 认证为jdalbright1@gmail.com
位置: ~/.openclaw/skills/gog/
命令行界面: gog
文档: SKILL.md
健康检查
用途:主机安全加固与风险配置状态:可用位置: ~/.openclaw/skills/healthcheck/
命令行界面: openclaw healthcheck
文档: SKILL.md
imsg
用途:iMessage/短信命令行界面(列表、历史记录、监控、发送)状态:✅ macOS 原生支持位置: ~/.openclaw/skills/imsg/
命令行界面: imsg
文档: SKILL.md
模型使用记录
用途:追踪各模型API成本(Codex/Claude)状态:✅ 使用中位置: ~/.openclaw/skills/model-usage/
命令行界面: model_usage.py
文档: SKILL.md
openai图像生成
用途:通过OpenAI图像API批量生成图像状态:可用(本地ComfyUI的云端替代方案)位置: ~/.openclaw/skills/openai-image-gen/
文档: SKILL.md
openai-whisper
用途:使用Whisper CLI进行本地语音转文本状态:可用位置: ~/.openclaw/skills/openai-whisper/
命令行界面: whisper
文档: SKILL.md
openai-whisper-api
用途:通过 OpenAI Whisper API 转录音频状态:可用位置: ~/.openclaw/skills/openai-whisper-api/
文档: SKILL.md
openhue
用途:控制飞利浦 Hue 灯光和场景状态:✅ 网桥已配对在 192.168.1.217位置: ~/.openclaw/skills/openhue/
命令行界面: openhue
文档: SKILL.md
parallel-agents
用途:包含 25 种 AI 代理类型及元代理创建系统状态:✅ 完全正常运行(已成功生成 20 个代理)位置: ~/.openclaw/skills/parallel-agents/
CLI: parallel-agents
Docs: SKILL.md,META_AGENT_COMPLETE.md
peekaboo
Purpose:捕获并自动化 macOS 用户界面Status:✅ macOS 原生Location: ~/.openclaw/skills/peekaboo/
CLI: peekaboo
Docs: SKILL.md
songsee
Purpose:生成频谱图和音频可视化Status:可用Location: ~/.openclaw/skills/songsee/
CLI: songsee
Docs: SKILL.md
summarize
Purpose:从URL、播客、文件中提取/总结文本状态:可用位置: ~/.openclaw/skills/summarize/
命令行界面: summarize
文档: SKILL.md
things-mac
用途:管理 Things 3 任务和项目状态:✅ macOS 原生位置: ~/.openclaw/skills/things-mac/
命令行界面: things
文档: SKILL.md
video-frames
用途:使用 ffmpeg 从视频中提取帧/片段状态:可用位置: ~/.openclaw/skills/video-frames/
命令行界面: video-frames
文档: SKILL.md
天气
用途:当前天气和预报(无需API密钥)状态:可用位置: ~/.openclaw/skills/weather/
命令行界面: weather
文档: SKILL.md
🛠️ 工作区级工具(非技能)
这些是我日常使用的自定义脚本,位于~/.openclaw/workspace/目录下:
| 工具 | 用途 | 命令 |
|---|---|---|
| heartbeat-v2.py | 系统状态检查 | python3 heartbeat-v2.py |
| morning-briefing.py | 每日上午8点简报 | python3 morning-briefing.py |
| check-imessages-v4.py | iMessage 提醒 | python3 check-imessages-v4.py |
| check-jax-dms.py | Bluesky 私信检查器 | python3 check-jax-dms.py |
| printer-status.py | Bambu打印机状态 | python3 printer-status.py |
| fetch-rss-digest.py | 每日新闻摘要 | python3 fetch-rss-digest.py |
| guardrails.py | 安全/成本监控 | python3 guardrails.py |
| jax-content-assistant.py | 字幕生成器 | python3 jax-content-assistant.py |
| screenshot-bluesky-analytics.py | 每周分析 | python3 screenshot-bluesky-analytics.py |
完整文档:请参阅 TOOLS.md
🔧 值得探索的技能
尚未使用但可能有用:
blogwatcher— 可监控竞争对手/内容创作者博客camsnap— 如果您安装了安防摄像头gemini— 用于特定任务的替代AI工具gifgrep— 用于快速查找反应GIFsongsee— 用于分析音频内容video-frames— 用于内容创作工作流
维护说明:添加新技能或更改授权状态时请更新此文件。


微信扫一扫,打赏作者吧~