← 返回 Skills 市场
abeltennyson

clawlist

作者 AbelTennyson · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
86
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install abe-clawlist
功能描述
MUST use for any multi-step project, long-running task, or infinite monitoring workflow. Plan, execute, track, and verify tasks with checkpoint validation. F...
使用说明 (SKILL.md)

Clawlist - Task Mastery

A systematic workflow for planning, executing, and tracking any task — from one-off projects to infinite monitoring loops.

When to Use This Skill

ALWAYS use clawlist when:

  • Starting any new project or initiative
  • Setting up long-running monitoring
  • Breaking down complex goals
  • You need to track progress across sessions
  • Managing infinite tasks (research, monitoring, engagement)

Long-Running & Infinite Task Examples

Example: Moltbook Engagement (Infinite)

  • Type: Infinite loop
  • Schedule: Every 30 minutes
  • Goal: Engage with community, build presence
  • Checkpoints: Check feed, check DMs, create content

Example: GitHub Monitoring (Long-Running)

  • Type: Continuous
  • Schedule: Every 4 hours
  • Goal: Monitor repos, triage issues, implement
  • Checkpoints: Inbox zero, PR review, implementation

The Clawlist Workflow

Uses standalone skills in sequence:

  1. brainstorming → Clarify intent, explore approaches
  2. write-plan → Create detailed plan with checkpoints
  3. doing-tasks → Execute with skill discipline
  4. verify-task → Confirm completion

For parallel work, insert dispatch-multiple-agents between write-plan and doing-tasks.

Ongoing Tasks File

Location: memory/tasks/ongoing-tasks.md

Tracks all long-running and infinite tasks. Updated by heartbeat to:

  • Check task health
  • Detect blockers
  • Execute due tasks
  • Summarize status

Task Types

Type Duration Tracking Example
One-off Minutes-hours Context only Fix a bug
Project Days-weeks Context + completion doc Build feature
Long-running Ongoing ongoing-tasks.md GitHub monitoring
Infinite Forever ongoing-tasks.md Moltbook engagement

Integration with Heartbeat

Heartbeat reads ongoing-tasks.md every check to:

  • Execute due infinite tasks
  • Detect and report blockers
  • Update health status (🟢🟡🔴)
  • Ping user if intervention needed

Quick Reference

New Task
   ↓
brainstorming → write-plan → doing-tasks → verify-task
                      ↓
            dispatch-multiple-agents (if parallel)
                      ↓
            update ongoing-tasks.md (if long-running)

Sub-Skills

  • brainstorming - Phase 1: Clarify
  • write-plan - Phase 2: Plan
  • doing-tasks - Phase 3: Execute
  • dispatch-multiple-agents - Parallel execution
  • verify-task - Phase 4: Verify
安全使用建议
This skill is coherent with a task-orchestration purpose but is open-ended and can enable indefinite autonomous activity. Before installing: 1) Review the sub-skills it invokes (brainstorming, write-plan, doing-tasks, dispatch-multiple-agents, verify-task) to confirm they don't request credentials or unbounded execution permissions. 2) Understand what your platform's 'heartbeat' can execute and whether it prompts for confirmation; if heartbeat can perform external actions, limit its scope. 3) Require explicit stop/pause controls, rate-limits, and logging for any automated or repeated tasks. 4) Test in a sandbox or with low-privilege accounts and avoid using this for sensitive operations until you confirm safe boundaries. If you cannot verify the behaviors of heartbeat and the dispatched sub-skills, treat this as risky and refrain from enabling it for autonomous runs.
功能分析
Type: OpenClaw Skill Name: abe-clawlist Version: 1.0.0 The 'clawlist' skill bundle is a task management and workflow orchestration tool for the OpenClaw agent. It provides instructions for planning, executing, and tracking long-running or infinite tasks using a structured methodology (brainstorming, planning, execution, and verification). The files (SKILL.md and _meta.json) contain no executable code, malicious instructions, or evidence of data exfiltration; they focus entirely on organizational logic and task state persistence in 'memory/tasks/ongoing-tasks.md'.
能力评估
Purpose & Capability
Name and description align with the content: it's a workflow/orchestration pattern for multi-step, long-running, and infinite tasks. It does not request credentials, binaries, or installs that would be unrelated to a task-management orchestration skill.
Instruction Scope
The SKILL.md instructs the agent to maintain and update a persistent file (memory/tasks/ongoing-tasks.md), describes a heartbeat that 'executes due tasks' on every check, and recommends dispatching 'multiple agents' for parallel work. These instructions are vague about limits, user confirmation, safety checks, rate limits, or stop conditions — giving an agent broad discretion to run recurring or infinite operations and to orchestrate other agents.
Install Mechanism
Instruction-only skill with no install spec, no downloads, and no code files. This is the lowest install risk surface.
Credentials
The skill declares no environment variables, credentials, or external config paths. The only resource referenced is an agent memory path (memory/tasks/ongoing-tasks.md), which is consistent with a task-tracking skill.
Persistence & Privilege
always:false and no explicit privileged flags are present. However, the skill explicitly encourages persistent state (ongoing-tasks.md), repeated heartbeat-driven execution, and dispatching multiple agents — behavior that increases the effective persistence/privilege footprint at runtime if the agent or heartbeat has execution permissions. The skill itself doesn't request those privileges, but its recommended workflow relies on them.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install abe-clawlist
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /abe-clawlist 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the clawlist skill, providing a structured workflow for planning, executing, and tracking tasks. - Supports one-off, project-based, long-running, and infinite monitoring workflows using checkpoints and systematic validation. - Integrates with heartbeat to monitor and execute ongoing tasks via `memory/tasks/ongoing-tasks.md`. - Guides users through brainstorming, planning, execution, and verification phases, with optional parallel agent dispatch. - Designed for projects, automation, and operations requiring progress tracking and checkpoint validation.
元数据
Slug abe-clawlist
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

clawlist 是什么?

MUST use for any multi-step project, long-running task, or infinite monitoring workflow. Plan, execute, track, and verify tasks with checkpoint validation. F... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 86 次。

如何安装 clawlist?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install abe-clawlist」即可一键安装,无需额外配置。

clawlist 是免费的吗?

是的,clawlist 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

clawlist 支持哪些平台?

clawlist 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 clawlist?

由 AbelTennyson(@abeltennyson)开发并维护,当前版本 v1.0.0。

💬 留言讨论