# Send Clawwork 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": "clawwork",
    "name": "Clawwork",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/felipetruman/clawwork",
    "canonicalUrl": "https://clawhub.ai/felipetruman/clawwork",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/clawwork",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawwork",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "__init__.py",
      "clawwork.sh",
      "cli.py",
      "quick_task.py"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "clawwork",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T17:27:46.268Z",
      "expiresAt": "2026-05-07T17:27:46.268Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawwork",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawwork",
        "contentDisposition": "attachment; filename=\"clawwork-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "clawwork"
      },
      "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/clawwork"
    },
    "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/clawwork",
    "downloadUrl": "https://openagent3.xyz/downloads/clawwork",
    "agentUrl": "https://openagent3.xyz/skills/clawwork/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clawwork/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clawwork/agent.md"
  }
}
```
## Documentation

### ClawWork Skill

Integração com ClawWork para execução de tarefas profissionais com tracking econômico.

### O que é

ClawWork transforma o assistente em um "coworker de IA" que:

Executa tarefas profissionais reais (220 tarefas em 44 setores)
Paga por tokens utilizados
Ganha "dinheiro" ao completar tarefas com qualidade
Mantém balance econômico (sobrevivência)

### CLI

# Status dos agentes
skill clawwork status

# Comparar modelos
skill clawwork compare

# Executar tarefa (requer E2B_API_KEY)
skill clawwork run -t "Criar análise de mercado"
skill clawwork run -t "Gerar plano de marketing" -m kimi-coding/k2p5

### Uso Direto

# Via script
/home/freedom/.openclaw/workspace/skills/clawwork/clawwork.sh status

# Via Python
python /home/freedom/.openclaw/workspace/skills/clawwork/cli.py status

### 1. Configurar API Keys

Edite ~/.openclaw/workspace/ClawWork/.env:

# OpenRouter (já configurado ✅)
OPENAI_API_KEY=sk-or-v1-xxx
OPENAI_API_BASE=https://openrouter.ai/api/v1

# E2B - necessário para execução de código
# Obtenha gratuitamente em: https://e2b.dev/
E2B_API_KEY=e2b_xxx

### 2. Iniciar Dashboard (opcional)

cd ~/.openclaw/workspace/ClawWork
./start_dashboard.sh

Acesse: http://localhost:3000

### 3. Testar

skill clawwork status

### Funcionamento

Usuário: /clawwork "Criar análise de mercado para SaaS B2B"

Zero → Classifica tarefa → [Technology / Software Engineer]
     → Define valor → [$50 baseado em salário BLS]
     → Executa via GLM-4.7 + ferramentas
     → Avalia qualidade → [GPT-4o scoring]
     → Calcula economics:
       💸 Custo tokens: $2.50
       💵 Pagamento: $45.00 (qualidade 90%)
       📊 Lucro: $42.50
     → Retorna resultado + métricas

### Dados Existentes

Já temos testes anteriores:

GLM-4.7: 157 dias de logs
Kimi K2.5: 220 dias de logs
Qwen3 Max: 220 dias de logs

### Localização

ComponentePathClawWork~/.openclaw/workspace/ClawWork/Skill~/.openclaw/workspace/skills/clawwork/Config~/.openclaw/workspace/ClawWork/.envDados~/.openclaw/workspace/ClawWork/livebench/data/

### Mais Informações

Repositório: https://github.com/HKUDS/ClawWork
Dataset: GDPVal
Leaderboard: https://hkuds.github.io/ClawWork/
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: felipetruman
- Version: 1.0.0
## 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-04-30T17:27:46.268Z
- Expires at: 2026-05-07T17:27:46.268Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/clawwork)
- [Send to Agent page](https://openagent3.xyz/skills/clawwork/agent)
- [JSON manifest](https://openagent3.xyz/skills/clawwork/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/clawwork/agent.md)
- [Download page](https://openagent3.xyz/downloads/clawwork)