Install
openclaw skills install ai-task-masterIntelligent task planner using Plan-and-Solve pattern for breaking down goals into actionable steps with timeline and priorities.
openclaw skills install ai-task-masterAI-powered task planning assistant that breaks down complex goals into manageable action items.
const planner = new TaskPlanner();
const plan = await planner.createPlan({
goal: '完成网站重构',
deadline: '2026-05-01',
teamSize: 3
});
clawhub install task-planner
MIT
1.0.0
2026-04-02