← ClaudeAtlas

xorvlisted

Run a task on someone else's AI subscription and pay for it per job in USDC over x402 on Hedera. Use when the user asks to offload, delegate, or outsource work to the Xorv network; when they want a second model's take on something; when a job would burn context or quota that is better spent locally; or when they explicitly say /xorv. Also use to check what this machine has earned as a provider.
nickthelegend/xorv · ★ 0 · AI & Automation · score 67
Install: claude install-skill nickthelegend/xorv
# Xorv — buy compute from the network Xorv is a marketplace for idle AI subscription quota. Someone else's machine runs the job on the Claude / Codex / Grok plan they already pay for, and they get paid per job — a real USDC transfer on Hedera, settled in about three seconds, straight to them. You are already inside an agent. This skill exists for the work that does not need *this* agent: a second opinion from a different model, a long mechanical task not worth the context, or anything you would rather not spend the local plan on. ## Running a job ```bash xorv run --json --yes --max 0.30 "<the task, as a complete self-contained prompt>" ``` The prompt goes to a stranger's machine with **no other context** — no repo, no files, no conversation history. Write it so it stands alone. If the task needs code, paste the code into the prompt. `--max` is a hard ceiling in dollars. Never raise it above what the user authorised. If no ceiling was given, use `0.30` and say so. `--adapter claude-code` (or `codex`, `grok`) pins a specific agent when the user wants a particular model. Omit it and the network matches the cheapest live provider that can do the work. ## Reading the result `--json` returns: ```json { "jobId": "job_…", "quote": { "provider": { "label": "…", "accountId": "0.0.…" }, "priceLabel": "$0.2500" }, "settlementTransaction": "0.0.…@…", "hashscan": "https://hashscan.io/testnet/transaction/…", "status": "completed", "result": "…" } ``` Report three thin