Claw DS Generator automates creation of drpy-node compatible ds source rules. Given a target URL, it analyzes page structure or network APIs, extracts list/detail/search selectors or endpoints, and formats a var rule = { ... } JavaScript rule file that drpy-node expects. It encodes guardrails for selector stability and required fields so generated rules are more likely to run reliably.
Invoke this skill when you need a working ds rule for a specific site (novel, comic, video), and you want the agent to inspect the site structure or APIs and output the full JavaScript rule file. Typical triggers include requests like: "generate a ds source for example.com" or "write a ds rule for this site."
var rule object as output.Best for agents capable of browsing or using web_fetch/browser tools and able to produce JavaScript output (OpenClaw, browser-capable agents).
This skill guides an AI agent to analyze websites and generate drpy-node spider rule files (var rule = {...} JS files) for scraping novels, videos, and comics. It has no bundled scripts — it's purely prompt-based instructions. The SKILL.md provides a detailed workflow and drpy-node selector syntax reference, but lacks a frontmatter description field (only Chinese description), has no scripts/ or references/ directory structure, and the output contract is vague (just 'return code block'). Niche audience: only useful for drpy-node ecosystem users.
Pure prompt skill with no executable code. Security is mostly clean — no shell commands, no exfiltration, no destructive operations. The skill instructs the agent to use web_fetch/browser to analyze external sites, which is standard. Minor concern: scraping arbitrary websites could have legal/ToS implications but that's inherent to the purpose, not a security flaw. Architecture is basic — monolithic SKILL.md with no separation, no scripts/, no references/. Code quality is decent — the drpy syntax guide is detailed and the workflow steps are clear, but the skill is Chinese-only which limits adoption. Usefulness is niche — drpy-node is a specific Chinese scraping framework with limited international appeal.