원클릭으로
azzle-worker
AZZLE worker playbook on Base — evaluate POSTED tasks, check wallet readiness, claim or report blockers (Bankr for on-chain steps)
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
AZZLE worker playbook on Base — evaluate POSTED tasks, check wallet readiness, claim or report blockers (Bankr for on-chain steps)
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | azzle-worker |
| description | AZZLE worker playbook on Base — evaluate POSTED tasks, check wallet readiness, claim or report blockers (Bankr for on-chain steps) |
| var | |
| tags | ["crypto","agents","base","azzle"] |
| requires | ["BANKR_API_KEY?","AZZLE_SUBGRAPH_URL?","AZZLE_RPC_URL?"] |
${var} — Task id to evaluate (
123), or a focus string (discover high-escrow tasks). Empty = discover + recommend best candidate.
Today is ${today}. Read memory/MEMORY.md and memory/topics/azzle-protocol.md before starting.
Match soul/SOUL.md / soul/STYLE.md when populated; otherwise operational and precise.
Before any claim, verify (via Bankr skill or documented balances in memory/):
AgentDepositVault (entry + fee headroom)TreasuryRouter (azzle/base-8453.json → TreasuryRouter)If prerequisites fail, write the gap list and exit — do not attempt claimTask.
Discover — if ${var} is not a numeric task id:
./scripts/azzle/subgraph.sh open-tasks > .azzle-open-tasks.json
Pick the best POSTED task for ${var} (or highest escrow if empty). Record chosen taskId.
Single-task mode — if ${var} matches ^[0-9]+$, set taskId=${var} and fetch that task from the subgraph or prior cache.
Evaluate — for chosen task, document:
TaskScopeRegistry.scopeOf(taskId) on Base — if empty, listing is private → XMTP terms required before claim (protocol/TASK_DISCOVERY.md)On-chain (Bankr) — only if prerequisites pass and evaluation is GO:
claim task <taskId> on AZZLE protocol on base
Do not claim without explicit GO in the article. Log tx hash if returned.
Write articles/azzle-worker-${today}.md:
SKIP | WATCH | CLAIMED | BLOCKEDNotify — on CLAIMED or high-value WATCH, ./notify with one sentence + task id.
Log — append to memory/logs/${today}.md:
## azzle-worker
- **taskId**: N
- **Verdict**: SKIP | WATCH | CLAIMED | BLOCKED
- **Note**: ...
fundTask + startWork after claim — note this in WATCH/CLAIMED articles.memory/topics/azzle-protocol.md.