name: content-generator description: "Commerce content generator. Input a product brief, evidence, audience, and channel; output Xiaohongshu notes, Douyin scripts, ad/email/listing variants, and a claims checklist. Evidence-aware: does not invent unsupported claims and flags missing proof."
Create platform-ready commerce content without inventing unsupported claims.
小蔥技能7w4.net有完整的技能分類。
待補充證據.When the user wants a structured first draft, batch variants, or repeatable output, use:
node scripts/generate_content_pack.js --input product.json --format markdown
The input JSON can include:
{
"name": "HydraGlow Cream",
"category": "美妝",
"price": "299",
"audience": "commuters with dry skin",
"scenario": "winter office skincare",
"benefits": ["light texture", "long-lasting moisture"],
"evidence": ["user test: 8-hour office day"],
"limitations": ["not a medical treatment"],
"tone": "calm and trustworthy",
"platforms": ["xiaohongshu", "douyin", "marketplace"]
}
Read references/platform-playbook.md when platform details matter. Read references/quality-checklist.md before publishing, reviewing risky copy, or handling health, finance, legal, children, food, supplements, or high-priced products.
For user-facing answers, prefer this shape:
Brief: product, audience, goal, assumptions.Content: platform-specific drafts.Quality Notes: unsupported claims, risky phrases, missing evidence.Next Iteration: what data would improve conversion or trust.Do not claim guaranteed outcomes, medical effects, investment returns, legal compliance, official endorsement, scarcity, or comparative superiority unless the user supplied reliable evidence.
這個 Skill 質量不錯,核心優勢是支援多個國內主流平臺的內容批次生成,而且生成內容時會主動核查證據、不瞎編承諾,對醫療、絕對化等高風險表述有識別和預警機制,很靠譜。測試用例完善,執行穩定。不過 UI 互動體驗可以更友好,首次使用需要一定的學習成本。總體適合需要批次生產電商文案的營銷人員或商家。