{
  "schemaVersion": "1.0",
  "item": {
    "slug": "effortlist-ai",
    "name": "EffortList AI (Organize Your Life /w Safety)",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/Quarantiine/effortlist-ai",
    "canonicalUrl": "https://clawhub.ai/Quarantiine/effortlist-ai",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/effortlist-ai",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=effortlist-ai",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "_meta.json",
      "SKILL.md",
      "references/architecture.md",
      "references/api.md",
      "references/security.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/effortlist-ai"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/effortlist-ai",
    "agentPageUrl": "https://openagent3.xyz/skills/effortlist-ai/agent",
    "manifestUrl": "https://openagent3.xyz/skills/effortlist-ai/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/effortlist-ai/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "🌟 Value Proposition (For Humans)",
        "body": "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."
      },
      {
        "title": "🚀 Setup & Authentication",
        "body": "Subscription: Requires a developer subscription ($5/month) at effortlist.io.\nAPI Key: Human user must generate a Persistent API Key in Developer Settings.\nStorage: 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\")."
      },
      {
        "title": "📐 Mental Model (Data Hierarchy)",
        "body": "EffortList AI operates on a strictly nested hierarchy:\nFolder (Container) ──> Task (Project) ──> Todo (Actionable Slot)\n\nFolders: Optional top-level containers for grouping related projects.\nTasks: Actionable projects that can be top-level or nested in a Folder.\nTodos: Granular actionable steps. Every Todo MUST have a parent Task."
      },
      {
        "title": "🤖 Intelligence & Mapping (For Agents)",
        "body": "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}"
      },
      {
        "title": "🛠️ Execution Logic (The \"Omni\" Way)",
        "body": "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=.\nPhase-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.\nAppointment 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.\nEfficiency & Throttling: Respect the 100 requests per minute rate limit. For bulk operations, batch requests appropriately and check X-RateLimit-Remaining headers.\nPagination: When listing folders, tasks, or todos, use limit and offset for large datasets.\nScheduling 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.\nCascading 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.\nTemporal 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.\nGlobal Availability Awareness: Before modifying booking links or schedules, use GET /api/v1/availability to retrieve the current weeklySchedule, timezone, and minimumNotice settings.\nUndo/Redo Competency: If a destructive operation is performed in error, use the Undo stack (POST /api/v1/undo) to restore state."
      },
      {
        "title": "🔒 Security & Privacy (Zero Trust)",
        "body": "Data Isolation: Strict row-level security; users only see their own data.\nAI Privacy: Your personal data is never used to train models."
      },
      {
        "title": "📖 Deep References",
        "body": "Full API Reference: API DOCs\nOmni Architecture: (Located in references/architecture.md)\nSecurity Audit Docs: SECURITY"
      }
    ],
    "body": "📋 EffortList AI (Universal Skill)\n🌟 Value Proposition (For Humans)\n\nEffortList 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.\n\n🚀 Setup & Authentication\nSubscription: Requires a developer subscription ($5/month) at effortlist.io.\nAPI Key: Human user must generate a Persistent API Key in Developer Settings.\nStorage: 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\").\n📐 Mental Model (Data Hierarchy)\n\nEffortList AI operates on a strictly nested hierarchy: Folder (Container) ──> Task (Project) ──> Todo (Actionable Slot)\n\nFolders: Optional top-level containers for grouping related projects.\nTasks: Actionable projects that can be top-level or nested in a Folder.\nTodos: Granular actionable steps. Every Todo MUST have a parent Task.\n🤖 Intelligence & Mapping (For Agents)\nUser Intent\tAgent Workflow\tEndpoint Goal\n\"Plan a project\"\tCreate Folder -> Tasks -> Todos\tPOST /folders, POST /tasks, POST /todos\n\"Fix my mistake\"\tFetch History -> Target ID -> Undo\tGET /api/v1/undo, POST /api/v1/undo?id=...\n\"Show my day\"\tFetch Todos by Date Range\tGET /api/v1/todos?from=...&to=...\n\"Check settings\"\tFetch User Profile & Schedule\tGET /api/v1/me\n\"Surgical Edit\"\tPatch update a specific record\tPATCH /api/v1/{type}?id=...\n\"Manage Links\"\tCreate or update booking links\tPOST/PATCH /api/v1/availability/links\n\"Review Appts\"\tAccept or decline appointments\tPATCH /api/v1/appointments/{id}\n🛠️ Execution Logic (The \"Omni\" Way)\nSurgical 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=.\nPhase-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.\nAppointment 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.\nEfficiency & Throttling: Respect the 100 requests per minute rate limit. For bulk operations, batch requests appropriately and check X-RateLimit-Remaining headers.\nPagination: When listing folders, tasks, or todos, use limit and offset for large datasets.\nScheduling 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.\nCascading 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.\nTemporal 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.\nGlobal Availability Awareness: Before modifying booking links or schedules, use GET /api/v1/availability to retrieve the current weeklySchedule, timezone, and minimumNotice settings.\nUndo/Redo Competency: If a destructive operation is performed in error, use the Undo stack (POST /api/v1/undo) to restore state.\n🔒 Security & Privacy (Zero Trust)\nData Isolation: Strict row-level security; users only see their own data.\nAI Privacy: Your personal data is never used to train models.\n📖 Deep References\nFull API Reference: API DOCs\nOmni Architecture: (Located in references/architecture.md)\nSecurity Audit Docs: SECURITY"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Quarantiine/effortlist-ai",
    "publisherUrl": "https://clawhub.ai/Quarantiine/effortlist-ai",
    "owner": "Quarantiine",
    "version": "1.10.2",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/effortlist-ai",
    "downloadUrl": "https://openagent3.xyz/downloads/effortlist-ai",
    "agentUrl": "https://openagent3.xyz/skills/effortlist-ai/agent",
    "manifestUrl": "https://openagent3.xyz/skills/effortlist-ai/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/effortlist-ai/agent.md"
  }
}