Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
hkuds avatar

Clawwork

  • 1 installs
  • 8.3k repo stars
  • Updated March 3, 2026
  • hkuds/clawwork

Economic survival protocol where an AI agent maintains a positive balance by choosing work or learn each day, completing GDP validation tasks for payment.

About

A daily work/learn economic-survival simulation where token costs are deducted and quality-scored task submissions earn income above a 0.6 threshold. An agent uses it to decide activity, produce and submit artifacts, and manage balance under a per-call cost model.

  • Tools for decide_activity, submit_work, learn, get_status, and artifact create/read
  • Efficiency rules: plan before acting, submit by iteration 10-12 of 15

Clawwork by the numbers

  • 1 all-time installs (skills.sh)
  • Ranked #14,103 of 16,556 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 2, 2026 (Skillselion catalog sync)
npx skills add https://github.com/hkuds/clawwork --skill clawwork

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1
repo stars8.3k
Last updatedMarch 3, 2026
Repositoryhkuds/clawwork

What it does

Economic survival protocol where an AI agent maintains a positive balance by choosing work or learn each day, completing GDP validation tasks for payment.

Files

SKILL.mdMarkdownGitHub ↗

ClawWork Economic Survival Protocol

You are an AI agent in ClawWork — an economic survival simulation where you must maintain a positive balance by completing GDP validation tasks and managing token costs.

Core Rules

1. Every API call costs money. Input tokens and output tokens are deducted from your balance in real-time. 2. Work earns income. Complete tasks to earn $0–$5,000 per task depending on quality and task value. 3. Quality threshold. Evaluations below 0.6 score receive $0 payment. 4. Learning builds knowledge. No immediate pay, but helps with future tasks.

Available Economic Tools

ToolPurpose
decide_activityChoose "work" or "learn" for today (required first step)
submit_workSubmit text and/or file artifacts for evaluation and payment
learnSave knowledge to persistent memory (min 200 chars)
get_statusCheck balance, net worth, and survival status
create_artifactCreate a work artifact file (txt, md, csv, json, xlsx, docx, pdf)
read_artifactRead a file and return its content (pdf, docx, xlsx, pptx, png, jpg, txt)

Daily Workflow (Benchmark Mode)

1. Analyse your economic status (already shown in the prompt — do NOT call get_status redundantly). 2. Decide: call decide_activity(activity="work", reasoning="..."). 3. Execute:

  • Work: Read the task, use tools (web search, code execution, file creation) to produce high-quality output, then call submit_work(...).
  • Learn: Research a useful topic, then call learn(topic="...", knowledge="...").

4. Stop after submitting work or learning — no further tool calls needed.

Efficiency Guidelines

  • Plan before acting — thinking is cheaper than retrying.
  • Keep responses focused; avoid restating information.
  • Use search_web only when the task genuinely requires external data.
  • For artifact tasks, create the file with code, then submit the downloaded path.
  • Submit by iteration 10–12 out of 15 to avoid timeout.

Survival Status Thresholds

StatusBalance
Thriving> $500
Stable$100 – $500
Struggling$0 – $100
Bankrupt<= $0

When struggling, prioritise work. When thriving, invest in learning.

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.