
Openclaw Control
- 59 installs
- 1.5k repo stars
- Updated July 16, 2026
- rtgs2017/nagaagent
Helps with ai & agent building tasks.
About
openclaw-control is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.
- openclaw-control
- AI & Agent Building
- AI-coding skill
Openclaw Control by the numbers
- 59 all-time installs (skills.sh)
- Ranked #6,453 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/rtgs2017/nagaagent --skill openclaw-controlAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 59 |
|---|---|
| repo stars | ★ 1.5k |
| Last updated | July 16, 2026 |
| Repository | rtgs2017/nagaagent ↗ |
What it does
Helps with ai & agent building tasks.
Files
OpenClaw 控制技能
本技能让你能够控制和管理 OpenClaw AI 助手。
核心能力
1. 发送消息给 OpenClaw
通过 Naga 的 Agent Server API 向 OpenClaw 发送任务:
POST /openclaw/send
{
"message": "你的消息内容",
"wake_mode": "now" // 立即执行
}2. 检查 OpenClaw 状态
GET /openclaw/health- 健康检查GET /openclaw/status- 运行状态GET /openclaw/session- 会话信息
3. 管理 Gateway
POST /openclaw/gateway/start- 启动POST /openclaw/gateway/stop- 停止POST /openclaw/gateway/restart- 重启GET /openclaw/gateway/status- 状态
4. 配置管理
GET /openclaw/config- 获取配置POST /openclaw/config/model- 设置模型POST /openclaw/config/hooks- 配置 Hooks
使用流程
1. 检查连接: 先调用健康检查确认 OpenClaw 可用 2. 发送任务: 使用 /openclaw/send 发送消息 3. 监控结果: 通过 /openclaw/history 查看执行结果
注意事项
- OpenClaw 默认运行在
http://127.0.0.1:18789 - 需要配置 Hooks Token 才能发送消息
- 建议使用免费的 GLM-4.7 模型进行测试
示例
让 OpenClaw 执行任务
{
"message": "帮我整理桌面上的文件,按类型分类",
"wake_mode": "now"
}查询当前状态
调用 GET /openclaw/status 获取 OpenClaw 当前正在做什么。
Related skills
AI & Agent Buildingagents