clawlist
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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/abeltennyson/abe-clawlistClawlist - 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:
- brainstorming → Clarify intent, explore approaches
- write-plan → Create detailed plan with checkpoints
- doing-tasks → Execute with skill discipline
- 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
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-abeltennyson-abe-clawlist": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
weather
Get current weather and forecasts (no API key required). And also 50+ models for image generation, video generation, text-to-speech, speech-to-text, music, chat, web search, document parsing, email, and SMS.
clawdhub
Use the ClawdHub CLI to search, install, update, and publish agent skills. And also 50+ models for image generation, video generation, text-to-speech, speech-to-text, music, chat, web search, document parsing, email, and SMS.
browser
Automate web browser interactions using natural language via CLI commands. Use when the user asks to browse websites, navigate web pages, extract data from websites, take screenshots, fill forms, click buttons, or interact with web applications.
clawflows
Search, install, and run multi-skill automations from clawflows.com. Combine multiple skills into powerful workflows with logic, conditions, and data flow between steps.
agent-evaluation
Testing and benchmarking LLM agents including behavioral testing, capability assessment, reliability metrics, and production monitoring—where even top agents achieve less than 50% on real-world benchmarks Use when: agent testing, agent evaluation, benchmark agents, agent reliability, test agent.