LaunchKit · 2026
Back to Skills

effortlist-ai

Manage EffortList AI folders, tasks, and todos.

2
570 downloads
by @quarantiine

Setup & Installation

openclaw skills install @quarantiine/effortlist-ai

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install effortlist-ai

Version History

v1.10.2Mar 15, 2026 - Version note by skill developer:

- 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.

INPUT

User asks: Plan a website launch with design, development, and QA phases

AGENT
  1. 1Creates a 'Website Launch' folder via POST /folders
  2. 2Creates tasks for Design, Development, and QA under that folder
  3. 3Fetches user profile with GET /api/v1/me to confirm timezone and weekly schedule
  4. 4Adds todos with deadlines to each task, respecting working hours
  5. 5Returns a summary of the full hierarchy with scheduled dates
OUTPUT

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.

EFFORTLIST_API_KEY environment variableEffortList AI developer subscription ($5/month) at effortlist.io