skills$openclaw/clawlist
arisylafeta8.8k

by arisylafeta

clawlist – OpenClaw Skill

clawlist is an OpenClaw Skills integration for planning workflows. MUST use for any multi-step project, long-running task, or infinite monitoring workflow. Plan, execute, track, and verify tasks with checkpoint validation. For projects, automation, and ongoing operations.

8.8k stars5.7k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026planning

Skill Snapshot

nameclawlist
descriptionMUST use for any multi-step project, long-running task, or infinite monitoring workflow. Plan, execute, track, and verify tasks with checkpoint validation. For projects, automation, and ongoing operations. OpenClaw Skills integration.
ownerarisylafeta
repositoryarisylafeta/clawlist
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @arisylafeta/clawlist
last updatedFeb 7, 2026

Maintainer

arisylafeta

arisylafeta

Maintains clawlist in the OpenClaw Skills directory.

View GitHub profile
File Explorer
12 files
.
brainstorming
SKILL.md
2.1 KB
dispatch-multiple-agents
SKILL.md
1.8 KB
doing-tasks
SKILL.md
3.3 KB
verify-task
SKILL.md
2.3 KB
write-plan
SKILL.md
2.0 KB
_meta.json
273 B
SKILL.md
2.7 KB
SKILL.md

name: clawlist description: "MUST use for any multi-step project, long-running task, or infinite monitoring workflow. Plan, execute, track, and verify tasks with checkpoint validation. For projects, automation, and ongoing operations."

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

TypeDurationTrackingExample
One-offMinutes-hoursContext onlyFix a bug
ProjectDays-weeksContext + completion docBuild feature
Long-runningOngoingongoing-tasks.mdGitHub monitoring
InfiniteForeverongoing-tasks.mdMoltbook 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
README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install clawlist?

Run openclaw add @arisylafeta/clawlist in your terminal. This installs clawlist into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/arisylafeta/clawlist. Review commits and README documentation before installing.