🐟
AutomationJavaScript

Xianyu Monitor

by voltwake

Xianyu Monitor is an Automation skill for Claude Code, published by voltwake in xianyu-monitor.

40 stars4 forkson voltwake/xianyu-monitorAdded 2026/07/16Repository updated 2026/02/25
Install in seconds
Install Xianyu Monitor
Copy Xianyu Monitor into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/voltwake/xianyu-monitor ~/.claude/skills/xianyu-monitor

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/voltwake/xianyu-monitor.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
SKILL.md in voltwake/xianyu-monitor
Installs to
~/.claude/skills/xianyu-monitor
Collection
The only skill cataloged from this repository
Category
Automation2226 skills

What Xianyu Monitor does

Monitors Xianyu (Goofish) for new second-hand items based on keywords and filters, sending notifications when matches are found.

Xianyu Monitor is cataloged under Automation on DirSkills.

Documentation

README

闲鱼监控 (xianyu-monitor)

架构

核心原理:非 headless Chrome + CDP 搜索框输入 + DOM 被动读取

闲鱼(goofish.com)有严格的反自动化检测,本工具通过以下方式绕过:

  1. 非 headless Chrome:headless 模式会被拦截("非法访问")
  2. AppleScript 地址栏导航:首次访问用 Cmd+L 输入 URL(page.goto() 被 baxia 拦截)
  3. CDP Input 搜索:用 page.click(搜索框) + page.keyboard.type() + Enter 搜索(产生 isTrusted=true 事件,前端无法区分真人)
  4. 两步排序:点击"新发布"展开下拉菜单 → 点击"最新"选项
  5. DOM 被动读取:从 a[class*="feeds-item-wrap"] 卡片中提取数据

登录 vs 未登录

状态 搜索结果范围 排序
未登录 只能看到 6小时以上 发布的商品 有限
已登录 可以看到 实时发布 的商品(含最近几分钟) 完整(新发布→最新)

⚠️ 强烈建议登录闲鱼账号,否则监控不到最新发布的商品,失去实效性。

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Xianyu Monitor

  • How does Xianyu Monitor compare to other Automation skills?

    Xianyu Monitor ranks #2150 by stars among the 2226 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Xianyu Monitor against them. Open each page to compare what they document and how they install.