← 返回 Skills 市场
mightyprime1

Task Status

作者 Mightyprime1 · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
11298
总下载
12
收藏
110
当前安装
1
版本数
在 OpenClaw 中安装
/install task-status
功能描述
Send short status descriptions in chat for long-running tasks. Use when you need to provide periodic updates during multi-step operations, confirm task completion, or notify of failures. Includes automated periodic monitoring that sends updates every 5 seconds, status message templates, and a helper function for consistent status reporting.
安全使用建议
Install only if you intend to send status text to Telegram through Clawdbot. Set TELEGRAM_TARGET explicitly before use, confirm the gateway token is scoped appropriately, avoid putting secrets or sensitive filenames in status messages, and clean up monitors, cron jobs, state files, and logs after the task finishes.
功能分析
Type: OpenClaw Skill Name: task-status Version: 1.0.0 The OpenClaw AgentSkills skill bundle 'task-status' is designed for sending status updates via the Clawdbot platform. It utilizes local WebSocket communication and the Clawdbot CLI via `subprocess.run` in `scripts/send_status.py` to send messages, accessing environment variables like `CLAWDBOT_GATEWAY_TOKEN` for local authentication. The `scripts/monitor_task.py` script manages background periodic updates and stores state locally in `.task_status_state.json`. All observed behaviors, including file system access for state and logs, local network communication, and CLI execution, are directly aligned with the skill's stated purpose of status reporting and lack any clear evidence of intentional harmful behavior such as data exfiltration to unauthorized endpoints, malicious execution, or persistence mechanisms beyond operational needs. The `SKILL.md` instructions do not contain any prompt injection attempts with malicious objectives.
能力评估
Purpose & Capability
The stated purpose is chat status updates for long-running tasks, but the implementation specifically routes messages to Telegram via local WebSocket or Clawdbot CLI and defaults TELEGRAM_TARGET to 7590912486 when no target is configured.
Instruction Scope
The docs describe manual updates and start/stop controls for monitoring, but they encourage frequent 5-second updates and cron-style automation, so users need to manage when recurring notifications are enabled.
Install Mechanism
Installation is a manual copy into a Clawdbot skills directory; there is no destructive installer, but the Python websocket dependency and required environment variables are not fully declared.
Credentials
The scripts read CLAWDBOT_GATEWAY_TOKEN, CLAWDBOT_GATEWAY_PORT, and TELEGRAM_TARGET and can use local Clawdbot sending authority, which is proportionate to notifications only if the destination and token use are explicit and user-configured.
Persistence & Privilege
The monitor writes .task_status_state.json and the logging variant writes local JSONL message logs; this is limited local persistence, but status text may contain sensitive task details.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install task-status
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /task-status 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the task-status skill for sending status updates on long-running tasks. - Supports manual status updates with a simple command-line script. - Includes automatic periodic monitoring, sending updates every 5 seconds during multi-step operations. - Provides message templates and a helper function for consistent status reporting. - Allows easy customization of update intervals and advanced usage within Python scripts or Clawdbot cron jobs.
元数据
Slug task-status
版本 1.0.0
许可证
累计安装 388
当前安装数 110
历史版本数 1
常见问题

Task Status 是什么?

Send short status descriptions in chat for long-running tasks. Use when you need to provide periodic updates during multi-step operations, confirm task completion, or notify of failures. Includes automated periodic monitoring that sends updates every 5 seconds, status message templates, and a helper function for consistent status reporting. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 11298 次。

如何安装 Task Status?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install task-status」即可一键安装,无需额外配置。

Task Status 是免费的吗?

是的,Task Status 完全免费(开源免费),可自由下载、安装和使用。

Task Status 支持哪些平台?

Task Status 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Task Status?

由 Mightyprime1(@mightyprime1)开发并维护,当前版本 v1.0.0。

💬 留言讨论