โ† All skills
Tencent SkillHub ยท Productivity

EffortList AI (Organize Your Life /w Safety)

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

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
_meta.json, SKILL.md, references/architecture.md, references/api.md, references/security.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.10.2

Documentation

ClawHub primary doc Primary doc: SKILL.md 7 sections Open source page

๐ŸŒŸ Value Proposition (For Humans)

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.

๐Ÿš€ Setup & Authentication

Subscription: Requires a developer subscription ($5/month) at effortlist.io. API Key: Human user must generate a Persistent API Key in Developer Settings. Storage: Provide the key via the EFFORTLIST_API_KEY environment variable or OpenClaw internal config (openclaw config set skills.entries.effortlist-ai.env.EFFORTLIST_API_KEY "your_key").

๐Ÿ“ Mental Model (Data Hierarchy)

EffortList AI operates on a strictly nested hierarchy: Folder (Container) โ”€โ”€> Task (Project) โ”€โ”€> Todo (Actionable Slot) Folders: Optional top-level containers for grouping related projects. Tasks: Actionable projects that can be top-level or nested in a Folder. Todos: Granular actionable steps. Every Todo MUST have a parent Task.

๐Ÿค– Intelligence & Mapping (For Agents)

User IntentAgent WorkflowEndpoint Goal"Plan a project"Create Folder -> Tasks -> TodosPOST /folders, POST /tasks, POST /todos"Fix my mistake"Fetch History -> Target ID -> UndoGET /api/v1/undo, POST /api/v1/undo?id=..."Show my day"Fetch Todos by Date RangeGET /api/v1/todos?from=...&to=..."Check settings"Fetch User Profile & ScheduleGET /api/v1/me"Surgical Edit"Patch update a specific recordPATCH /api/v1/{type}?id=..."Manage Links"Create or update booking linksPOST/PATCH /api/v1/availability/links"Review Appts"Accept or decline appointmentsPATCH /api/v1/appointments/{id}

๐Ÿ› ๏ธ Execution Logic (The "Omni" Way)

Surgical Extraction & Patching: Always prefer fetching a specific record by its ID (GET ?id=...) over broad list fetches. When updating, use PATCH with the record ?id=. Phase-Aware Scheduling: Be mindful of the 5-phase Omni processing loop. Proactively flag events with isProtectedTime: true to trigger the server-side safety net. Use ignoreConflicts: true only when explicit user intent overrides overlap protection. Appointment Awareness: Be extremely cautious when deleting or rescheduling items where isBooked: true. This triggers automatic guest notifications/cancellations. Confirm with the user before performing destructive actions on booked slots. Efficiency & Throttling: Respect the 100 requests per minute rate limit. For bulk operations, batch requests appropriately and check X-RateLimit-Remaining headers. Pagination: When listing folders, tasks, or todos, use limit and offset for large datasets. Scheduling Alignment: Before blocking large segments of time or creating new recurring todos, use GET /api/v1/me to align with the user's weeklySchedule, timezone, and minimumNotice preferences. Cascading Safety: Be aware that deleting a Folder or Task is an Atomic Purge. However, the engine protects items that are simultaneously being updated from accidental deletion. Temporal Fidelity: When reporting event times to the user, strictly respect the user's 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. Global Availability Awareness: Before modifying booking links or schedules, use GET /api/v1/availability to retrieve the current weeklySchedule, timezone, and minimumNotice settings. Undo/Redo Competency: If a destructive operation is performed in error, use the Undo stack (POST /api/v1/undo) to restore state.

๐Ÿ”’ Security & Privacy (Zero Trust)

Data Isolation: Strict row-level security; users only see their own data. AI Privacy: Your personal data is never used to train models.

๐Ÿ“– Deep References

Full API Reference: API DOCs Omni Architecture: (Located in references/architecture.md) Security Audit Docs: SECURITY

Category context

Workflow acceleration for inboxes, docs, calendars, planning, and execution loops.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
4 Docs1 Config
  • SKILL.md Primary doc
  • references/api.md Docs
  • references/architecture.md Docs
  • references/security.md Docs
  • _meta.json Config