一键导入
openclaw-ops
OpenClaw 运维助手。用于用户提到 OpenClaw、小龙虾、gateway、渠道连接、消息发送失败、服务不可达、日志排查、渠道或 Agent 管理时使用。优先执行状态检查与故障分流;涉及重启、修复、更新、配置变更等高影响操作时,先向用户说明再执行。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
OpenClaw 运维助手。用于用户提到 OpenClaw、小龙虾、gateway、渠道连接、消息发送失败、服务不可达、日志排查、渠道或 Agent 管理时使用。优先执行状态检查与故障分流;涉及重启、修复、更新、配置变更等高影响操作时,先向用户说明再执行。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
文章解读助手。对用户提供的文章(URL、Markdown、PDF、粘贴文本)进行结构化解读,输出包含总览、关键要点、个人启发、批判性思考和延伸思考的 Markdown 报告。触发词:文章解读、解读文章、帮我解读、读一下这篇、分析这篇文章、article interpretation。
去除 AI 味道的文章风格优化技能。用于识别并改写文章、公众号稿、自媒体稿、口播稿、演讲稿、课程稿、产品文案中的 AI 痕迹、模板腔、资料味、翻译腔、内容空心、空洞大词、过度金句、破折号滥用、bullet 堆叠、动不动加粗等问题;当用户说“去 AI 味”“去除 AI 痕迹”“不像 AI 写的”“更像人写的”“更自然”“别太机器味”“去掉模板感”“改得像公众号终稿”时使用。不用于事实核查、从零选题策划、论文转公众号、纯标题生成或追求 AI 检测器通过率。
First-tier tech company P7 capability advisor for evaluating, coaching, and giving career advice against a P7 technical/product/expert profile. Use when the user asks for P7-level assessment, promotion readiness, capability gaps, resume/project review, interview preparation, or concrete growth advice based on first-tier tech company P7 expectations.
First-tier tech company P8 capability advisor for evaluating, coaching, and giving career advice against a P8 senior expert, architect, or domain-owner profile. Use when the user asks for P8-level assessment, promotion readiness, capability gaps, project or resume review, interview preparation, or growth advice based on first-tier tech company P8 expectations.
First-tier tech company P9 capability advisor for evaluating, coaching, and giving career advice against a P9 senior expert, director, or business/organization-level leader profile. Use when the user asks for P9-level assessment, promotion readiness, executive capability gaps, strategic project review, resume positioning, interview preparation, or growth advice based on first-tier tech company P9 expectations.
微信公众号关注二维码生成助手。当用户要根据公众号 ID、微信号、原始 ID 或 `gh_...` 生成公众号二维码、下载成本地图片并在 Agent/Codex 聊天里显示,或不知道如何在微信里找到公众号 ID、需要操作引导图时使用此技能。只适用于微信公众号二维码,不用于小程序码、个人微信二维码或企业微信二维码。
| name | openclaw-ops |
| description | OpenClaw 运维助手。用于用户提到 OpenClaw、小龙虾、gateway、渠道连接、消息发送失败、服务不可达、日志排查、渠道或 Agent 管理时使用。优先执行状态检查与故障分流;涉及重启、修复、更新、配置变更等高影响操作时,先向用户说明再执行。 |
OpenClaw 是一个多渠道 AI Agent 网关,支持 WhatsApp、Telegram、Discord 等消息平台。本技能提供运维所需的命令参考和故障排查能力。
本 skill 主要采用:
当用户报告 OpenClaw 问题时,按以下步骤执行:
以下操作默认可以直接做:
openclaw statusopenclaw channels status --probeopenclaw logs --limit 200openclaw health以下操作属于高影响动作,执行前应先向用户说明:
openclaw doctor --repairopenclaw doctor --repair --forceopenclaw gateway restartopenclaw update# 1. 快速状态检查
openclaw status
# 2. 深度渠道探测
openclaw channels status --probe
# 3. 自动修复
openclaw doctor --repair
# 4. 验证健康状态
openclaw health
根据问题类型选择对应处理路径:
服务无法启动 → openclaw gateway status → openclaw doctor --repair → openclaw gateway restart
渠道连接失败 → openclaw channels status --probe → openclaw channels login --channel <name> → 查看渠道日志
消息发送失败 → openclaw logs --limit 200 → 检查渠道状态 → 验证目标格式
性能问题 → openclaw status --usage → 查看系统日志 → 检查资源使用
配置查询 → 查阅 openclaw_commands.md 对应章节
openclaw doctor --repair 自动修复openclaw gateway restartopenclaw doctor --repair --forceopenclaw update → openclaw doctor → openclaw healthopenclaw health 返回无错误openclaw channels status --probe 所有渠道状态正常openclaw status 显示 gateway 可达| 命令 | 用途 |
|---|---|
openclaw status | 查看整体状态 |
openclaw health | 健康检查 |
openclaw doctor --repair | 自动修复 |
openclaw gateway restart | 重启服务 |
openclaw channels status --probe | 检查渠道 |
openclaw logs --limit 200 | 查看日志 |
launchctl getenv OPENCLAW_GATEWAY_TOKEN/tmp/openclaw/openclaw-YYYY-MM-DD.log~/.openclaw/logs/gateway.log./scripts/clawlog.sh -e向用户汇报时应包含:发现的问题、执行的操作、当前的状态、后续建议。