用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/RTGS2017/NagaAgent --skill openclaw-control命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | openclaw-control |
| description | 控制和管理 OpenClaw AI 助手。用于发送消息给 OpenClaw、检查状态、管理配置和安装技能。当用户想要与 OpenClaw 交互或管理 OpenClaw 时使用此技能。 |
| version | 1.0.0 |
| author | Naga Team |
| tags | ["openclaw","automation","ai-assistant"] |
| enabled | true |
本技能让你能够控制和管理 OpenClaw AI 助手。
通过 Naga 的 Agent Server API 向 OpenClaw 发送任务:
POST /openclaw/send
{
"message": "你的消息内容",
"wake_mode": "now" // 立即执行
}
GET /openclaw/health - 健康检查GET /openclaw/status - 运行状态GET /openclaw/session - 会话信息POST /openclaw/gateway/start - 启动POST /openclaw/gateway/stop - 停止POST /openclaw/gateway/restart - 重启GET /openclaw/gateway/status - 状态GET /openclaw/config - 获取配置POST /openclaw/config/model - 设置模型POST /openclaw/config/hooks - 配置 Hooks/openclaw/send 发送消息/openclaw/history 查看执行结果http://127.0.0.1:18789{
"message": "帮我整理桌面上的文件,按类型分类",
"wake_mode": "now"
}
调用 GET /openclaw/status 获取 OpenClaw 当前正在做什么。