← Back to Skills Marketplace
402
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install my-tasks
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install my-tasks - After installation, invoke the skill by name or use
/my-tasks - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 402 downloads so far.
How do I install My Tasks?
Run "/install my-tasks" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is My Tasks free?
Yes, My Tasks is completely free (open-source). You can download, install and use it at no cost.
Which platforms does My Tasks support?
My Tasks is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created My Tasks?
It is built and maintained by ant-1984 (@ant-1984); the current version is v0.1.0.
More Skills