reverb-listings-draft
Creates Reverb instrument listings in draft mode using CLI.
Install
mkdir -p .claude/skills/reverb-listings-draft && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/11138" && unzip -o skill.zip -d .claude/skills/reverb-listings-draft && rm skill.zipInstalls to .claude/skills/reverb-listings-draft
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Reverb: Create a listing in draft state.Key capabilities
- →Create draft listings
- →Specify instrument make and model
- →Set listing price
- →Define item condition
How it works
It uses the revcli tool to generate a new listing in a draft state based on provided instrument parameters.
Inputs & outputs
When to use reverb-listings-draft
- →Creating music instrument listings
- →Drafting shop inventory
- →Automating marketplace posts
About this skill
listings +draft
PREREQUISITE: Read
../reverb-listings/SKILL.mdfor auth, global flags, and available methods.
Create a new listing in draft state with guided flags.
Usage
revcli listings +draft --make <MAKE> --model <MODEL> --price <PRICE> --condition <CONDITION>
Flags
| Flag | Required | Default | Description |
|---|---|---|---|
--make | ✓ | — | Instrument make (e.g. Fender) |
--model | ✓ | — | Instrument model (e.g. Stratocaster) |
--price | ✓ | — | Listing price in USD (e.g. 999.00) |
--condition | ✓ | — | Item condition (see values below) |
Condition Values
| Value | Description |
|---|---|
mint | Brand new, never played |
excellent | Barely played, like new |
very-good | Light play wear |
good | Some play wear and cosmetic marks |
fair | Heavy wear, fully functional |
poor | Significant damage or heavy wear |
non-functioning | For parts only |
Examples
revcli listings +draft --make Fender --model Stratocaster --price 999.00 --condition excellent
revcli listings +draft --make Gibson --model 'Les Paul Standard' --price 2499.00 --condition very-good
revcli listings +draft --make Martin --model 'D-28' --price 1799.00 --condition mint
Tips
- Draft listings are not publicly visible until published.
- To publish after creating:
revcli listings update --params '{"id":"<ID>"}' --json '{"state":"live"}' - To review all your listings:
revcli listings list --format table
[!CAUTION] This is a write command — confirm with the user before executing.
See Also
- reverb-listings — All listings methods and global flags
When not to use it
- →Publishing live listings directly
- →Non-instrument inventory management
Prerequisites
Limitations
- →Draft listings are not publicly visible until published
How it compares
It automates the creation of draft listings through a guided CLI interface rather than manual web form entry.
Compared to similar skills
reverb-listings-draft side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| reverb-listings-draft (this skill) | 0 | 4mo | Review | Beginner |
| churn-prevention | 2 | 2mo | Review | Intermediate |
| klaviyo | 1 | 4mo | Review | Intermediate |
| shopify-admin-refund-and-reorder | 0 | 4mo | No flags | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
churn-prevention
alirezarezvani
Reduce voluntary and involuntary churn through cancel flow design, save offers, exit surveys, and dunning sequences. Use when designing or optimizing a cancel flow, building save offers, setting up dunning emails, or reducing failed-payment churn. Trigger keywords: cancel flow, churn reduction, save offers, dunning, exit survey, payment recovery, win-back, involuntary churn, failed payments, cancel page. NOT for customer health scoring or expansion revenue — use customer-success-manager for that.
klaviyo
alinaqi
Klaviyo email/SMS marketing - profiles, events, flows, segmentation
shopify-admin-refund-and-reorder
40RTY-ai
Process a full or partial refund on an order and optionally create a replacement draft order for the customer.
revops
Anhvu1107
ALWAYS use this when the request matches Revops: Design and improve revenue operations, lead lifecycle rules, scoring, routing, handoffs, and CRM process automation.
shopify-automation
FISCFED9
Automate Shopify tasks via Rube MCP (Composio): products, orders, customers, inventory, collections. Always search tools first for current schemas.
ads-network-killswitch
engremran07
Network killswitch: per-network enable/disable. Use when: disabling problematic networks, emergency ad shutoff, toggling networks without deletion.