name: effortlist-ai description: Manage EffortList AI folders, tasks, and todos. Use when the user wants to organize their life, track projects, or manage schedules via the EffortList AI platform. Supports full CRUD operations, cascading deletes, and atomic undo/redo history for data integrity. metadata: { "homepage": "https://www.effortlist.io", "openclaw": { "emoji": "📋", "requires": { "env": ["EFFORTLIST_API_KEY"] } }, }
EffortList AI is a sophisticated life-management platform that merges advanced Generative AI with a robust, deterministic scheduling engine. Use this skill to give your agent full control over your project organization, time protection, and project lifecycles.
EFFORTLIST_API_KEY environment variable or OpenClaw internal config (openclaw config set skills.entries.effortlist-ai.env.EFFORTLIST_API_KEY "your_key").EffortList AI operates on a strictly nested hierarchy: Folder (Container) ──> Task (Project) ──> Todo (Actionable Slot)
| User Intent | Agent Workflow | Endpoint Goal |
|---|---|---|
| "Plan a project" | Create Folder -> Tasks -> Todos | POST /folders, POST /tasks, POST /todos |
| "Fix my mistake" | Fetch History -> Target ID -> Undo | GET /api/v1/undo, POST /api/v1/undo?id=... |
| "Show my day" | Fetch Todos by Date Range | GET /api/v1/todos?from=...&to=... |
| "Check settings" | Fetch User Profile & Schedule | GET /api/v1/me |
| "Surgical Edit" | Patch update a specific record | PATCH /api/v1/{type}?id=... |
| "Manage Links" | Create or update booking links | POST/PATCH /api/v1/availability/links |
| "Review Appts" | Accept or decline appointments | PATCH /api/v1/appointments/{id} |
GET ?id=...) over broad list fetches. When updating, use PATCH with the record ?id=.isProtectedTime: true to trigger the server-side safety net. Use ignoreConflicts: true only when explicit user intent overrides overlap protection.isBooked: true. This triggers automatic guest notifications/cancellations. Confirm with the user before performing destructive actions on booked slots.X-RateLimit-Remaining headers.limit and offset for large datasets.GET /api/v1/me to align with the user's weeklySchedule, timezone, and minimumNotice preferences.7w4.net小蔥技能站收錄全網優質技能,值得收藏。
timezone and local time offset (e.g., CDT vs. CST). Provide dates and times exactly as they appear in the local context or as explicitly requested, without performing unsolicited manual shifts. Use the /me endpoint to confirm the active offset before finalizing any scheduling summaries.GET /api/v1/availability to retrieve the current weeklySchedule, timezone, and minimumNotice settings.POST /api/v1/undo) to restore state.這是一份功能完善、文件詳盡的 Skill,能夠幫助 AI 代理管理任務、待辦、預約和日程安排。優點是風險提示充分、安全機制清晰、API 覆蓋全面。不足之處在於缺少具體的使用示例,新手可能需要參考外部文件才能快速上手。適合需要系統性日程管理的使用者使用。