← 返回 Skills 市场
benzking

RSSHub Route Generator

作者 benzking · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
123
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install rsshub-route-generator
功能描述
分析任意网站结构,自动生成符合 RSSHub 规范的路由 TypeScript 代码及栏目和文章选择器配置。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install rsshub-route-generator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /rsshub-route-generator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug rsshub-route-generator
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

RSSHub Route Generator 是什么?

分析任意网站结构,自动生成符合 RSSHub 规范的路由 TypeScript 代码及栏目和文章选择器配置。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 123 次。

如何安装 RSSHub Route Generator?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install rsshub-route-generator」即可一键安装,无需额外配置。

RSSHub Route Generator 是免费的吗?

是的,RSSHub Route Generator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

RSSHub Route Generator 支持哪些平台?

RSSHub Route Generator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 RSSHub Route Generator?

由 benzking(@benzking)开发并维护,当前版本 v1.0.0。

💬 留言讨论