@reffo/skill-reverse-auction
v1.0.0
Published
Reverse auction skill for Reffo — buyers post wants with budgets, sellers compete to win
Downloads
118
Maintainers
Readme
@reffo/skill-reverse-auction
Reverse auction skill for the Reffo peer-to-peer marketplace. Buyers post what they want with a budget, sellers compete to win.
Install
npm install @reffo/skill-reverse-auctionThe beacon auto-discovers and loads the skill on startup.
How It Works
Buyer Flow
- Post a want — describe what you're looking for + max budget
- Want broadcasts to the P2P network via DHT
- Sellers see the want and send competitive bids
- Review bids, accept the best one
- Mark as sold to complete the transaction
Seller Flow
- Browse active wants from buyers on the network
- Send a bid with your price and item details
- Wait for buyer response — accepted, rejected, or countered
- If accepted, complete the sale
API
All routes mounted at /skills/reverse-auction/:
Wants
GET /wants— list wants (filter: status, category)GET /wants/:id— get a wantPOST /wants— create a wantPATCH /wants/:id— update a wantDELETE /wants/:id— cancel a want
Bids
GET /bids— list bids (filter: role, wantId)GET /bids/:id— get a bidPOST /bids— send a bidPATCH /bids/:id/respond— accept/reject/counterPATCH /bids/:id/withdraw— withdraw a bidPATCH /bids/:id/mark-sold— mark as sold
MCP Tools
12 tools for AI agent integration: create_want, list_wants, get_want, update_want, cancel_want, search_wants, send_bid, list_bids, get_bid, respond_to_bid, withdraw_bid, mark_bid_sold
MCP Prompts
- post-a-want — guided buyer workflow
- fulfill-a-want — guided seller workflow
Cross-Platform
Distribution artifacts in dist/:
SKILL.md— ClawHub / LobeHubopenapi.json— OpenAI GPT Store Actionsclaude-plugin.json— Anthropic Claude Marketplace
License
AGPL-3.0-only
