← Back to Skills Marketplace
135
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install ai-task-master
Description
Intelligent task planner using Plan-and-Solve pattern for breaking down goals into actionable steps with timeline and priorities.
README (SKILL.md)
Task Planner
AI-powered task planning assistant that breaks down complex goals into manageable action items.
Features
- Goal Breakdown: Split big goals into small tasks
- Timeline Planning: Realistic scheduling
- Priority Assignment: Eisenhower matrix
- Progress Tracking: Monitor completion
Usage
const planner = new TaskPlanner();
const plan = await planner.createPlan({
goal: '完成网站重构',
deadline: '2026-05-01',
teamSize: 3
});
Installation
clawhub install task-planner
License
MIT
Version
1.0.0
Created
2026-04-02
Usage Guidance
This skill looks coherent from a security perspective (it asks for no credentials and contains no install script), but it is incomplete and comes from an unknown source: package.json references index.js that is not included and SKILL.md provides only a usage example, so the skill may be non-functional. Before installing: 1) ask the publisher for source code or a homepage and verify the implementation (index.js or other runtime files); 2) avoid granting any credentials or elevated permissions until you can review code; 3) prefer installing only skills with a verifiable repository or published release; and 4) if you still want to try it, run it in a sandboxed environment first. If you need a fully implemented planner, look for a skill with included code or a documented install spec and repository.
Capability Analysis
Type: OpenClaw Skill
Name: ai-task-master
Version: 1.0.0
The skill bundle contains standard metadata and documentation for a task planning tool. The files (_meta.json, SKILL.md, and package.json) describe a benign productivity utility and do not contain any executable code, suspicious network requests, data exfiltration logic, or prompt injection attempts.
Capability Assessment
Purpose & Capability
Name, description, and declared features (goal breakdown, timeline, priorities) align with the content of SKILL.md and package.json. The skill does not request unrelated binaries, env vars, or config paths.
Instruction Scope
SKILL.md contains only descriptive usage examples and an example JavaScript snippet showing a TaskPlanner class. It does not instruct the agent to read system files, access credentials, or transmit data to unexpected endpoints. The instructions are high-level and do not expand agent privileges.
Install Mechanism
No install spec is provided (instruction-only), which is low risk. However, package.json declares "main": "index.js" but no code files are present and SKILL.md's suggested install command ('clawhub install task-planner') is not backed by an actual install script or artifacts in the package. This inconsistency means the skill as distributed is likely non-functional or incomplete.
Credentials
The skill requests no environment variables, no credentials, and no config paths — appropriate for a planning/instruction-only skill.
Persistence & Privilege
Flags are default: always=false, user-invocable=true, disable-model-invocation=false. The skill does not request persistent system presence or modify other skill configurations.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ai-task-master - After installation, invoke the skill by name or use
/ai-task-master - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of Task Planner.
- Breaks down large goals into manageable tasks using the Plan-and-Solve approach.
- Supports timeline and deadline scheduling.
- Assigns priorities via the Eisenhower matrix.
- Enables progress tracking on tasks.
- Provides easy usage and installation instructions.
Metadata
Frequently Asked Questions
What is Task Planner?
Intelligent task planner using Plan-and-Solve pattern for breaking down goals into actionable steps with timeline and priorities. It is an AI Agent Skill for Claude Code / OpenClaw, with 135 downloads so far.
How do I install Task Planner?
Run "/install ai-task-master" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Task Planner free?
Yes, Task Planner is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Task Planner support?
Task Planner is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Task Planner?
It is built and maintained by banxian87 (@banxian87); the current version is v1.0.0.
More Skills