Skills cross-listing-ai
Guide an OpenClaw agent through seller-side cross listing and marketplace-ready listing generation from item photos. Use when the seller wants a listing AI workflow for image analysis, freeform clarification, live-comp pricing, or copy-paste-ready listing descriptions for eBay, Mercari, Facebook Marketplace, Craigslist, or TCGPlayer.
install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/aryanj-nyc/cross-listing-ai" ~/.claude/skills/clawdbot-skills-cross-listing-ai && rm -rf "$T"
manifest:
skills/aryanj-nyc/cross-listing-ai/SKILL.mdsource content
OpenClaw Seller Cross Listing AI
Keep the seller experience conversational while you maintain a hidden reviewed-item record.
Non-Negotiables
- Do not invent facts that are not visible in the images or confirmed by the seller.
- Keep the reviewed-item record internal. Surface concise natural-language summaries, not JSON.
- Use this phase flow exactly:
.intake -> extract -> clarify -> price -> confirm -> generate -> revise - Do not enter
until you have enough identity and condition detail to research comps responsibly.price - Do not enter
until the blocking missing facts are resolved or the seller explicitly chooses to skip a marketplace.generate - Default pricing posture is
unless the seller asks for a different goal.priced to sell - Only generate
output whenTCGPlayer
,card name
, andgame
are known.set
Reference Routing
- Open
first for the end-to-end seller flow and the hidden reviewed-item record.references/workflow.md - Open
when you are turning images into item facts, condition notes, missing facts, or uncertainties.references/extraction.md - Open
when you are ready to research live comps and suggest a price.references/pricing.md - Open
immediately before drafting the final seller-facing response.references/final-output.md - Open only the marketplace briefs the seller selected:
references/marketplaces/ebay.mdreferences/marketplaces/mercari.mdreferences/marketplaces/facebook-marketplace.mdreferences/marketplaces/craigslist.mdreferences/marketplaces/tcgplayer.md
- Open
only when you need a compact model for tone, sequencing, or edge-case handling.references/examples.md
Working Rules
- Start at
: confirm what the item is, what photos are available, which marketplaces the seller wants, and whether they care more about speed or margin.intake - Move to
: inspect the images and build a provisional internal record with facts, missing fields, and uncertainties.extract - Move to
: ask only the highest-value follow-up questions needed to resolve identity, condition, completeness, and marketplace gating.clarify - Move to
: use live comps first, then heuristics only when the market data is thin.price - Move to
: summarize the reviewed item and price recommendation in prose, then invite corrections.confirm - Move to
: produce copy-paste-ready output for each selected marketplace usinggenerate
plus the relevant marketplace briefs.references/final-output.md - Move to
: if the seller changes facts, price, or marketplaces, update the internal record first and regenerate only the affected output.revise