← Back to Skills Marketplace
511
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install xianyu-reply
Description
闲鱼自动回复助手。帮用户配置并运行闲鱼(Goofish)消息自动回复服务。用户只需提供浏览器 Cookie,即可持续监听闲鱼消息并用 AI 智能回复买家。当用户提到闲鱼、咸鱼、Goofish、二手交易自动回复、闲鱼客服机器人、闲鱼消息监控、闲鱼挂机回复等关键词时触发此 skill。即使用户只是说'帮我自动回复闲鱼...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install xianyu-reply - After installation, invoke the skill by name or use
/xianyu-reply - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
xianyu-auto-reply 1.0.0 – 首发上线!全流程自动化闲鱼消息 AI 智能回复。
- 支持自动监控并智能回复闲鱼(Goofish)买家消息,无需人工值守
- 环境自动检测:Python 3.8+ 和本地 AI CLI 工具(claude/openclaw)
- 一步引导用户配置与验证闲鱼浏览器 Cookie,保障隐私仅本地存储
- 全自动后台监听、AI 生成卖家短消息、实时发送,消息和商品数据本地 SQLite 留存
- 便捷启动、日志查看、服务管理与 Cookie 更新指令
- AI 自动区分买家意图,回复风格贴合闲鱼卖家习惯
Metadata
Frequently Asked Questions
What is 闲鱼自动回复助手?
闲鱼自动回复助手。帮用户配置并运行闲鱼(Goofish)消息自动回复服务。用户只需提供浏览器 Cookie,即可持续监听闲鱼消息并用 AI 智能回复买家。当用户提到闲鱼、咸鱼、Goofish、二手交易自动回复、闲鱼客服机器人、闲鱼消息监控、闲鱼挂机回复等关键词时触发此 skill。即使用户只是说'帮我自动回复闲鱼... It is an AI Agent Skill for Claude Code / OpenClaw, with 511 downloads so far.
How do I install 闲鱼自动回复助手?
Run "/install xianyu-reply" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 闲鱼自动回复助手 free?
Yes, 闲鱼自动回复助手 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 闲鱼自动回复助手 support?
闲鱼自动回复助手 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 闲鱼自动回复助手?
It is built and maintained by sinabs (@sinabs); the current version is v1.0.0.
More Skills