Skip to content

Instantly share code, notes, and snippets.

View akaak's full-sized avatar
🚘
Building...

Kiran (AK) Adapa akaak

🚘
Building...
View GitHub Profile
@akaak
akaak / agent-browser.md
Created June 26, 2026 11:39 — forked from mobob/agent-browser.md
Claude Code Skill for agent-browser

agent-browser

Browser automation CLI optimized for AI agents. Use npx agent-browser for all commands.

When to Use

  • Testing websites and web applications
  • Verifying UI changes after code modifications
  • Checking for console errors and page issues
  • Taking screenshots for documentation or debugging
<html>
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js" type="text/javascript"></script>
<script src="http://www.skulpt.org/static/skulpt.min.js" type="text/javascript"></script>
<script src="http://www.skulpt.org/static/skulpt-stdlib.js" type="text/javascript"></script>
</head>
<body>