This Xianyu Super Manager is a full operations backend for people running multiple Xianyu (Xianyu) selling accounts: unified account hosting, keyword + AI auto-reply, card-key auto-delivery, and post-purchase automation (auto review, thank-you message, “little flower” requests) all in one web dashboard. You can grab the complete source code download on dajian168, a mall system (mall system) category listing — the whole thing runs on your own server, so no data ever leaves your infrastructure.
What sold me on packaging this one: it’s not just a chat bot. In testing I found the “pull sold orders” function syncs all historical orders, not just ones created after deployment, so the dashboard shows real revenue numbers from day one.
Auto-delivery, auto-reply, and buyer interaction cover roughly 90% of repetitive seller work. Here’s what each does concretely:
Takeaway: enable per-account pause-on-manual-takeover before turning on AI replies, otherwise the bot fights you for the same conversation.
Expect about 30 minutes on a clean 2-core / 2GB VPS. Recommended environment:
| Component | Requirement |
|---|---|
| OS | Linux (CentOS / Ubuntu) or Windows Server |
| Runtime | PHP 7.4+ / Node environment per package |
| Database | MySQL 5.7+ |
| Web server | Nginx or Apache with SSL |
Pitfall to avoid: don’t bind 10+ accounts simultaneously on first run. In my testing, staggering account activation by a few hours keeps the slider/captcha handling stable.
It’s built for solo operators running 5–50 accounts selling digital goods. Typical use cases: card-key/code resellers, virtual services, automated second-hand shops. The dashboard aggregates revenue, refunds, orders, card inventory, and account listener status on one screen.
Judging criteria before you go live: (1) check the risk log after 24 hours — if the slider module fails repeatedly, reduce reply frequency; (2) verify per-account strategy isolation by pausing one account and confirming others keep answering; (3) confirm the announcement/update channel points to your own domain, not a third-party address.
Q: Does auto-delivery handle orders with multiple quantities or different card groups?
A: Yes. Delivery rules work at three levels — global, per-account, and per-product — and multi-SKU plus multi-quantity shipments are supported, with a pre-delivery risk check on each order.
Q: Can the AI bargain with buyers without giving away my margin?
A: That’s the point of the floor-price setting. You define the minimum acceptable price and maximum bargaining rounds; the model negotiates within those bounds and hands off to a human if it hits the limit.
Q: Will old orders from before I deployed show up?
A: Yes, the one-click historical order pull imports past sold orders in batch, including status, buyer, and paid amount, so the dashboard starts with complete data.
Original title: 闲鱼超级管家系统源码 – 搭建168
Original excerpt:
简介:
闲鱼超级管家全面升级新版本,自动滑块、发货、评价、要花、擦亮通通稳定支持,时刻维护!时刻更新!坚决保证使用世界上最强 AI模型(5.6 sol 、ops 5)进行vibecoding!
面向闲鱼卖家的账号、商品、订单、消息、
自动回复
与
自动发货
一体化
管理系统
。
一个人,把几十个闲鱼账号做成一门自动运转的生意。
多账号统一托管,买家下单
自动发卡
密、自动确认收货、自动评价、自动求小红花、收货后自动致谢。 关键词和 AI 双层
自动回复
接住每一句咨询,商品与订单自动同步,滑块与人机验证自动处理。 从「盯着手机一个个回」变成「打开网页看数据」。
多账号管理 — 扫码即接入,一个后台管完所有小号,逐账号独立配置策略
自动发货
— 卡密自动发出,支持多规格、多数量,发货前风险拦截
自动回复 — 关键词精确命中 + AI 议价,可设最低价与议价轮数,绝不越线让价
买家互动 — 确认收货后自动评价、自动求小红花、自动发送致谢文本
商品自动化 — 商品同步、素材库、定时擦亮、自动上下架
经营看板 — 成交额、到账、退款、订单和库存一屏掌握,历史订单可一次性拉回
核心功能
模块
能力
总览
汇总营收、账号、订单、卡密库存和运行状态
账号
扫码、密码或 Cookie 登录,资料同步,监听任务状态,暂停和自动回复配置
商品
从闲鱼同步商品,维护本地详情、图片、规格、数量和商品回复
Original screenshots:





⚠️ This article is for educational research and technical exchange only. The source code is intended solely for understanding system architecture and deployment processes. Do not use it for illegal purposes. Any commercial operation is unrelated to the author.