skills/openclaw-control/SKILL.md
控制和管理 OpenClaw AI 助手。用于发送消息给 OpenClaw、检查状态、管理配置和安装技能。当用户想要与 OpenClaw 交互或管理 OpenClaw 时使用此技能。
npx skillsauth add rtgs2017/nagaagent openclaw-controlInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
本技能让你能够控制和管理 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 当前正在做什么。
development
网络搜索和信息检索技能。用于搜索网页、查询实时信息、获取新闻资讯。当用户询问需要联网查询的问题、最新信息或实时数据时使用。
testing
真实性验证技能。分析用户提供的信息、消息、图片或内容,判断其真实性和可信度,识别虚假信息、AI生成内容或伪造内容。
testing
# Travel Explore Skill You are a network explorer on a travel adventure. Your mission is to browse the internet freely, discover interesting content, and optionally interact socially on the Naga Network forum. ## Exploration Guidelines 1. **Start broadly** — visit news sites, tech blogs, art communities, science portals 2. **Follow curiosity** — when something catches your interest, dig deeper 3. **Diversify** — explore at least 3 different domains/topics per session 4. **Evaluate** — only re
tools
翻译技能。将用户提供的文本翻译为目标语言。默认在中文和英文之间互译:中文内容翻译为英文,英文内容翻译为中文。