Browser Use Skill

Install the browser-use skill into Claude Code or Codex to control Agentastic browser tabs.

Browser Use Skill

Use the hosted browser-use skill to teach Claude Code, Codex, or another compatible agent how to drive Agentastic's built-in browser with dev browser.

Hosted Skill

Quick Install

Claude Code

mkdir -p ~/.claude/skills/browser-use curl -fsSL https://agentastic.dev/skills/browser-use.md -o ~/.claude/skills/browser-use/SKILL.md

Codex

mkdir -p ~/.codex/skills/browser-use curl -fsSL https://agentastic.dev/skills/browser-use.md -o ~/.codex/skills/browser-use/SKILL.md

What the Skill Adds

  • Open and navigate browser tabs from the terminal
  • Snapshot the page and target elements by @eN refs
  • Click, fill, type, select, hover, and press keys
  • Wait for selectors, text, URLs, and page loads
  • Read console errors, uncaught exceptions, cookies, storage, and screenshots

Next Step

After installing, ask your agent to: "Use $browser-use to open localhost:3000, snapshot the page, and verify the new header."