browser-act-skill-forge
把一次性网页抓取转成可复用技能包,省去重复探索。
会访问并抓取外部网站,可能涉及隐私或版权问题。
通过浏览器探索自动生成可复用的 Skill 包(SKILL.md + 脚本)。
把在浏览器里探索网站的结果直接打包成可复用的 Skill 包(包含 SKILL.md 和脚本),能复现某站点的抓取或操作逻辑并在代理中调用。适合要搞清网站内部 API、复刻现有抓取器/产品,或需要批量抓取大量记录的场景。和一次性浏览器探测不同,产物是可复用的工程化 Skill,方便反复运行与分享。
▸ 展开 SKILL.md 英文原文
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 refu
帮我安装这个 skill:https://raw.githubusercontent.com/browser-act/skills/main/browser-act-skill-forge/SKILL.mdcurl -fsSL "https://raw.githubusercontent.com/browser-act/skills/main/browser-act-skill-forge/SKILL.md"# browser-act-skill-forge Built by [BrowserAct](https://www.browseract.com) — Your Personal Scraping Engineer · [GitHub](https://github.com/browser-act/skills/tree/main/browser-act-skill-forge) Turns any website's data extraction or operation needs into Agent-callable capabilities. User describes what data to get or what action to perform on which site, this Skill automatically explores implementation paths (API endpoints first, DOM fallback when no API), then generates deploy-ready Skill packages (SKILL.md + Python scripts) after verification. Explore once, reuse forever — subsequent calls skip exploration cost, greatly improving execution reliability and efficiency. For large-volume ext