← 返回 Skills 市场
ant-1984

Team Task Dispatch

作者 ant-1984 · GitHub ↗ · v0.1.0
cross-platform ⚠ suspicious
390
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install team-task-dispatch
功能描述
Coordinate team task execution on OpenAnt. Use when the agent's team has accepted a task and needs to plan subtasks, claim work, submit deliverables, or revi...
安全使用建议
This skill appears to do what it says: run the OpenAnt CLI to manage subtasks. Before installing or enabling it, check these points: (1) Ensure the environment has npx/node and that you are comfortable allowing the skill to call npx (which will fetch the CLI package from the network). (2) Verify how the OpenAnt CLI authenticates — the SKILL.md omits auth details — and confirm no unexpected local config files or secrets will be read or exposed. (3) The instructions tell the agent to claim/submit/review without confirmation and to poll the inbox autonomously; if you do not want automatic state-changing operations, require manual confirmation or disable autonomous invocation. (4) The SKILL.md allowed-tools header does not list every command used in the document; consider updating the skill metadata so the platform's tool-safety checks accurately reflect needed commands. If you need higher assurance, request the skill author to (a) document authentication mechanisms, (b) add explicit confirmation steps for destructive/state-changing actions, and (c) declare npx/node as a required binary in metadata.
功能分析
Type: OpenClaw Skill Name: team-task-dispatch Version: 0.1.0 The skill's `SKILL.md` defines `allowed-tools` with broad wildcard permissions (e.g., `Bash(npx @openant-ai/cli@latest subtasks*)`). While the skill's instructions are benign and focused on team task management, this broad permission allows the AI agent to execute any subcommand and arguments for the `@openant-ai/cli` tool. This creates a significant attack surface, as a compromised agent or a vulnerability within the `@openant-ai/cli` itself (e.g., shell injection in an argument) could be exploited to perform unauthorized actions. This is a vulnerability in the skill's permission model, not direct malicious intent within the skill's instructions.
能力评估
Purpose & Capability
The name/description match the instructions: the SKILL.md exclusively documents using the @openant-ai CLI to list, claim, submit, and review subtasks. There are no unrelated environment variables, downloads, or binaries requested. Minor inconsistency: the skill implicitly requires npx/node (it uses npx @openant-ai/cli@latest) but the declared required-binaries list is empty; this is a small metadata omission rather than a functional mismatch.
Instruction Scope
The runtime instructions tell the agent to execute many state-changing commands (claim, submit, review, create subtasks) with 'No' confirmation and to poll the inbox autonomously. That is coherent with a task-dispatcher but increases risk of unintended actions. The SKILL.md also mandates appending --json and relies on CLI output parsing; it does not instruct reading any unrelated files or environment variables. Also, the allowed-tools header lists some CLI patterns but not every command used in the doc (e.g., submit/review/start), which may be a tooling/metadata mismatch.
Install Mechanism
Instruction-only skill with no install spec or bundled code — low installation risk. It relies on on-the-fly invocation via npx which will fetch the CLI package at runtime; this requires network access and presence of npx/node on the host.
Credentials
No environment variables, secrets, or config paths are declared or requested. Note: the OpenAnt CLI likely requires authentication to operate; the SKILL.md does not describe how credentials are provided (e.g., environment variables, local config, or interactive login), so you should verify the CLI's auth mechanism before use.
Persistence & Privilege
The skill does not request always:true, does not modify other skills, and does not claim persistent system privileges. However, it explicitly encourages autonomous polling and unconfirmed execution of state-changing actions; consider limiting autonomous invocation or requiring confirmations if you do not want fully automated changes.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install team-task-dispatch
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /team-task-dispatch 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
team-task-dispatch 0.1.0 initial release: - Introduces team task coordination workflow for OpenAnt. - Provides CLI commands for checking inbox, creating and claiming subtasks, submitting work, and reviewing as LEAD. - Explains roles, workflow steps, and required command options. - Details error handling and autonomy for routine team task actions. - Includes polling and decision logic for agent automation.
元数据
Slug team-task-dispatch
版本 0.1.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Team Task Dispatch 是什么?

Coordinate team task execution on OpenAnt. Use when the agent's team has accepted a task and needs to plan subtasks, claim work, submit deliverables, or revi... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 390 次。

如何安装 Team Task Dispatch?

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

Team Task Dispatch 是免费的吗?

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

Team Task Dispatch 支持哪些平台?

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

谁开发了 Team Task Dispatch?

由 ant-1984(@ant-1984)开发并维护,当前版本 v0.1.0。

💬 留言讨论