browser-content-capture
✓Capture content from JavaScript-rendered pages, login-protected sites, and multi-page documentation using agent-browser CLI. Use when capturing browser content, extracting web data, saving page content.
Installation
SKILL.md
Capture web content that traditional scrapers cannot access using agent-browser CLI.
This skill enables content extraction from sources that require browser-level access:
| open | Go to URL | First step of any capture | | snapshot -i | Get interactive element tree | Understanding page structure | | eval " " | Run custom JS | Extract specific content | | click @e# | Click elements | Navigate menus, pagination | | fill @e# "value" | Fill inputs | Authentication flows | | wait @e# | Wait for element | Dynamic content loading |
Capture content from JavaScript-rendered pages, login-protected sites, and multi-page documentation using agent-browser CLI. Use when capturing browser content, extracting web data, saving page content. Source: yonatangross/orchestkit.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/yonatangross/orchestkit --skill browser-content-capture- Source
- yonatangross/orchestkit
- Category
- {}Data Analysis
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is browser-content-capture?
Capture content from JavaScript-rendered pages, login-protected sites, and multi-page documentation using agent-browser CLI. Use when capturing browser content, extracting web data, saving page content. Source: yonatangross/orchestkit.
How do I install browser-content-capture?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/yonatangross/orchestkit --skill browser-content-capture Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/yonatangross/orchestkit
Details
- Category
- {}Data Analysis
- Source
- skills.sh
- First Seen
- 2026-02-01