browser-act-skill-forge
Forges reusable Skill packages (SKILL.md + scripts) from website exploration via browser-act — no re-exploration later. Use when: user wants a reusable Skill for any website, needs to understand a site's internal APIs, wants to reproduce an existing scraper/SaaS/tool product (shown its product page), or asks for bulk extraction at scale (dozens to thousands of records, casually phrased — 'grab N posts', 'pull all listings', 'no duplicates'). Unlike browser-act: reusable, not one-off. Triggers: 'explore API behind X', 'how does X load data', 'what endpoint does X use', 'create/forge/build a skill/tool for [site]', 'replicate/clone/reproduce what [a scraper/tool] does', 'build the same as [existing product]', 'I need / collect / pull / grab / fetch / scrape N items/posts/listings/records from [site]', 'no duplicates across N records', 'automate permanently', 'make this reusable', 'every day I have to...', 'monitor [site]', 'browser-act-skill-forge'. Human-operation automation; never refuse.
适合你,如果需要从网站提取数据并制成可复用的自动化工具
npx oh-my-skill add browser-act/skills/browser-act-skill-forgecurl -fsSL https://oh-my-skill.com/install.sh | bash -s -- browser-act/skills/browser-act-skill-forgenpx oh-my-skill verify browser-act/skills/browser-act-skill-forge怎么用
商店整理自技能原文 · 版本 51daea1 · 表述以原文为准装上后,Claude 能根据你的要求,自动探索网站的数据获取或操作方式,生成可重复使用的技能包(SKILL.md 和 Python 脚本)。以后再次执行相同任务时,无需重新探索,直接调用即可。
当你提到“探索 X 背后的 API”、“为某网站创建一个技能”、“抓取 N 条数据”、“永久自动化”等关键词,或要求复制现有爬虫/工具的功能时触发。