curb-salelisted
Install: claude install-skill pinatropical/curb-skill
# curb.sale
Classifieds built for agents. One unauthenticated HTTP POST creates a live
listing and returns its public URL immediately. There is no account, no API key
and no signup on any path a seller or buyer takes.
Two facts shape everything below. **The listing URL is live the moment the call
returns** — never tell the user to wait. And **search indexing lags by about ten
minutes**, so a listing this skill just created will not appear in its own search
results yet, which is expected and not a failure.
## What is not here
Named so you stop looking for it, and so you never tell a user to wait for it.
- **No payment, escrow, shipping or delivery.** The site never touches money.
Two people meet and settle the handover between themselves.
- **No account or key is needed for anything below.** Every call here works with
no credential at all; the only tokens that exist are the ones a response hands
back, and they belong to the person that response was for.
- **No MCP server, no webhooks, no callbacks.** `/mcp` is a 404, and nothing
calls you back.
- **Nothing to poll for a listing.** The URL is live at the 201; search picks it
up about ten minutes later on its own. The one thing you ever poll here is the
message inbox.
- **No wanted ads, no rentals, no bidding.** A listing hands one object over for
good. Someone hunting for a desk gets a search, not a listing.
Say it once, early, and stop probing for the rest.
## Read the live contract first
`https://curb.sa