返回顶部
m

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.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 0.1.2
安全检测
已通过
1,192
下载量
0
收藏
概述
安装方式
版本历史

mission-claw

# Mission Claw Activity Logging Log significant tasks to the Mission Claw activity feed for tracking agent work, token usage, and project progress. ## Prerequisites - **Mission Claw CLI**: The `mclaw` binary must be installed on the host system. - **OpenClaw Built-ins**: Relies on the `session_status` tool to retrieve current token usage. ## CLI Usage ```bash mclaw log "Task description" \ --agent "AgentName" \ --project "ProjectName" \ --status completed \ --duration "Xm Ys" \ --input-tokens N \ --output-tokens N \ --total-tokens N ``` ### Required Fields - `action` - Brief task description (positional argument) - `--agent` - Agent name (e.g., "J", "mission-claw", "type-alchemy") - `--total-tokens` - Total tokens used (**always include**) ### Optional Fields - `--details` - Longer description of work done - `--project` - Project name - `--status` - `completed` (default), `in_progress`, or `failed` - `--duration` - Time taken (e.g., "5m", "1h 30m") - `--input-tokens` / `--output-tokens` - Token breakdown ## When to Log Log after completing: - Significant development tasks - Bug fixes or feature implementations - Research or investigation work - Configuration changes - Any task worth tracking ## Getting Token Usage Before logging, check your session's token usage: - Use the built-in `session_status` tool to see current tokens - For subagents, tokens are in the completion announcement ## Examples ```bash # Feature implementation mclaw log "Added date-time filter to dashboard" \ --agent "mission-claw" \ --project "Mission Claw" \ --status completed \ --duration "10m" \ --total-tokens 15000 # Quick fix mclaw log "Fixed timezone bug" \ --agent "J" \ --project "ContentMorph" \ --duration "2m" \ --total-tokens 3500 # In-progress work mclaw log "Implementing payment flow" \ --agent "J" \ --project "TypeAlchemy" \ --status in_progress ``` ## Other Commands ```bash mclaw list # Recent activities mclaw list --agent J # Filter by agent mclaw status # Quick stats and service status mclaw dashboard start # Start web dashboard (localhost:3101 by default) ``` ## API Alternative The CLI logs to a local daemon (defaulting to `http://localhost:3100`). You can also POST directly to the API: POST `http://localhost:3100/api/activity` ```json { "action": "Task name", "agent": "J", "project": "Project", "status": "completed", "totalTokens": 5000, "inputTokens": 4000, "outputTokens": 1000 } ```

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 mission-claw-1776420084 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 mission-claw-1776420084 技能

通过命令行安装

skillhub install mission-claw-1776420084

下载 Zip 包

⬇ 下载 mission-claw v0.1.2

文件大小: 1.86 KB | 发布时间: 2026-4-17 18:57

v0.1.2 最新 2026-4-17 18:57
- 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.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部