RSSHub Route Generator

v1.0.0

分析任意网站结构,自动生成符合 RSSHub 规范的路由 TypeScript 代码及栏目和文章选择器配置。

0· 84·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

generatorvk97ev356t4fs66scyzbvmhvcw184k1d7latestvk97ev356t4fs66scyzbvmhvcw184k1d7routevk97ev356t4fs66scyzbvmhvcw184k1d7rssvk97ev356t4fs66scyzbvmhvcw184k1d7rsshubvk97ev356t4fs66scyzbvmhvcw184k1d7

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments