← 返回 Skills 市场
ant-1984

My Tasks

作者 ant-1984 · GitHub ↗ · v0.1.0
cross-platform ⚠ suspicious
402
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install my-tasks
功能描述
View your personal task history and status on OpenAnt. Use when the user wants to see their own tasks, check what they've completed, review their task histor...
安全使用建议
This skill appears to do what it says: read-only queries of your OpenAnt tasks. Before installing/using it, consider: 1) npx @openant-ai/cli@latest will download and run code from npm each time — only run it if you trust the @openant-ai/cli package and its publisher; prefer a pinned version/checksum if possible. 2) The skill is written to execute commands immediately (no extra confirmation). If you want tighter control, run the CLI commands manually first to verify output and authentication. 3) Ensure the authenticate-openant skill (or whatever you use to sign in) is trustworthy, since --mine queries depend on your session token. If any of these points worry you, run the CLI locally yourself instead of allowing autonomous execution.
功能分析
Type: OpenClaw Skill Name: my-tasks Version: 0.1.0 The skill is designed for read-only task management, and its instructions explicitly state this. However, the `SKILL.md` file defines `allowed-tools` with broad `Bash` execution permissions, specifically allowing `npx @openant-ai/cli@latest tasks list *` and `tasks get *`. The wildcard `*` permits the agent to append arbitrary strings to these commands. This creates a significant shell injection vulnerability, as a malicious user or a prompt injection could instruct the agent to append shell metacharacters (e.g., `; rm -rf /`) to the `npx` command, leading to unauthorized command execution. While there is no explicit malicious instruction within the skill itself, this broad permission constitutes a critical vulnerability.
能力评估
Purpose & Capability
Name/description match the actions in SKILL.md: all commands are read-only queries against the user's own tasks (e.g., tasks list --mine, tasks get). There are no unrelated credentials, binaries, or filesystem accesses requested.
Instruction Scope
Instructions stay within the stated purpose (viewing a user's tasks) and explicitly require authentication. They do instruct the agent to run shell commands (npx @openant-ai/cli@latest ...) and to always append --json. The SKILL.md also directs the agent to execute immediately without user confirmation, which is a behavioral choice that expands the agent's autonomy and should be considered by the user.
Install Mechanism
No install spec is provided (instruction-only), but all commands use npx @openant-ai/cli@latest. Running these commands will cause npx to fetch and execute a package from the npm registry at runtime. That is expected for a CLI-based skill, but it does mean remote code is executed dynamically and the skill does not provide a pinned version or checksum.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. It correctly instructs the agent to verify authentication via the CLI status output before running --mine queries. No unrelated secrets are requested.
Persistence & Privilege
The skill is not always-enabled, and model invocation is allowed (normal), however the SKILL.md explicitly states commands are to be executed immediately without user confirmation. Combined with dynamic npx execution, this increases the potential blast radius if the fetched CLI or its network interactions are malicious or compromised.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install my-tasks
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /my-tasks 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of the "my-tasks" skill: - Enables viewing your personal task history and current involvement on OpenAnt. - Supports listing completed tasks, active assignments, tasks awaiting review, and those you've created. - Provides unified commands for all roles and detailed task inspection. - Requires authentication before accessing any personal task data. - All commands are read-only and structured for easy parsing.
元数据
Slug my-tasks
版本 0.1.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

My Tasks 是什么?

View your personal task history and status on OpenAnt. Use when the user wants to see their own tasks, check what they've completed, review their task histor... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 402 次。

如何安装 My Tasks?

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

My Tasks 是免费的吗?

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

My Tasks 支持哪些平台?

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

谁开发了 My Tasks?

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

💬 留言讨论