openclaw-management

openclaw-management is a skill for Claude Code from freema/openclaw-mcp. It costs 43 tokens per session (400 once invoked), scanned A, original, MIT.

A set of instructions for interacting with OpenClaw, an AI assistant, through available task and status controls.

In plain words
What is it for?
Use it to chat with OpenClaw, delegate research or other tasks, check task status, list or cancel tasks, and check gateway health.
Why use it?
It gives a consistent way to send OpenClaw requests, handle longer delegated tasks, check progress, cancel work, and verify whether its gateway is running.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: built for openclaw.

Part of the openclaw plugin — 1 skill, 2 commands, 1 agent, 1 MCP server shipped together

Good fit Use it to chat with OpenClaw, delegate research or other tasks, check task status, list or cancel tasks, and check gateway health.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/freema/openclaw-mcp/openclaw-management
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add freema/openclaw-mcp --skill openclaw-management
Clone the repo
git clone --depth 1 https://github.com/freema/openclaw-mcp

Made for: Claude Code.

Or install openclaw, the plugin that ships this one along with the rest of its 1 skill, 2 commands, 1 agent, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for openclaw-management

README.md
[![agentmods](https://agentmods.dev/badge/skills/freema/openclaw-mcp/openclaw-management/github.svg)](https://agentmods.dev/skills/freema/openclaw-mcp/openclaw-management)
Your own site
<a href="https://agentmods.dev/skills/freema/openclaw-mcp/openclaw-management"><img src="https://agentmods.dev/badge/skills/freema/openclaw-mcp/openclaw-management/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for openclaw-management

Your own site · 80×15
<a href="https://agentmods.dev/skills/freema/openclaw-mcp/openclaw-management"><img src="https://agentmods.dev/badge/skills/freema/openclaw-mcp/openclaw-management.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 43 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 400 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00043 $0.00400
Opus 5 $0.00022 $0.00200
Sonnet 5 $0.00009 $0.00080
Haiku 4.5 $0.00004 $0.00040

Measured 9d ago against content hash 64952383bff2, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

openclaw-management scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

plugins/claude/openclaw/skills/openclaw-management/SKILL.md · 60 lines

What it actually says

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: "..." }
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 60 lines · 43 tokens per session scan A 64952383bff2

Subscribe to this mod's changes

openclaw-management is a skill published in the GitHub repository freema/openclaw-mcp (184 stars, last pushed 23d ago), licensed MIT. It adds 43 tokens to every session and 400 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

debug-optimize-lcp

Guides debugging and optimizing Largest Contentful Paint (LCP) using Chrome DevTools MCP tools. Use this skill whenever the user asks about LCP performance, slow page loads, Core Web Vitals optimization, or wants to understand why their page's main content takes too long to appear. Also use when the user mentions…

ChromeDevTools/chrome-devtools-mcp · 99 tokens

unity-version-split

Split a C# file into Unity 6.5+ and pre-Unity 6.5 variants. Use when a file needs different implementations for different Unity versions due to API changes (e.g., EntityId vs int, GetEntityId vs GetInstanceID).

IvanMurzak/Unity-MCP · 59 tokens

gateway

Start and manage the Kurtosis gateway for Kubernetes. The gateway forwards local ports to the Kurtosis engine and services running in a k8s cluster. Required when using Kurtosis with Kubernetes. Use when kurtosis engine status shows nothing on k8s or services aren't reachable.

kurtosis-tech/kurtosis · 57 tokens

specflow-use

To connect Rosetta with Grid Dynamics SpecFlow MCP; only when SpecFlow is mentioned and the MCP is installed.

griddynamics/rosetta · 27 tokens

opik-diagnose

Surface the Opik traces worth a developer's attention, ranked by signal — Diagnostics issues first, then errors, failed tool calls, latency, regressions, and low online-eval scores. With the Opik MCP connected it lists the project's agentinsightsissue entities, then fills the gaps with list (filters, sort, a time…

comet-ml/opik-mcp · 174 tokens

ue-mcp-epic-routing

Use when deciding between ue-mcp's native category actions and Epic's wrapped ToolsetRegistry tools (the epic actions, incl. the Blueprint graph DSL) for a task in Unreal. Pulls in when authoring Blueprint graph bodies, or any time both a native action and an epic action could do the job and you need to pick.

db-lyon/ue-mcp · 81 tokens