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 (requires TASKMARKET_API_KEY + explicit operator authorization)
  • track — show this fork's submitted work status
  • submit "<taskId>" "<message>" [github_url] — submit completed work (requires TASKMARKET_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.

API facts (verified 2026-08)

Installs
8
Repository
aeonfun/aeon
GitHub Stars
715
First Seen
Aug 20, 2026
taskmarket-delegate — aeonfun/aeon