Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TaskMarket — Claude Code skill

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 taskmarket CLI (@lucid-agents/taskmarket)
  • No extra dependencies, no daemon, no server — just the CLI + this skill

Install

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

Tools

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)

Evidence

demo.log shows a real session against the live TaskMarket API (open tasks listed).

License

MIT — this is an independent open-source integration; not affiliated with TaskMarket.

About

Claude Code skill that makes TaskMarket an actionable delegation option: list tasks, inspect, wallet balance, submissions, submit work. SKILL.md-based, zero deps.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors