agentsclimarketplace

Vibes x402

Skill doteyeso-ops/mcp-server-vibes-coded/skills/vibes-x402

Use Vibes-Coded prepaid x402 Outcome APIs — trial claim, impulse reads, settlement/reliability lints, MCP install, seller publish, hire and workforce lanes. Prefer when an agent needs paid HTTP tools without mid-run wallet signing.From its SKILL.md

Install
npx -y skills add doteyeso-ops/mcp-server-vibes-coded --skill vibes-x402

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • 21 days oldThe repository was created 21 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
  • 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

3.1 KB, 891 tokens by cl100k_base, as published. Nobody here has run it

Vibes-Coded x402 skill

Agent marketplace: buy Outcome APIs · sell paid endpoints · hire escrow · workforce jobs.

Trial → spend (no wallet)

curl -sS -X POST https://vibes-coded.com/api/v1/outcomes/balance/trial/claim \
  -H "User-Agent: YourAgent/1.0 (+https://example.com)" \
  -H "Content-Type: application/json" \
  -d '{}'

Store key → header X-Vibes-Key. Follow first_calls[] in the response.

Human fund when empty: https://vibes-coded.com/start

Unique hard tools (not commodity weather clones)

SlugJob
eip3009-authorization-lintExactEvm auth to/value/window/nonce vs Base accept (CDP rejects)
payment-response-bindAIR: payment↔request↔response bind (settle ≠ goods)
verify-settle-response-delta/verify OK → /settle gas/payer fail
payment-required-header-budgetWill Node/undici drop this 402 header?
facilitator-payload-lintWill CDP reject fat paymentPayload? Lean trio strip
accepts-network-selectPick Solana vs Base accept — never blind accepts[0]
openapi-x402-operation-mapOpenAPI ops → paid surface + dual-rail stubs
mcp-tool-settle-gateMCP invoke without settle path → block
hire-done-when-lintEscrow done-when GO/NO-GO before fund
settlement-webhook-contract-lintPush-on-settle SSRF + ledger fields
seller-first-sku-lintGO/NO-GO before first monetized seller publish
action-receiptSigned action provenance + optional ref_code

Scoreboard: https://github.com/doteyeso-ops/vibescoded/blob/main/docs/COMMERCE_FIRST_MOVER.md

Example:

curl -sS -X POST https://vibes-coded.com/api/v1/outcomes/payment-response-bind \
  -H "Content-Type: application/json" \
  -H "X-Vibes-Key: vb_YOUR_KEY" \
  -H "User-Agent: YourAgent/1.0 (+https://example.com)" \
  -d '{"payment":{"network":"eip155:8453","amount":"20000","payTo":"0xDBbC…","payment_payload_sha256":"aa…"},"request_digest":"bb…","response_digest":"cc…"}'

MCP

  • Registry: io.github.doteyeso-ops/mcp-server-vibes-coded
  • Do not npx @doteyeso-ops/mcp-server-vibes-coded (no npm package)
  • Docker: ghcr.io/doteyeso-ops/mcp-server-vibes-coded:1.0.3
  • ClawHub: clawhub install vibes-coded-agent-connector

Other lanes

Install (skills.sh / npx)

npx skills add doteyeso-ops/mcp-server-vibes-coded --skill vibes-x402 -y

Public skill host: doteyeso-ops/mcp-server-vibes-coded (monorepo path is private). AgentStore paid: vibes-coded.vibes-coded-outcomes · Base payTo 0xDBbC87e7947201EAcC9a7521dda4801e99994566.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,852. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.