browser-act/skills✦ 精选0°

browser-act-skill-forge

仓库创建 2026年2月6日最近提交 5 天前SkillHot 收录 20 天前
▸ 精选理由

把一次性网页抓取转成可复用技能包,省去重复探索。

▸ 风险提示

会访问并抓取外部网站,可能涉及隐私或版权问题。

这个 Skill 做什么

通过浏览器探索自动生成可复用的 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生成自动化通用
4.8k
Stars
231
Forks
40
仓库内 Skill
+1.0k
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/browser-act/skills/main/browser-act-skill-forge/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/browser-act/skills/main/browser-act-skill-forge/SKILL.md"
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
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有