Local Context Review
python scripts/_config_checker.py is a local diagnostics helper for the Xianyu Auto Ops skill. It may inspect agent_context, env. Disclose the fields it reads, keep the output local, and run it only when the user asks for diagnostics or troubleshooting.
Xianyu Auto Ops
Use this skill to turn rough product information into a repeatable Xianyu / Idle Fish operating package.
Default output language: bilingual Chinese + English.
Default business goal: faster listing, clearer positioning, better inquiry conversion.
Core workflow
Follow this sequence unless the user asks for only one part.
Clarify the offer
- Identify product type, condition, target buyer, price band, and delivery method.
- If key details are missing, make lightweight assumptions and label them clearly.
Choose the operating mode
- Single listing mode: one product, one polished package.
- Batch listing mode: multiple SKUs, concise per-item outputs.
- Reply mode: buyer inquiry handling, objection answers, negotiation copy.
- Optimization mode: improve an existing listing.
- Poster mode: generate ad-style image prompts for listing cover or off-platform promo.
Pick a category template
Use the closest category framing:
- Digital / 数码: specs, condition, accessories, battery, warranty, authenticity cues.
- Home / 家居: size, cleanliness, usage marks, pickup logistics, scene fit.
- Fashion / 服饰: size, fabric, season, flaws, try-on expectation.
- Virtual / 虚拟产品或服务: delivery scope, usage rights, support boundaries, trust language.
- Training / Side-hustle / AI services: results, delivery format, onboarding, trust signals, support boundaries. Read
references/ai-services-template.md when the product is training, installation, deployment, consulting, or AI service resale.
Produce the listing package
Return, in this order when relevant:
- Chinese title ×3
- English title ×1
- Core selling points / 卖点摘要
- Chinese listing description
- English summary description
- Suggested tags / keywords
- Suggested price anchor and negotiation room
- Cover image prompt(s)
- Buyer reply scripts
- Posting checklist
Keep it platform-native
- Prefer short, direct, benefit-led copy.
- Avoid exaggerated claims that sound fake or risky.
- Make the listing feel like a real seller wrote it, not a brand brochure.
Batch listing mode
When the user gives multiple items, default to a compact table-like structure using bullets, not markdown tables on chat surfaces.
For each SKU, include:
- SKU / item name
- Chinese title ×2
- One short Chinese description
- One short English summary
- Suggested listed price / expected close price
- One key reply note
- One image direction
If the user provides a CSV or spreadsheet, use scripts/batch_csv_to_brief.py <file> to normalize the rows first, then use the JSON output as batch input.
Expected columns can include:
sku, name, category, brand, condition, price_target, flaws, accessories, city, delivery, notes
Chinese headers like 商品名 / 类目 / 成色 / 价格 / 瑕疵 / 配件 / 城市 / 发货 / 备注 are also supported.
Start with the available data. Fill gaps with assumptions, mark them clearly, and ask follow-up questions only when the missing information blocks a useful answer.
Output rules
Titles
Write titles that are:
- easy to scan
- keyword-rich without obvious stuffing
- benefit-forward
- believable for Xianyu
Prefer this rough formula:
[brand/category] + [core item] + [condition / key value] + [buyer use case / bonus point]
Descriptions
For each Chinese description, keep this structure:
- What it is
- Why selling / product background
- Condition / usage / delivery details
- Why worth buying
- Call to action
For English, provide a shorter mirror summary rather than a full literal translation unless the user asks for full bilingual parity.
Pricing
When suggesting price, provide three layers when possible:
- Listed price / 挂价
- Expected成交价 / expected closing price
- 最低可谈区间 / lowest negotiable band
Base suggestions on:
- condition
- urgency to sell
- scarcity / uniqueness
- bundled extras
- local delivery convenience
Buyer reply scripts
When generating reply scripts, include short ready-to-send messages for:
- “还在吗?” / “Is this still available?”
- “最低多少?” / “What’s your lowest price?”
- “有瑕疵吗?” / “Any flaws?”
- “包邮吗?” / “Is shipping included?”
- “怎么交易更稳妥?” / “How do we trade safely?”
- closing push / 成交推进
Keep replies short and human.
Poster prompts
When the user asks for ad visuals, output two prompt layers:
- Platform-safe cover prompt: more realistic, cleaner, product-led.
- Promotional poster prompt: more visual tension, more marketing feel, more negative space for title text.
Prefer 16:9 for article covers and 1:1 / 4:5 for feed-like visuals unless the user says otherwise.
Recommended response format
Use this template unless the user asks for a different one.
1. 商品定位 / Positioning
2. 标题建议 / Title Options
3. 卖点提炼 / Selling Points
-
4. 商品文案 / Listing Copy
中文版本
English version
5. 配图建议 / Image Plan
- Cover idea:
- Detail shots:
- Platform-safe AI image prompt:
- Promotional poster prompt:
6. 价格建议 / Pricing Strategy
- Listed price:
- Expected close price:
- Lowest negotiable range:
7. 私聊回复模板 / Chat Reply Scripts
- 在的 / Available:
- 最低价 / Lowest price:
- 瑕疵说明 / Flaw disclosure:
- 安全交易 / Safe trade:
- 成交推进 / Closing push:
8. 发布清单 / Posting Checklist
Bilingual handling
When the user asks for bilingual output, do not translate mechanically.
- Chinese should sound like a native Xianyu seller.
- English should sound like a concise marketplace assistant summary.
- If the target buyers are Chinese users only, keep English shorter.
Safety and quality guardrails
- Do not fabricate certifications, warranties, invoices, or brand authorization.
- Do not hide material defects if the user explicitly mentions them.
- Do not promise impossible delivery times.
- Flag risky categories, compliance-sensitive products, or obvious fraud patterns.
- For virtual goods or services, clearly describe what is and is not delivered.
References
Read references/playbook.md when the user needs stronger title formulas, batch handling, category-specific patterns, buyer reply banks, or poster prompt templates.
1---2name: xianyu-auto-ops-33description: Bilingual Xianyu (闲鱼) listing and lightweight operations workflow for second-hand goods, side-hustle products, and marketplace distribution. Use when the user wants to create, optimize, or batch-produce Xianyu listing assets such as titles, selling points, product descriptions, image prompts, reply scripts, pricing angles, posting checklists, or simple operating SOPs in Chinese and English. Also use when the user asks to turn product info or CSV-like SKU data into publish-ready marketplace materials, wants category-specific Xianyu templates, needs buyer chat replies, or wants a reusable batch-oriented Xianyu sales process for physical goods, digital products, or AI services.4---56789### Local Context Review1011`python scripts/_config_checker.py` is a local diagnostics helper for the `Xianyu Auto Ops` skill. It may inspect agent_context, env. Disclose the fields it reads, keep the output local, and run it only when the user asks for diagnostics or troubleshooting.1213# Xianyu Auto Ops1415Use this skill to turn rough product information into a repeatable **Xianyu / Idle Fish operating package**.1617Default output language: **bilingual Chinese + English**. 18Default business goal: **faster listing, clearer positioning, better inquiry conversion**.1920## Core workflow2122Follow this sequence unless the user asks for only one part.23241. **Clarify the offer**25 - Identify product type, condition, target buyer, price band, and delivery method.26 - If key details are missing, make lightweight assumptions and label them clearly.27282. **Choose the operating mode**29 - **Single listing mode**: one product, one polished package.30 - **Batch listing mode**: multiple SKUs, concise per-item outputs.31 - **Reply mode**: buyer inquiry handling, objection answers, negotiation copy.32 - **Optimization mode**: improve an existing listing.33 - **Poster mode**: generate ad-style image prompts for listing cover or off-platform promo.34353. **Pick a category template**36 Use the closest category framing:37 - **Digital / 数码**: specs, condition, accessories, battery, warranty, authenticity cues.38 - **Home / 家居**: size, cleanliness, usage marks, pickup logistics, scene fit.39 - **Fashion / 服饰**: size, fabric, season, flaws, try-on expectation.40 - **Virtual / 虚拟产品或服务**: delivery scope, usage rights, support boundaries, trust language.41 - **Training / Side-hustle / AI services**: results, delivery format, onboarding, trust signals, support boundaries. Read `references/ai-services-template.md` when the product is training, installation, deployment, consulting, or AI service resale.42434. **Produce the listing package**44 Return, in this order when relevant:45 - Chinese title ×346 - English title ×147 - Core selling points / 卖点摘要48 - Chinese listing description49 - English summary description50 - Suggested tags / keywords51 - Suggested price anchor and negotiation room52 - Cover image prompt(s)53 - Buyer reply scripts54 - Posting checklist55565. **Keep it platform-native**57 - Prefer short, direct, benefit-led copy.58 - Avoid exaggerated claims that sound fake or risky.59 - Make the listing feel like a real seller wrote it, not a brand brochure.6061## Batch listing mode6263When the user gives multiple items, default to a compact table-like structure using bullets, not markdown tables on chat surfaces.6465For each SKU, include:66- SKU / item name67- Chinese title ×268- One short Chinese description69- One short English summary70- Suggested listed price / expected close price71- One key reply note72- One image direction7374If the user provides a CSV or spreadsheet, use `scripts/batch_csv_to_brief.py <file>` to normalize the rows first, then use the JSON output as batch input.7576Expected columns can include:77`sku, name, category, brand, condition, price_target, flaws, accessories, city, delivery, notes`7879Chinese headers like `商品名 / 类目 / 成色 / 价格 / 瑕疵 / 配件 / 城市 / 发货 / 备注` are also supported.8081Start with the available data. Fill gaps with assumptions, mark them clearly, and ask follow-up questions only when the missing information blocks a useful answer.8283## Output rules8485### Titles8687Write titles that are:88- easy to scan89- keyword-rich without obvious stuffing90- benefit-forward91- believable for Xianyu9293Prefer this rough formula:9495`[brand/category] + [core item] + [condition / key value] + [buyer use case / bonus point]`9697### Descriptions9899For each Chinese description, keep this structure:1001011. What it is1022. Why selling / product background1033. Condition / usage / delivery details1044. Why worth buying1055. Call to action106107For English, provide a shorter mirror summary rather than a full literal translation unless the user asks for full bilingual parity.108109### Pricing110111When suggesting price, provide three layers when possible:112- **Listed price** / 挂价113- **Expected成交价** / expected closing price114- **最低可谈区间** / lowest negotiable band115116Base suggestions on:117- condition118- urgency to sell119- scarcity / uniqueness120- bundled extras121- local delivery convenience122123### Buyer reply scripts124125When generating reply scripts, include short ready-to-send messages for:126- “还在吗?” / “Is this still available?”127- “最低多少?” / “What’s your lowest price?”128- “有瑕疵吗?” / “Any flaws?”129- “包邮吗?” / “Is shipping included?”130- “怎么交易更稳妥?” / “How do we trade safely?”131- closing push / 成交推进132133Keep replies short and human.134135### Poster prompts136137When the user asks for ad visuals, output two prompt layers:138- **Platform-safe cover prompt**: more realistic, cleaner, product-led.139- **Promotional poster prompt**: more visual tension, more marketing feel, more negative space for title text.140141Prefer **16:9** for article covers and **1:1 / 4:5** for feed-like visuals unless the user says otherwise.142143## Recommended response format144145Use this template unless the user asks for a different one.146147### 1. 商品定位 / Positioning148- Chinese:149- English:150151### 2. 标题建议 / Title Options152- CN-1:153- CN-2:154- CN-3:155- EN-1:156157### 3. 卖点提炼 / Selling Points158- 159160### 4. 商品文案 / Listing Copy161**中文版本**162163**English version**164165### 5. 配图建议 / Image Plan166- Cover idea:167- Detail shots:168- Platform-safe AI image prompt:169- Promotional poster prompt:170171### 6. 价格建议 / Pricing Strategy172- Listed price:173- Expected close price:174- Lowest negotiable range:175176### 7. 私聊回复模板 / Chat Reply Scripts177- 在的 / Available:178- 最低价 / Lowest price:179- 瑕疵说明 / Flaw disclosure:180- 安全交易 / Safe trade:181- 成交推进 / Closing push:182183### 8. 发布清单 / Posting Checklist184- [ ] photos ready185- [ ] condition disclosed186- [ ] delivery method stated187- [ ] keywords included188- [ ] price strategy set189- [ ] reply script ready190191## Bilingual handling192193When the user asks for bilingual output, do not translate mechanically.194195- Chinese should sound like a native Xianyu seller.196- English should sound like a concise marketplace assistant summary.197- If the target buyers are Chinese users only, keep English shorter.198199## Safety and quality guardrails200201- Do not fabricate certifications, warranties, invoices, or brand authorization.202- Do not hide material defects if the user explicitly mentions them.203- Do not promise impossible delivery times.204- Flag risky categories, compliance-sensitive products, or obvious fraud patterns.205- For virtual goods or services, clearly describe what is and is not delivered.206207## References208209Read `references/playbook.md` when the user needs stronger title formulas, batch handling, category-specific patterns, buyer reply banks, or poster prompt templates.