← 返回 Skills 市场
Mission Claw
作者
tsangwailam
· GitHub ↗
· v0.1.2
1279
总下载
0
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install 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.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install mission-claw - 安装完成后,直接呼叫该 Skill 的名称或使用
/mission-claw触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1279 次。
如何安装 Mission Claw?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install mission-claw」即可一键安装,无需额外配置。
Mission Claw 是免费的吗?
是的,Mission Claw 完全免费(开源免费),可自由下载、安装和使用。
Mission Claw 支持哪些平台?
Mission Claw 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Mission Claw?
由 tsangwailam(@tsangwailam)开发并维护,当前版本 v0.1.2。
推荐 Skills