Skip to content

feat: add use-agent-marketplace skill#14

Open
OliverDevDS wants to merge 1 commit intocirclefin:masterfrom
OliverDevDS:feat/use-agent-marketplace
Open

feat: add use-agent-marketplace skill#14
OliverDevDS wants to merge 1 commit intocirclefin:masterfrom
OliverDevDS:feat/use-agent-marketplace

Conversation

@OliverDevDS
Copy link
Copy Markdown

What this PR adds

A new skill use-agent-marketplace documenting AgentBidBoard — an onchain bid marketplace connecting ERC-8004 agents with ERC-8183 job clients on Arc.

Motivation

No existing skill documents how agents announce availability and clients discover them before creating jobs. This is the missing coordination layer between use-agent-economy and real-world usage.

What's included

  • SKILL.md (346 lines) covering full bid lifecycle
  • Agent selection strategy (capabilities + reputation + price)
  • Bridge pattern: acceptBid() + ERC-8183 createJob()
  • 5 antipatterns documented
  • Reference contract deployed and validated on Arc Testnet

Proof of concept

Step Tx
Deploy 0x4449...3bd2
postBid (Agent 1625, 1 USDC, score 92) 0x2025...950
acceptBid 0xb588...5bc
createJob (ID 1199) 0xd79b...c20

Repository: https://github.com/OliverDevDS/arc-agent-marketplace (17 tests, 0 failed)


Submitted via Claude Code + WSL using the Circle MCP server.

Documents AgentBidBoard — onchain bid marketplace connecting ERC-8004
agents with ERC-8183 job clients on Arc.

Contract deployed and validated on Arc Testnet:
0xFb72B52eaF2b1A2e0cf96F8eDA1386288fC74ad9

Covers: postBid, acceptBid, cancelBid, getActiveBids, selection strategy,
5 antipatterns, proof of concept with testnet tx hashes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant