
Xianyu Monitor
Run scheduled 闲鱼 (Xianyu/Goofish) searches with filters and SQLite dedup, then get notified when matching second-hand or rental listings appear.
Overview
xianyu-monitor is an agent skill for the Operate phase that schedules 闲鱼 searches with filters, SQLite dedup, and notifications for new second-hand or rental listings.
Install
npx skills add https://github.com/voltwake/xianyu-monitor --skill SKILL.mdWhat is this skill?
- Keyword search on 闲鱼/Xianyu/Goofish with price range filters
- Text include/exclude filters and time-based listing windows
- SQLite-backed dedup so repeat crawls do not spam alerts
- Push notifications when new matching goods or rentals appear
- Built for deal-hunting, price alerts, and rental listing tracking
- SQLite deduplication for repeat search runs
- Supports keyword, price range, include/exclude text, and time filters
Adoption & trust: 26 GitHub stars.
What problem does it solve?
You miss good 闲鱼 deals because manual refresh is slow and duplicate alerts waste attention.
Who is it for?
Solo builders running personal deal alerts or lightweight resale sourcing on Xianyu with cron-style monitoring.
Skip if: Official merchant APIs, bulk scraping without respecting platform limits, or teams needing full ecommerce inventory sync.
When should I use this skill?
User wants to monitor 闲鱼/Xianyu/Goofish for items, price alerts, second-hand goods, or rentals with keyword search, filters, and dedup.
What do I get? / Deliverables
You get repeatable monitored searches with deduped new-listing notifications matched to your keywords, prices, and text filters.
- Configured monitor jobs with filters
- SQLite dedup store
- Notifications for newly matched listings
Recommended Skills
Journey fit
Ongoing scheduled search and alert delivery is operational monitoring, not one-off product research. Monitoring fits timed checks, deduplication, and push notifications for marketplace listings.
How it compares
Personal marketplace watcher with local dedup—not a generic web scraper skill without price/time/filter semantics.
Common Questions / FAQ
Who is xianyu-monitor for?
Indie users and builders who want automated 闲鱼/Xianyu monitoring for specific items, rentals, or price bands with push alerts.
When should I use xianyu-monitor?
Use it in Operate monitoring when you need scheduled searches, deduped alerts, and filters for keywords, price, text, and listing time on Goofish.
Is xianyu-monitor safe to install?
Review the Security Audits panel on this page; automation touches network and local SQLite—run only on machines you trust and respect marketplace ToS.
SKILL.md
READMESKILL.md - Xianyu Monitor
闲鱼商品监控与捡漏工具。定时搜索闲鱼,发现新商品后推送通知。Use when: user wants to monitor 闲鱼/Xianyu/Goofish for specific items, set up price alerts, track second-hand goods, or find rental listings on 闲鱼. Supports keyword search, price range, text filters (exclude/include), time filter, dedup via SQLite. # xianyu-monitor { "name": "xianyu-monitor", "description": "闲鱼商品监控与捡漏工具。定时搜索闲鱼,发现新商品后推送通知。Use when: user wants to monitor 闲鱼/Xianyu/Goofish for specific items, set up price alerts, track second-hand goods, or find rental listings on 闲鱼. Supports keyword search, price range, text filters (exclude/include), time filter, dedup via SQLite." }