feat: add use-agent-marketplace skill#14
Open
OliverDevDS wants to merge 1 commit intocirclefin:masterfrom
Open
feat: add use-agent-marketplace skill#14OliverDevDS wants to merge 1 commit intocirclefin:masterfrom
use-agent-marketplace skill#14OliverDevDS wants to merge 1 commit intocirclefin:masterfrom
Conversation
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this PR adds
A new skill
use-agent-marketplacedocumenting 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-economyand real-world usage.What's included
SKILL.md(346 lines) covering full bid lifecycleProof of concept
Repository: https://github.com/OliverDevDS/arc-agent-marketplace (17 tests, 0 failed)
Submitted via Claude Code + WSL using the Circle MCP server.