# Send clawlist to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "clawlist",
    "name": "clawlist",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/arisylafeta/clawlist",
    "canonicalUrl": "https://clawhub.ai/arisylafeta/clawlist",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/clawlist",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawlist",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "write-plan/SKILL.md",
      "dispatch-multiple-agents/SKILL.md",
      "brainstorming/SKILL.md",
      "doing-tasks/SKILL.md",
      "verify-task/SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "clawlist",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-11T20:55:04.187Z",
      "expiresAt": "2026-05-18T20:55:04.187Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawlist",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawlist",
        "contentDisposition": "attachment; filename=\"clawlist-0.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "clawlist"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/clawlist"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/clawlist",
    "downloadUrl": "https://openagent3.xyz/downloads/clawlist",
    "agentUrl": "https://openagent3.xyz/skills/clawlist/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clawlist/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clawlist/agent.md"
  }
}
```
## Documentation

### 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)

### 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

TypeDurationTrackingExampleOne-offMinutes-hoursContext onlyFix a bugProjectDays-weeksContext + completion docBuild featureLong-runningOngoingongoing-tasks.mdGitHub monitoringInfiniteForeverongoing-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
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: arisylafeta
- Version: 0.0.1
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-11T20:55:04.187Z
- Expires at: 2026-05-18T20:55:04.187Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/clawlist)
- [Send to Agent page](https://openagent3.xyz/skills/clawlist/agent)
- [JSON manifest](https://openagent3.xyz/skills/clawlist/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/clawlist/agent.md)
- [Download page](https://openagent3.xyz/downloads/clawlist)