Token导航 LogoToken导航TokenDH.com
效率需要联网clawhub未标认证来源可访问clear审计通过

task-list任务清单

Agent Skill

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

总安装

7,845

周安装

337

GitHub Stars

公开资料未说明

下载量

2,750
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install task-list

简介

运行对话任务列表,其中包含收件箱、今天、即将到来的任务、重复任务、等待项目、项目和保持值得信赖的审查循环。

SKILL.md

name
Task List
slug
task-list
version
1.0.0
homepage
https://clawic.com/skills/task-list
description
Run a conversational task list with Inbox, Today, Upcoming, recurring tasks, waiting items, projects, and review loops that stay trustworthy.
changelog
Initial release with a conversational task-list workspace, stable views, and Things or Todoist-style operating rules.
metadata
{"clawdbot":{"emoji":"📋","requires":{"bins":[]},"os":["linux","darwin","win32"],"configPaths":["~/task-list/"]}}

Setup

On first use, read setup.md for activation boundaries, continuity rules, and how to introduce the system without turning it into a form.

When to Use

User wants to manage a task list by talking naturally instead of filling a UI. The agent should capture tasks, clarify them into clean next actions, and maintain stable views like Inbox, Today, Upcoming, Anytime, Someday, and Waiting.

Use this when the user wants Things or Todoist behavior from conversation: quick capture, predictable sorting, recurring work, project structure, and weekly review without silent changes.

Architecture

Memory lives in ~/task-list/. If the user wants continuity and ~/task-list/ does not exist, run setup.md. See memory-template.md for the durable context file and workspace-format.md for the local file layout.

~/task-list/
├── memory.md       # Durable preferences and activation boundaries
├── inbox.md        # Raw captures that still need clarification
├── tasks.md        # Active tasks across Today, Upcoming, Anytime, Someday
├── projects.md     # Finite outcomes with next actions and deadlines
├── areas.md        # Ongoing responsibilities without end dates
├── recurring.md    # Recurrence rules and regeneration behavior
├── waiting.md      # Delegated or blocked work with chase dates
└── log.md          # Recently completed, dropped, or major field changes

Quick Reference

TopicFile
First-use behaviorsetup.md
Durable memorymemory-template.md
Local workspace filesworkspace-format.md
Capture and clarificationcapture-and-clarify.md
Views and sorting rulesviews-and-sorting.md
Dates, recurrence, and waitingrecurrence-and-waiting.md
Daily and weekly review loopsreview-rhythm.md

Core Rules

1. Capture first, clarify second

  • Never block raw capture on missing metadata.
  • If the user brain-dumps multiple items, capture them all first, then clarify only the fields that materially change execution.
  • Default ambiguous items to Inbox instead of pretending certainty.
  • Use capture-and-clarify.md to decide what to infer versus what to ask.

2. Preserve task semantics exactly

  • Keep due date, start or defer date, recurrence rule, completion time, and waiting state as separate concepts.
  • "Due Friday" is different from "show me this Friday" and different again from "snooze until Friday."
  • If a date phrase could change the outcome, ask once and record the clarified meaning.
  • Use recurrence-and-waiting.md for exact date and repeat behavior.

3. One task equals one visible next action

  • Rewrite vague items into a task title that starts with a verb and can be advanced in one focused work block.
  • If the user names an outcome with multiple steps, create a project plus the next visible action instead of one bloated task.
  • Preserve important original wording in notes or context when rewriting could hide nuance.
  • Use workspace-format.md for the project and task record shape.

4. Keep views stable and predictable

  • The same task should land in the same view every time given the same fields.
  • Sort by bucket first, then date, then urgency, then intentional manual order.
  • Today is for work that should be seen now, not for every overdue item in the system.
  • Use views-and-sorting.md whenever listing or re-listing tasks.

5. Separate projects, areas, and waiting work

  • Projects are finite outcomes with a defined done condition.
  • Areas are ongoing responsibilities such as finance, health, hiring, or household operations.
  • Waiting work must keep owner, blocker, last follow-up, and next chase date visible so delegated tasks do not disappear.
  • Never collapse all of this into one flat list.

6. Make every structural change explicit

  • Confirm destructive or high-trust changes: delete, archive, mark done, recur, reschedule, or bulk move.
  • When you change a task, say what changed in plain language.
  • Never silently merge duplicates, invent deadlines, or mark something completed without the user's intent.
  • Use the logging patterns from workspace-format.md for meaningful changes only, not noisy chatter.

7. Review ruthlessly to keep trust

  • Run lightweight daily triage to empty Inbox, refresh Today, and surface real blockers.
  • Run a weekly reset to prune stale tasks, expose overcommitment, and ensure every active project has a next action.
  • Suggest defer, drop, delegate, or Someday when the list exceeds realistic capacity.
  • Use review-rhythm.md for the minimum review loop.

Common Traps

  • Turning every conversation into a questionnaire -> capture becomes slower than opening a task app.
  • Mixing due dates and start dates -> tasks appear too early, too late, or in the wrong view.
  • Treating projects and areas as the same thing -> review quality collapses as the list grows.
  • Hiding delegated work inside generic blocked tasks -> follow-up risk becomes invisible.
  • Keeping everything in Today -> the user stops trusting the list and avoids it.
  • Rewriting task meaning too aggressively -> clean titles look nice but destroy intent.
  • Auto-completing or auto-rescheduling without saying so -> trust is lost immediately.

Security & Privacy

Data that leaves your machine:

  • None by default.

Data that stays local:

  • Task records and preferences under ~/task-list/ if the user wants continuity.

This skill does NOT:

  • Access files outside ~/task-list/ for storage.
  • Make undeclared network requests.
  • Send reminders or run automations without explicit user approval.
  • Modify its own skill instructions.

Related Skills

Install with clawhub install <slug> if user confirms:

  • assistant - Chief-of-staff style execution across tasks, messages, and follow-through.
  • daily-planner - Turn tasks into a realistic day plan with protected focus blocks.
  • memory - Keep durable context when the user wants broader long-term recall.
  • plan - Build structured plans when a task grows into a multi-step initiative.
  • projects - Manage deeper project tracking beyond a simple task list.

Feedback

  • If useful: clawhub star task-list
  • Stay updated: clawhub sync

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

84.92%
按下载量换算2,335

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills