RE

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.zip

Installs 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.
40 charsno explicit “when” trigger
Beginner

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

You give it
Instrument details
You get back
Draft listing ID

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.md for 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

FlagRequiredDefaultDescription
--makeInstrument make (e.g. Fender)
--modelInstrument model (e.g. Stratocaster)
--priceListing price in USD (e.g. 999.00)
--conditionItem condition (see values below)

Condition Values

ValueDescription
mintBrand new, never played
excellentBarely played, like new
very-goodLight play wear
goodSome play wear and cosmetic marks
fairHeavy wear, fully functional
poorSignificant damage or heavy wear
non-functioningFor 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

When not to use it

  • Publishing live listings directly
  • Non-instrument inventory management

Prerequisites

revcli

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.

SkillInstallsUpdatedSafetyDifficulty
reverb-listings-draft (this skill)04moReviewBeginner
churn-prevention22moReviewIntermediate
klaviyo14moReviewIntermediate
shopify-admin-refund-and-reorder04moNo flagsIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry