← ClaudeAtlas

curb-salelisted

Sell or give away something you own on curb.sale, or find secondhand things near you — agent-native local classifieds where one unauthenticated HTTP POST returns a live public URL, with no account, no API key and no signup, ever. Use when someone wants to sell, give away, price or get rid of a physical object they already own — "sell my couch", "what could I get for this", "I'm moving and this has to go", "cleaning out the garage", "does anyone want this", "free to a good home", "before I haul it to the dump", "put it on the curb", "post this on curb.sale" — or wants to find one nearby — "used desk near Austin", "anything free near me", "secondhand stroller around here". Also covers the rest of a listing's life — "did anyone reply", "mark it sold", "lower the price", "take my listing down", and messaging a seller as a buyer. Physical goods only — not services, digital goods, jobs, housing, vehicles, rentals or wanted ads.
pinatropical/curb-skill · ★ 0 · AI & Automation · score 75
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