reclaim
NewCRUD operations for Reclaim.ai tasks including create, update, list, complete, and delete with confirmation workflow
Overview
Manage Reclaim.ai calendar tasks directly from Claude Code with a safety-first approach.
Table of Contents
- •Overview
- •Features
- •Installation
- •Usage
- •Confirmation Workflow
- •Skill Documentation
- •Common Workflows
- •Task Properties Reference
- •License
- •Support
Overview
This skill provides comprehensive CRUD operations for Reclaim.ai tasks with a safety-first approach. All write operations (create, update, complete, delete) require explicit user confirmation before execution.
Features
- •Create tasks with flexible options (priority, duration, dates, time schemes, splitting)
- •Update tasks to change any task property
- •List and filter tasks (active, completed, overdue)
- •Complete tasks (marks as ARCHIVED)
- •Delete tasks permanently
- •Query time schemes to see available scheduling windows
- •Confirmation workflow for all write operations to prevent accidental changes
Installation
Install from the Claude Code plugin marketplace:
/plugin marketplace add benjaminjackson/reclaim-skills
/plugin install reclaim-tasks@reclaim-skillsOr browse and install via the /plugin menu.
Prerequisites:
- Reclaim.ai account - Sign up at reclaim.ai
- Reclaim CLI:
``bash gem install reclaim ``
- Verify CLI installation:
``bash reclaim --help ``
Usage
The skill activates automatically when you mention tasks, Reclaim, or scheduling. You don't need to explicitly invoke it.
Quick Examples
List tasks:
Show me my active Reclaim tasksCreate a task:
Create a Reclaim task called "Write proposal" due Friday, P1 priority, 3 hoursUpdate a task:
Update task abc123 to P2 priority and change due date to next MondayComplete a task:
Mark task abc123 as completeConfirmation Workflow
For all write operations (create, update, complete, delete), Claude will:
- Parse your request
- Show you the exact command that will be executed
- Ask for confirmation using a dialog
- Execute only after you approve
Read operations (list, get, list-schemes) execute immediately without confirmation.
Skill Documentation
The skill includes three documentation files:
- •[SKILL.md](reclaim-tasks/SKILL.md) - Quick reference and overview
- •[EXAMPLES.md](reclaim-tasks/EXAMPLES.md) - Comprehensive examples for all workflows
- •[REFERENCE.md](reclaim-tasks/REFERENCE.md) - Complete option and command reference
Claude will progressively load these as needed to answer your questions.
Common Workflows
Morning Planning
Show me my overdue tasks
List my active tasks for today
Update task xyz to P1 priorityQuick Task Capture
Create a task "Review PR" with 30 minutes duration
Add a task "Team standup" tomorrow at 9am, 1 hourTask Management
Show details for task abc123
Change the due date of task abc123 to next Friday
Mark task abc123 as completeAdvanced Scheduling
Create a 6-hour task "Documentation sprint" that can be split into 1.5 hour chunks, P2 priority, work hours onlyTask Properties Reference
Priority Levels
- •P1 - Highest priority (urgent and important)
- •P2 - High priority
- •P3 - Medium priority (default)
- •P4 - Low priority
Duration Format
Specified in hours (decimal):
- •
0.25= 15 minutes - •
0.5= 30 minutes - •
1= 1 hour - •
1.5= 90 minutes - •
2= 2 hours - •
4= 4 hours
Date Formats
- •Date:
YYYY-MM-DD(e.g.,2025-11-15) - •DateTime:
YYYY-MM-DDTHH:MM:SS(e.g.,2025-11-15T14:30:00) - •Clear date: Use
none,clear, ornull
Time Schemes
Use aliases for common schemes:
- •
work,working hours,business hours→ Work time - •
personal,off hours,private→ Personal time - •Or use specific scheme IDs from
reclaim list-schemes
License
MIT License - see LICENSE file for details.
Support
- •Issues: GitHub Issues
- •Reclaim.ai: Reclaim Support
- •Claude Code: Claude Code Documentation
Install & Usage
mkdir -p .claude/skillsmkdir -p .claude/skills && curl -o .claude/skills/reclaim.md https://raw.githubusercontent.com/benjaminjackson/reclaim-skills/main/SKILL.md/reclaimFrequently Asked Questions
What is reclaim?
CRUD operations for Reclaim.ai tasks including create, update, list, complete, and delete with confirmation workflow
How to install reclaim?
To install reclaim, create the .claude/skills directory in your project, then run the curl command to download the skill file. Once installed, invoke it in Claude Code with /reclaim.
What is reclaim best for?
reclaim is a community categorized under General. Created by Benjamin Jackson.