openclaw-control
控制和管理 OpenClaw AI 助手。用于发送消息给 OpenClaw、检查状态、管理配置和安装技能。当用户想要与 OpenClaw 交互或管理 OpenClaw 时使用此技能。
Install
mkdir -p .claude/skills/openclaw-control && curl -L -o skill.zip "https://mcp.directory/api/skills/download/1693" && unzip -o skill.zip -d .claude/skills/openclaw-control && rm skill.zipInstalls to .claude/skills/openclaw-control
About this skill
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
使用流程
- 检查连接: 先调用健康检查确认 OpenClaw 可用
- 发送任务: 使用
/openclaw/send发送消息 - 监控结果: 通过
/openclaw/history查看执行结果
注意事项
- OpenClaw 默认运行在
http://127.0.0.1:18789 - 需要配置 Hooks Token 才能发送消息
- 建议使用免费的 GLM-4.7 模型进行测试
示例
让 OpenClaw 执行任务
{
"message": "帮我整理桌面上的文件,按类型分类",
"wake_mode": "now"
}
查询当前状态
调用 GET /openclaw/status 获取 OpenClaw 当前正在做什么。
More by Xxiii8322766509
View all skills by Xxiii8322766509 →You might also like
flutter-development
aj-geddes
Build beautiful cross-platform mobile apps with Flutter and Dart. Covers widgets, state management with Provider/BLoC, navigation, API integration, and material design.
ui-ux-pro-max
nextlevelbuilder
"UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient."
drawio-diagrams-enhanced
jgtolentino
Create professional draw.io (diagrams.net) diagrams in XML format (.drawio files) with integrated PMP/PMBOK methodologies, extensive visual asset libraries, and industry-standard professional templates. Use this skill when users ask to create flowcharts, swimlane diagrams, cross-functional flowcharts, org charts, network diagrams, UML diagrams, BPMN, project management diagrams (WBS, Gantt, PERT, RACI), risk matrices, stakeholder maps, or any other visual diagram in draw.io format. This skill includes access to custom shape libraries for icons, clipart, and professional symbols.
godot
bfollington
This skill should be used when working on Godot Engine projects. It provides specialized knowledge of Godot's file formats (.gd, .tscn, .tres), architecture patterns (component-based, signal-driven, resource-based), common pitfalls, validation tools, code templates, and CLI workflows. The `godot` command is available for running the game, validating scripts, importing resources, and exporting builds. Use this skill for tasks involving Godot game development, debugging scene/resource files, implementing game systems, or creating new Godot components.
nano-banana-pro
garg-aayush
Generate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) API. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., "modify this image", "change the background", "replace X with Y"). Supports both text-to-image generation and image-to-image editing with configurable resolution (1K default, 2K, or 4K for high resolution). DO NOT read the image file first - use this skill directly with the --input-image parameter.
pdf-to-markdown
aliceisjustplaying
Convert entire PDF documents to clean, structured Markdown for full context loading. Use this skill when the user wants to extract ALL text from a PDF into context (not grep/search), when discussing or analyzing PDF content in full, when the user mentions "load the whole PDF", "bring the PDF into context", "read the entire PDF", or when partial extraction/grepping would miss important context. This is the preferred method for PDF text extraction over page-by-page or grep approaches.
Stay ahead of the MCP ecosystem
Get weekly updates on new skills and servers.