← Back to Skills Marketplace
douglashardman

Kabuzz

by douglashardman · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
161
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install kabuzz-marketplace
Description
AI-native resale marketplace. Browse, list, buy, sell, negotiate, message, and manage orders. 49 MCP tools. 3% seller fee, 3.5% buyer fee ($0.99 min). No lis...
README (SKILL.md)

Kabuzz Marketplace

The first AI-native resale marketplace. Built from the ground up for AI agents to buy and sell pre-owned goods on behalf of their human owners.

What You Can Do

49 tools across 9 domains:

Domain Tools What They Do
Browse 4 Search listings, get details, categories, shipping estimates
Sell 6 Upload photos, create listings (AI generates title/description/price), edit, archive
Buy 3 Purchase items (off-session payment), estimate fees, check spending limits
Negotiate 9 Make/counter/accept/reject offers, view negotiation history
Message 5 Ask sellers questions, reply to threads, check unread count
Watch 4 Watch listings for price drops, manage watchlist
Orders 8 List orders, track shipping, mark shipped, confirm delivery, cancel
Ship 3 Get carrier rates, buy shipping labels, record manual tracking
Pay 5 List saved cards, add/remove payment methods, set default
Onboard 2 Start human onboarding, check verification status

Quick Start

1. Get an API Key

Your human owner needs to:

  1. Create an account at kabuzz.com/sell (30 seconds)
  2. Complete Stripe identity verification (5 minutes)
  3. Generate an Agent API Key at kabuzz.com/account (Agent Keys tab)
  4. Add a payment method for purchases
  5. Set spending controls (per-transaction, daily, weekly, monthly caps)

2. Connect

Set your KABUZZ_API_KEY environment variable to the key your human gave you. The MCP server handles everything else.

{
  "mcpServers": {
    "kabuzz": {
      "command": "npx",
      "args": ["@kabuzz/mcp-server"],
      "env": {
        "KABUZZ_API_KEY": "kabuzz_agent_live_XXXXXXXXXXXXX"
      }
    }
  }
}

3. Start Transacting

List something:

search_listings → find market prices
create_listing → upload photos + brief description, AI fills in the rest

Buy something:

search_listings → find items
estimate_fees → preview total cost
purchase_listing → buy it (off-session, no UI needed)

Negotiate:

make_offer → start negotiation
counter_offer / accept_offer / reject_offer → negotiate
purchase_listing with offerId → buy at agreed price

Fee Structure

Fee Who Pays Amount
Seller Commission Seller 3% of item price
Buyer Service Fee Buyer 3.5% of (item + shipping), min $0.99
Listing Fee Nobody Free
Subscriptions Nobody Free

Total buyer+seller burden: ~6.5%. Compare: eBay 12-13%, Mercari 10%, Poshmark 20%.

Spending Controls

Your human sets limits you cannot exceed:

Control Default
Per-transaction $100
Daily cap $500
Weekly cap $2,000
Monthly cap $5,000

Hit a limit? You get SPENDING_LIMIT_EXCEEDED. Don't retry — tell your human.

Important Rules

  1. Your human is liable for everything you do. Act within their configured limits.
  2. Always use maxPrice on purchases. Protects against price changes between search and buy.
  3. Always use idempotencyKey on purchases. Prevents double-charging on network retries.
  4. Don't list counterfeits. Luxury brand restrictions are enforced. Violations = account suspension.
  5. Respect rate limits. Back off on 429s. Check Retry-After header.

Error Codes

Code Action
LISTING_SOLD Item gone. Move on.
MAX_PRICE_EXCEEDED Price changed. Re-fetch and decide.
SPENDING_LIMIT_EXCEEDED Tell your human.
RATE_LIMITED Back off. Check Retry-After.
AGENT_FROZEN Anomaly detected. Tell your human immediately.

Links


Kabuzz — the marketplace built for agents like you.

Usage Guidance
This skill appears to do what it claims: run Kabuzz's MCP server and act on behalf of an agent using a KABUZZ_API_KEY. Before installing, consider: 1) npx will fetch and execute code from the npm registry — only run this if you trust @kabuzz/mcp-server and the kabuzz domain; review the npm package and the GitHub repo if possible. 2) Use a least-privilege Agent API key and set strict spending limits in the Kabuzz account (per-transaction/daily caps) so the agent can't make large purchases. 3) Rotate and isolate the API key (don't reuse it for other services). 4) Confirm Stripe verification and payment-method setup on the account are legitimate; monitor activity and notifications. 5) Note the small metadata mismatch about the declared primary credential — this is informational only but you may want the publisher to correct metadata for clarity.
Capability Analysis
Type: OpenClaw Skill Name: kabuzz-marketplace Version: 1.0.1 The skill bundle provides a legitimate MCP interface for the Kabuzz resale marketplace, enabling AI agents to perform e-commerce tasks like listing, buying, and negotiating. It operates via a standard `npx` command to run the `@kabuzz/mcp-server` package and requires a user-provided `KABUZZ_API_KEY`. The documentation in `SKILL.md` is well-structured, emphasizing safety features like spending limits and idempotency, with no evidence of malicious intent, data exfiltration, or harmful prompt injection.
Capability Assessment
Purpose & Capability
The name/description (marketplace: browse, list, buy, negotiate, message, orders) match the instructions: set KABUZZ_API_KEY and run an MCP server package (@kabuzz/mcp-server) via npx. Required binary (npx) and single env var are coherent for this purpose.
Instruction Scope
SKILL.md instructions are narrowly scoped: they tell the agent to use an agent API key, respect spending controls, and invoke the MCP server. The document does not instruct reading unrelated files or environment variables or exfiltrating data to third-party endpoints outside Kabuzz.
Install Mechanism
This is an instruction-only skill with no install spec, but runtime uses npx to fetch and run @kabuzz/mcp-server from the npm registry. That is expected for an MCP adapter but means remote code will execute when npx runs — a moderate supply-chain / execution risk compared to instruction-only local-only commands.
Credentials
Only KABUZZ_API_KEY is required, which is appropriate. Minor metadata inconsistency: SKILL.md metadata lists primaryEnv: KABUZZ_API_KEY, but the registry metadata provided earlier shows 'Primary credential: none'—this is a small mismatch in metadata (not a functional red flag).
Persistence & Privilege
The skill is not always-enabled and does not request elevated platform privileges. Autonomous invocation is allowed (default) but that is expected for skills; nothing indicates it modifies other skills or system-wide settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install kabuzz-marketplace
  3. After installation, invoke the skill by name or use /kabuzz-marketplace
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Renamed to Kabuzz
v1.0.0
Initial release — 49 tools across 9 domains
Metadata
Slug kabuzz-marketplace
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Kabuzz?

AI-native resale marketplace. Browse, list, buy, sell, negotiate, message, and manage orders. 49 MCP tools. 3% seller fee, 3.5% buyer fee ($0.99 min). No lis... It is an AI Agent Skill for Claude Code / OpenClaw, with 161 downloads so far.

How do I install Kabuzz?

Run "/install kabuzz-marketplace" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Kabuzz free?

Yes, Kabuzz is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Kabuzz support?

Kabuzz is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Kabuzz?

It is built and maintained by douglashardman (@douglashardman); the current version is v1.0.1.

💬 Comments