← Back to Skills Marketplace
Mission Claw
by
tsangwailam
· GitHub ↗
· v0.1.2
1279
Downloads
0
Stars
1
Active Installs
3
Versions
Install in OpenClaw
/install mission-claw
Description
Log agent activities to Mission Claw dashboard with token usage tracking. Use when completing significant tasks, subagent work, or any action worth recording in the activity feed. Triggers on task completion, activity logging, or tracking agent work.
Usage Guidance
This skill appears to do exactly what it says: log agent actions to a local Mission Claw service. Before installing or using it, verify the mclaw npm package and the GitHub repo (confirm the package owner and review code if possible). Be cautious about logging sensitive content (task descriptions or details may include secrets or PII) — ensure the local daemon (http://localhost:3100) is controlled and properly secured. If you cannot inspect the npm package, consider running the CLI in a restricted environment/container or only logging non-sensitive summary data.
Capability Analysis
Type: OpenClaw Skill
Name: mission-claw
Version: 0.1.2
The skill is classified as suspicious primarily due to the `npm install -g mission-claw` instruction in `SKILL.md`. This command introduces a significant supply chain vulnerability, as it instructs the agent to download and execute arbitrary code from an external npm package (mission-claw, hosted on github.com/tsangwailam/mcclaw). While the stated purpose is benign (logging activities to a local dashboard), the mechanism of installing a global package via npm poses a high risk of remote code execution if the external package or its repository were compromised. There is no evidence of intentional malicious behavior within the provided files, such as data exfiltration or prompt injection attempts, and all described network activity is confined to localhost.
Capability Assessment
Purpose & Capability
Name/description (activity logging, token tracking) lines up with the instructions: it tells the agent to call the mclaw CLI or POST to a local API and to include token counts. No unrelated credentials, binaries, or external services are requested.
Instruction Scope
Instructions are narrowly scoped to running the mclaw CLI or POSTing to a local daemon (http://localhost:3100) and to use the built-in session_status tool for token counts. This is appropriate for logging, but the skill will send task descriptions/details (which can include sensitive text) to a local service — verify that the local daemon is trusted before logging sensitive content.
Install Mechanism
SKILL.md recommends installing via `npm install -g mission-claw` (a standard npm global CLI install). That is a common install method but does carry the usual npm-package risk (third-party code executed on install). There is no direct download URL in the SKILL.md and no archive extract step.
Credentials
No environment variables, credentials, or config paths are requested. The reliance on a local daemon and the session_status built-in is proportional to token-usage logging.
Persistence & Privilege
Skill is instruction-only, has no install spec in the registry metadata, and is not always-enabled. It does not request persistent platform privileges or modification of other skills.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install mission-claw - After installation, invoke the skill by name or use
/mission-claw - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.2
- Added binary information, install instructions, homepage, and repository links to metadata.
- Clarified prerequisites, including required CLI and dependence on OpenClaw built-in tools.
- Updated agent name and web dashboard port in usage examples and documentation.
- Added more detail to other commands, including where the dashboard runs and service status information.
- Clarified that CLI communicates with a local daemon, and specified the default API URL.
v0.1.1
- Update mclaw cli to 1.0.0
- No user-facing changes in this release.
- No file modifications detected; SKILL.md remains unchanged.
v0.1.0
Initial release of mission-claw.
- Log agent activities to the Mission Claw dashboard, including token usage.
- CLI tool (`mclaw log`) for recording task details, agent, project, status, duration, and token counts.
- Support for filtering activities, status overview, and launching a web dashboard.
- Provides API for activity logging.
- Documentation includes usage examples and guidance on tracking token consumption.
Metadata
Frequently Asked Questions
What is Mission Claw?
Log agent activities to Mission Claw dashboard with token usage tracking. Use when completing significant tasks, subagent work, or any action worth recording in the activity feed. Triggers on task completion, activity logging, or tracking agent work. It is an AI Agent Skill for Claude Code / OpenClaw, with 1279 downloads so far.
How do I install Mission Claw?
Run "/install mission-claw" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Mission Claw free?
Yes, Mission Claw is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Mission Claw support?
Mission Claw is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Mission Claw?
It is built and maintained by tsangwailam (@tsangwailam); the current version is v0.1.2.
More Skills