What problem does it solve?
This Skill provides essential reference documentation for AI agents, guiding them on how to effectively use capabilities like browser automation, web crawling, and code generation with Codex.
Core Features & Use Cases
- Browser Automation Guidance: Learn best practices for using tools like Playwright for web interactions.
- Web Scraping with Crawl4AI: Understand when and how to use Crawl4AI for efficient data extraction from websites.
- Codex Development Guide: Follow the mandatory 5-step process for code generation, testing, and validation using Codex CLI.
- Use Case: An AI agent needs to scrape data from a dynamic web application. It consults the
crawl4ai_capability.md and browser-automation.md guides to determine the best approach, prioritizing Crawl4AI for text extraction and falling back to the Browser Subagent if interactive elements are involved.
Quick Start
Consult the agent guides to understand how to use browser automation for web scraping.