rsshub-route-developer
Installation
SKILL.md
RSSHub Route Developer
Develop RSSHub routes that turn any website into an RSS feed. Follow the six phases below in order.
Phase 1: Environment Setup
Check if an RSSHub repository clone exists in the working directory or a nearby path.
If no clone exists:
git clone https://github.com/DIYgod/RSSHub.git && cd RSSHub && pnpm install
If clone exists: verify node_modules/ exists. Run pnpm install if not.
Requirements: Node.js >= 22, pnpm (install via npm install -g pnpm if missing).