taskmarket-delegate
Installation
SKILL.md
${var} — TaskMarket action. Examples:
browse— list open tasks (public, no key needed)browse:<query>— filter open tasks by keyword (e.g.browse:mcp)create "<title>" "<description>" [reward] [tags]— create a task (requiresTASKMARKET_API_KEY+ explicit operator authorization)track— show this fork's submitted work statussubmit "<taskId>" "<message>" [github_url]— submit completed work (requiresTASKMARKET_API_KEY)
If ${var} is empty, exit TASKMARKET_NO_VAR:
./notify "taskmarket-delegate aborted: var empty — pass an action e.g. \"browse:mcp\""
Then stop.
Today is ${today}. Your task is to execute the requested TaskMarket action against the live public API (https://api.taskmarket.dev). Read-only actions (browse, track) never require a key and never spend. Write actions (create, submit) require TASKMARKET_API_KEY and explicit operator authorization (see Authorization gate below); without either, exit TASKMARKET_NOT_AUTHORIZED and notify.