Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
- Expanded support for booking links and appointment workflows, including creating, updating, accepting, or declining appointments. - Added best practices for handling rate limits, batching, and pagination with large datasets. - Introduced guidance for global availability awareness before modifying booking or scheduling links. - Emphasized appointment safety: now requires explicit user confirmation before modifying or deleting booked items. - Improved execution logic guidance, including undo/redo competency and stricter overlap/conflict controls.
What This Skill Does
Connects an agent to the EffortList AI platform for managing folders, tasks, and todos. Supports full CRUD across a nested hierarchy (Folder > Task > Todo) with cascading deletes and atomic undo/redo. Also handles appointments, booking links, and schedule alignment.
The built-in undo/redo stack and cascading delete protection give agents a safety net that most task management APIs lack.
When to use it
- Breaking a project into folders, tasks, and actionable todos
- Viewing all todos scheduled for today or a specific date range
- Undoing an accidental delete before data is lost
- Accepting or declining booked appointments
- Configuring availability links for external scheduling
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Plan a website launch with design, development, and QA phases
- 1Creates a 'Website Launch' folder via POST /folders
- 2Creates tasks for Design, Development, and QA under that folder
- 3Fetches user profile with GET /api/v1/me to confirm timezone and weekly schedule
- 4Adds todos with deadlines to each task, respecting working hours
- 5Returns a summary of the full hierarchy with scheduled dates
Folder with three tasks and associated todos created, deadlines aligned to the user's timezone and weekly schedule
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.