Token导航 LogoToken导航TokenDH.com
效率敏感数据clawhub未标认证来源可访问clear审计通过

effortlist-ai努力清单 AI

Agent Skill

effortlist-ai 用于补充效率相关能力,适合在 OpenClaw 中需要让 Agent 承接效率相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

27,612

周安装

1,174

GitHub Stars

2

下载量

9,674
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:effortlist-ai(努力清单 AI)
来源仓库:https://github.com/quarantiine/effortlist-ai
安装命令:
openclaw skills install effortlist-ai
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install effortlist-ai

简介

effortlist-ai 用于管理 EffortList AI 平台的文件夹、任务及待办事项。

  • 专为 OpenClaw 设计,适用于生活组织与项目跟踪场景。
  • 通过 ClawHub 安装,支持同步任务列表并协助日程管理。
  • 使用前需确认权限范围、维护状态,以及是否会触发外部 API 调用或数据同步操作。
  • 建议提前配置好 EffortList AI 账户以确保功能正常使用。

SKILL.md

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

📋 EffortList AI (Universal Skill)

🌟 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

  1. Subscription: Requires a developer subscription ($5/month) at effortlist.io.
  2. API Key: Human user must generate a Persistent API Key in Developer Settings.
  3. 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)

  1. 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=.
  2. 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.
  3. 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.
  4. Efficiency & Throttling: Respect the 100 requests per minute rate limit. For bulk operations, batch requests appropriately and check X-RateLimit-Remaining headers.
  5. Pagination: When listing folders, tasks, or todos, use limit and offset for large datasets.
  6. 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.
  7. 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.
  8. 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.
  9. Global Availability Awareness: Before modifying booking links or schedules, use GET /api/v1/availability to retrieve the current weeklySchedule, timezone, and minimumNotice settings.
  10. 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

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

82.63%
按下载量换算7,994

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills