Pilot: A Browser Automation Tool Built Entirely with Claude Code

Pilot is a browser automation tool built entirely by Claude Code, directed and tested by a non-developer. It enables Claude to control Chrome by reading the accessibility tree—the same structure screen readers use—and assigning numbers to clickable elements for precise navigation.
How It Works
The tool converts page elements into compact text data instead of screenshots. Each clickable element gets a number, allowing Claude to issue commands like click 5 rather than guessing screen positions. This approach handles popups and works across multiple tabs.
Setup and Usage
- Install the Chrome extension and start the server
- Type
/pilotin Claude Code - Ask Claude to perform tasks like "go to YouTube and search for cooking tutorials"
Multiple actions can be batched in a single call, and the tool processes page data as compact text rather than screenshots.
Development Insights
The creator learned several key lessons while building with AI:
- Clearly describing what you want is the hardest part
- Testing remains the human's responsibility—Claude writes code but you must verify it works
- Development required many iterations, not a one-shot process
The tool is free, MIT licensed, and works on macOS, Linux, and Windows. The GitHub repository is available for those interested in the implementation or wanting to contribute.
📖 Read the full source: r/ClaudeAI
👀 See Also

Claude AI Opus Disables Intel DPST Auto-Dimming by Editing Registry in 0002 Key
A Reddit user automated the fix of Intel Display Power Saving Technology dimming by letting Claude AI Opus edit the registry — it found the correct FeatureTestControl value and key location.

OpenRouter Model Pricing and Intelligence-per-Dollar Analysis
A Reddit user compiled OpenRouter API pricing for 16 AI models and calculated intelligence-per-dollar values, identifying MiMo-V2-Flash as best value at $0.09/M tokens and GPT-5.4 as most intelligent at $2.50/M tokens.

How AI assistants fetch web pages: Nginx log analysis of ChatGPT, Claude, Gemini and others
A developer tested five major AI assistants by prompting them with unique URLs and monitoring Nginx logs, revealing distinct retrieval patterns: ChatGPT, Claude, and Perplexity use dedicated user-agents while Gemini answered from its index without fetching.

External Reranker Plugin for OpenClaw Memory-Core: Repurpose Old GPUs
A developer shares a plugin for OpenClaw that allows memory-core to use an external reranker instead of the built-in QMD, improving performance on CPU-bound setups.