Agent Skillsfreema/openclaw-mcp › openclaw-management

openclaw-management

GitHub

用于与OpenClaw AI助手交互、委派任务及检查网关状态。支持同步/异步聊天、任务管理与健康检查,适用于AI代理委派和编排场景。

plugins/claude/openclaw/skills/openclaw-management/SKILL.md freema/openclaw-mcp

Trigger Scenarios

用户想与AI助手对话 委派任务给AI助手 检查OpenClaw运行状态

Install

npx skills add freema/openclaw-mcp --skill openclaw-management -g -y
More Options

Non-standard path

npx skills add https://github.com/freema/openclaw-mcp/tree/main/plugins/claude/openclaw/skills/openclaw-management -g -y

Use without installing

npx skills use freema/openclaw-mcp@openclaw-management

指定 Agent (Claude Code)

npx skills add freema/openclaw-mcp --skill openclaw-management -a claude-code -g -y

安装 repo 全部 skill

npx skills add freema/openclaw-mcp --all -g -y

预览 repo 内 skill

npx skills add freema/openclaw-mcp --list

SKILL.md

Frontmatter
{
    "name": "openclaw-management",
    "description": "This skill should be used when the user wants to interact with OpenClaw, delegate tasks to their AI assistant, or check gateway status. Activates for AI assistant delegation and orchestration."
}

When the user wants to interact with OpenClaw or delegate tasks, use the OpenClaw MCP tools.

When to Use This Skill

Activate when the user:

  • Wants to chat with OpenClaw ("Ask Claw to...", "Tell my assistant...")
  • Delegates tasks ("Have OpenClaw research...", "Let Claw handle...")
  • Checks status ("Is OpenClaw running?")
  • Manages tasks ("Check task progress", "Cancel that task")

Tools Reference

Task Tool
Chat (sync) openclaw_chat
Chat (async) openclaw_chat_async
Task status openclaw_task_status
List tasks openclaw_task_list
Cancel task openclaw_task_cancel
Gateway health openclaw_status

Sync vs Async

Use sync (openclaw_chat):

  • Quick questions
  • Simple commands
  • When you need immediate response

Use async (openclaw_chat_async):

  • Research tasks
  • Long-running operations
  • Tasks that might timeout

Example Workflows

Quick question:

openclaw_chat message="What's the weather?"

Long task:

openclaw_chat_async message="Research competitors and write a report"
→ { task_id: "task_abc123" }

openclaw_task_status task_id="task_abc123"
→ { status: "running" }

# ... poll until complete ...

openclaw_task_status task_id="task_abc123"
→ { status: "completed", result: "..." }

Version History

  • 978f57a Current 2026-07-25 10:14

Metadata

Files
0
Version
8314031
Hash
64952383
Indexed
2026-07-25 10:14

Главная - Вики-сайт
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-22 11:07
浙ICP备14020137号-1 $Гость$