From xianyu
Use when user needs to set up auto-reply for a 闲鱼 product or reply to buyers. Trigger phrases: "生成自动回复", "设置自动回复", "自动发货", "auto reply", "暗号回复", "自动回复模板", "怎么回复买家". Generates keyword→reply mappings and delivery instructions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/xianyu:xianyu-replyThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
帮用户为每个已发布/待发布的商品生成自动回复配置:暗号→网盘链接的映射关系,并输出可直接粘贴到闲鱼 App 自动回复设置的内容。
帮用户为每个已发布/待发布的商品生成自动回复配置:暗号→网盘链接的映射关系,并输出可直接粘贴到闲鱼 App 自动回复设置的内容。
向用户确认:
xiaohongshu, quanjiatong)按 templates/auto-reply.md 格式输出:
感谢购买!以下是{商品简称}下载链接:
📥 {网盘名称}:{链接}
🔑 提取码:{提取码}
{文件内容一句话说明}
有任何问题随时私信我,看到会回复~
输出以下操作步骤给用户:
{暗号}将自动回复配置保存到 {商品目录}/自动回复模板.md(不在 delivery/ 内——这是卖家工具,不给客户)。
如果用户有多个商品,汇总输出一个对照表:
| 暗号 | 商品 | 链接状态 |
|---|---|---|
| xiaohongshu | Claude Code 发小红书 | ✅ 已配置 |
| quanjiatong | 全家桶环境搭建 | ✅ 已配置 |
| {新暗号} | {新商品} | ⚠️ 待上传网盘 |
当买家通过闲鱼聊天咨询时,使用 goofish-cli 的 message 工具:
mcp__goofish__message_list_chats — 获取会话列表mcp__goofish__message_history — 查看具体消息mcp__goofish__message_send — 发送回复如果商品描述中已写明暗号,大多数买家会直接发暗号触发自动回复,无需手动回复。
npx claudepluginhub ioioiioo12138/claude-xianyu-pluginGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.