← Back to Skills Marketplace
123
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install rsshub-route-generator
Description
分析任意网站结构,自动生成符合 RSSHub 规范的路由 TypeScript 代码及栏目和文章选择器配置。
Usage Guidance
This skill appears coherent for generating RSSHub routes, but review outputs before using them. Be cautious when providing URLs: the agent will fetch whatever URL you supply, so avoid pasting internal/private endpoints or URLs that could trigger server-side requests to your intranet (SSRF risk). Inspect the generated TypeScript before deploying to your RSSHub instance (check any HTTP client usage, concurrency, and error handling). If you need stricter safety, run the skill in a sandboxed environment or limit it to public URLs only.
Capability Analysis
Type: OpenClaw Skill
Name: rsshub-route-generator
Version: 1.0.0
The skill is a legitimate tool designed to analyze website structures and generate TypeScript code for RSSHub routes. It uses standard web scraping techniques and follows RSSHub development patterns without any evidence of data exfiltration, malicious execution, or prompt injection attacks in SKILL.md or references/dev-guide.md.
Capability Assessment
Purpose & Capability
The name/description (generate RSSHub routes from websites) align with the instructions: fetching HTML, detecting list/title/date/content selectors, producing TypeScript route files and an analysis report. Referenced libraries (cheerio, got, parseDate, pMap, ofetch) are reasonable for the stated task and appear only as implementation guidance/templates.
Instruction Scope
Instructions explicitly tell the agent to fetch arbitrary user-provided websites (via web_fetch/got), analyze DOM structure, and write generated .ts files to the working directory — this is expected for a route generator. Note: because it fetches arbitrary URLs, the agent could be instructed to access internal or sensitive endpoints if a user submits them (SSRF risk); the SKILL.md does not ask to read any unrelated local files or credentials.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is downloaded or written at install time. This is the lowest-risk model for installation.
Credentials
The skill declares no required environment variables, credentials, or config paths. The runtime instructions reference only request/response processing and templated imports; there is no request for unrelated secrets or tokens.
Persistence & Privilege
always:false and user-invocable:true. The skill does not request persistent elevated privileges or modification of other skills or system settings. It does instruct writing generated files to the working directory, which is consistent with its purpose.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install rsshub-route-generator - After installation, invoke the skill by name or use
/rsshub-route-generator - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of RSSHub 路由生成器.
- Analyzes any website's structure to generate RSSHub-compliant route code files.
- Supports auto-detection of article lists, full-text RSS (optional), and RSSHub Radar rules.
- Offers a detailed website analysis report alongside usable TypeScript route code.
- Activates via specific trigger phrases or direct website URLs.
- Follows best practices for crawler routing, error handling, and code organization.
Metadata
Frequently Asked Questions
What is RSSHub Route Generator?
分析任意网站结构,自动生成符合 RSSHub 规范的路由 TypeScript 代码及栏目和文章选择器配置。 It is an AI Agent Skill for Claude Code / OpenClaw, with 123 downloads so far.
How do I install RSSHub Route Generator?
Run "/install rsshub-route-generator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is RSSHub Route Generator free?
Yes, RSSHub Route Generator is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does RSSHub Route Generator support?
RSSHub Route Generator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created RSSHub Route Generator?
It is built and maintained by benzking (@benzking); the current version is v1.0.0.
More Skills