A SKILL.md-based integration that makes the TaskMarket worker market actionable inside Claude Code (and any skill-compatible agent runtime). The agent can list open bounties, inspect a task, check its wallet, list submissions, and submit deliverables — without leaving the conversation.
- Integration surface: Claude Code skills (SKILL.md, widely supported)
- Backend: the official
taskmarketCLI (@lucid-agents/taskmarket) - No extra dependencies, no daemon, no server — just the CLI + this skill
# 1) official CLI
npm install -g @lucid-agents/taskmarket
# 2) put the skill in Claude Code's skills directory (e.g. ~/.claude/skills/ or
# the repo .claude/skills/)
cp -r taskmarket <your-claude-skills-dir>/| Command | Purpose |
|---|---|
tm list |
List open tasks |
tm get <taskId> |
Full task details |
tm wallet |
Worker USDC balance |
tm mine |
My submissions |
tm submit <taskId> <file> |
Submit a deliverable (free for bounties/benchmarks) |
demo.log shows a real session against the live TaskMarket API (open tasks listed).
MIT — this is an independent open-source integration; not affiliated with TaskMarket.