← 返回 Skills 市场
sinabs

闲鱼自动回复助手

作者 sinabs · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
511
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install xianyu-reply
功能描述
闲鱼自动回复助手。帮用户配置并运行闲鱼(Goofish)消息自动回复服务。用户只需提供浏览器 Cookie,即可持续监听闲鱼消息并用 AI 智能回复买家。当用户提到闲鱼、咸鱼、Goofish、二手交易自动回复、闲鱼客服机器人、闲鱼消息监控、闲鱼挂机回复等关键词时触发此 skill。即使用户只是说'帮我自动回复闲鱼...
安全使用建议
This skill appears to do what it says: it needs your Goofish (闲鱼) browser Cookie so it can act as you and listen/send messages on your account. Before installing, review the included Python scripts (they will be copied to ~/.xianyu-agent and run in the background). Key points to consider: - A browser Cookie is equivalent to a login credential: only provide it if you trust the skill and the environment; rotate/change credentials if you suspect compromise. - The skill will connect to goofish.com, h5api.m.goofish.com, passport.goofish.com and a wss://wss-goofish.dingtalk.com WebSocket — this is consistent with the stated design but means network activity will originate from your machine. - The skill calls local AI CLIs (claude or openclaw). Ensure those CLI binaries are from trusted sources, because the skill will execute them via subprocess. - The skill stores config and chat history in plaintext under ~/.xianyu-agent; consider filesystem permissions and whether you want those files on your machine. - If you are uncomfortable running third‑party code on your primary account, consider running it in an isolated environment (container or dedicated machine) and only providing a throwaway/test account first. Overall, the package is internally consistent and not requesting unrelated secrets, but exercise normal caution because the cookie grants account access and the process will run continuously on your system.
功能分析
Type: OpenClaw Skill Name: xianyu-reply Version: 1.0.0 The skill automates Xianyu (Goofish) message replies by requiring users to provide their browser Cookie, which is a high-risk credential providing full account access. While the implementation in `xianyu_monitor.py` and `xianyu_api.py` appears to communicate only with official Xianyu and DingTalk domains (e.g., `wss-goofish.dingtalk.com`) and stores data locally in `~/.xianyu-agent/`, the handling of sensitive session tokens and the execution of background monitoring processes are inherently risky. The skill uses local AI CLI tools like `claude` or `openclaw` to generate replies, and includes a custom MessagePack decoder in `xianyu_utils.py` to handle Xianyu's binary WebSocket protocol, but no clear evidence of intentional malice or data exfiltration to third-party servers was detected.
能力评估
Purpose & Capability
Name/description match what is implemented: Python scripts that use a browser Cookie to authenticate to goofish domains, listen on the stated WebSocket, fetch item info, store conversation history locally, and call a local AI CLI to generate replies. Required binaries (python) and pip deps are appropriate for this functionality.
Instruction Scope
SKILL.md instructs the agent/user to copy the provided scripts to ~/.xianyu-agent, save the user's Cookie into config.json, install pip deps, and run the monitor as a background process. These actions are necessary for the stated purpose but require filesystem write and process-start privileges; the doc also assumes availability of a 'Write' tool to persist config. The instructions do not request reading unrelated system files or contacting unexpected remote endpoints.
Install Mechanism
Install spec only suggests installing python@3 via Homebrew (formula: python@3) to provide python3 — a standard, proportional dependency. The package includes its own Python scripts rather than downloading arbitrary remote code at install time.
Credentials
The skill asks the user to provide their browser Cookie (stored locally) and expects a local AI CLI (claude or openclaw). No unrelated environment variables or third-party credentials are requested. Storing the Cookie locally is required for authenticating to Goofish; this is proportional but carries the usual sensitivity of account cookies.
Persistence & Privilege
The skill writes files under ~/.xianyu-agent, installs Python deps, and runs a background process (monitor). This level of persistence is expected for a long-running auto-reply agent, but gives the scripts continuous network access and ongoing ability to read the stored cookie and chat DB — ensure you trust and review the code before running.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install xianyu-reply
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /xianyu-reply 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
xianyu-auto-reply 1.0.0 – 首发上线!全流程自动化闲鱼消息 AI 智能回复。 - 支持自动监控并智能回复闲鱼(Goofish)买家消息,无需人工值守 - 环境自动检测:Python 3.8+ 和本地 AI CLI 工具(claude/openclaw) - 一步引导用户配置与验证闲鱼浏览器 Cookie,保障隐私仅本地存储 - 全自动后台监听、AI 生成卖家短消息、实时发送,消息和商品数据本地 SQLite 留存 - 便捷启动、日志查看、服务管理与 Cookie 更新指令 - AI 自动区分买家意图,回复风格贴合闲鱼卖家习惯
元数据
Slug xianyu-reply
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

闲鱼自动回复助手 是什么?

闲鱼自动回复助手。帮用户配置并运行闲鱼(Goofish)消息自动回复服务。用户只需提供浏览器 Cookie,即可持续监听闲鱼消息并用 AI 智能回复买家。当用户提到闲鱼、咸鱼、Goofish、二手交易自动回复、闲鱼客服机器人、闲鱼消息监控、闲鱼挂机回复等关键词时触发此 skill。即使用户只是说'帮我自动回复闲鱼... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 511 次。

如何安装 闲鱼自动回复助手?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install xianyu-reply」即可一键安装,无需额外配置。

闲鱼自动回复助手 是免费的吗?

是的,闲鱼自动回复助手 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

闲鱼自动回复助手 支持哪些平台?

闲鱼自动回复助手 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 闲鱼自动回复助手?

由 sinabs(@sinabs)开发并维护,当前版本 v1.0.0。

💬 留言讨论