← 返回 Skills 市场
135
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install ai-task-master
功能描述
Intelligent task planner using Plan-and-Solve pattern for breaking down goals into actionable steps with timeline and priorities.
使用说明 (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
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ai-task-master - 安装完成后,直接呼叫该 Skill 的名称或使用
/ai-task-master触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Task Planner 是什么?
Intelligent task planner using Plan-and-Solve pattern for breaking down goals into actionable steps with timeline and priorities. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 135 次。
如何安装 Task Planner?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ai-task-master」即可一键安装,无需额外配置。
Task Planner 是免费的吗?
是的,Task Planner 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Task Planner 支持哪些平台?
Task Planner 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Task Planner?
由 banxian87(@banxian87)开发并维护,当前版本 v1.0.0。
推荐 Skills