agent-guides

Document browser automation, Crawl4AI web scraping, and Codex CLI workflows.

11|3|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/MuduiClaw/ClawKing --skill agent-guides
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-guides
Source: https://github.com/MuduiClaw/ClawKing/tree/main/workspace/skills/agent-guides
Command: npx skills add https://github.com/MuduiClaw/ClawKing --skill agent-guides

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

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.

Frequently Asked Questions about agent-guides

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I use Crawl4AI for web scraping dynamic web applications?

To use Crawl4AI for web scraping, consult the crawl4ai capability guide to prioritize text extraction from dynamic web applications, falling back to browser automation only when interactive elements require direct manipulation.

What is the mandatory workflow for code generation with Codex CLI?

The Codex CLI workflow mandates a 5-step process for code generation, testing, and validation. You must follow the Codex development guide sequentially to ensure proper code generation and automated testing.

Does browser automation with Playwright require understanding of adb Direct Control?

Yes, utilizing browser automation guidance requires understanding of Playwright and adb Direct Control. The reference documentation explains how to effectively use these tools for web interactions and dynamic element handling.

When should I use Crawl4AI instead of a Browser Subagent for web crawling?

Use Crawl4AI for efficient text extraction during web crawling, and switch to the Browser Subagent when web scraping requires interacting with dynamic interactive elements on the target website.

What are the limitations of using Playwright for web interactions?

Playwright for web interactions is limited by its requirement for prerequisite knowledge of browser automation tools. The agent guides help mitigate this by providing best practices for interactive web elements.