CLAUDEZILLA von Boot Industries
Browser automation for Claude Code and terminal AI harnesses. Control Firefox with full DOM access, screenshots, and page analysis. No Chrome, no telemetry.
282 Benutzer282 Benutzer
Metadaten zur Erweiterung
Screenshots
Über diese Erweiterung
Claudezilla brings native Firefox browser automation to AI coding harnesses: Claude Code, Hermes Agent, Pi Agent, omp, and standard mcp clients.
Control Firefox directly from your terminal: navigate pages, click elements, fill forms, capture screenshots, and analyze page content. A Google-free, telemetry-free alternative to Chrome-based browser automation.
FEATURES:
- Multi-harness support: Out-of-the-box integration with Claude Code, Hermes Agent, Pi Agent, and omp
- Eager & lazy tool discovery: Full catalog exposure for single-discovery harnesses (Hermes, Pi, omp) or lazy on-demand loading for token savings
- Page navigation and full DOM interaction (click, type, scroll, press keys)
- Attach to existing user tabs: Drive open browser tabs in place with explicit agent-initiated attach
- Screenshot capture to temporary paths with dynamic readiness detection and image compression
- Annotated screenshots with numbered element badges for precise visual interaction
- Structured page analysis via JSON with configurable limits and explicit truncation metadata (faster and cheaper than screenshots)
- Accessibility tree snapshots for semantic page understanding
- Page state diffing to detect changes between interactions
- Cookie and consent banner auto-dismissal (GDPR overlays, CMP platforms)
- Domain allowlists for agent sandboxing
- Flexible element waiting (CSS selector, text content, or URL pattern)
- Network request and console log monitoring
- Multi-agent and multi-harness safety: Tab ownership tracking, screenshot mutex, and slot reservations
- Session-scoped focus loops for persistent iterative development across sessions
- Orphaned tab cleanup with configurable timeout (CLAUDEZILLA_AGENT_TIMEOUT_MS) for human-in-the-loop workflows
- Per-operation timeouts (5s–300s, default 150s)
REQUIREMENTS:
- Supported AI harness: Claude Code, Hermes Agent, Pi Agent, omp, or standard mcp client
- Native messaging host (one-command installer with --target flag)
- Firefox 140+
- macOS, Linux, or Windows 10/11
PRIVACY & SECURITY:
- All communication is local via Unix socket / Windows pipe (no network exposure)
- Zero telemetry: No data collected or transmitted to external servers
- Page content accessed only on explicit tool invocation
- Console capture and JavaScript evaluation are strictly opt-in (off by default in popup settings)
- Request bodies are never captured
- Per-agent tab ownership prevents cross-session and cross-harness interference
- Community supported
- Open source (MIT license)
Setup & docs: claudezilla.com
Control Firefox directly from your terminal: navigate pages, click elements, fill forms, capture screenshots, and analyze page content. A Google-free, telemetry-free alternative to Chrome-based browser automation.
FEATURES:
- Multi-harness support: Out-of-the-box integration with Claude Code, Hermes Agent, Pi Agent, and omp
- Eager & lazy tool discovery: Full catalog exposure for single-discovery harnesses (Hermes, Pi, omp) or lazy on-demand loading for token savings
- Page navigation and full DOM interaction (click, type, scroll, press keys)
- Attach to existing user tabs: Drive open browser tabs in place with explicit agent-initiated attach
- Screenshot capture to temporary paths with dynamic readiness detection and image compression
- Annotated screenshots with numbered element badges for precise visual interaction
- Structured page analysis via JSON with configurable limits and explicit truncation metadata (faster and cheaper than screenshots)
- Accessibility tree snapshots for semantic page understanding
- Page state diffing to detect changes between interactions
- Cookie and consent banner auto-dismissal (GDPR overlays, CMP platforms)
- Domain allowlists for agent sandboxing
- Flexible element waiting (CSS selector, text content, or URL pattern)
- Network request and console log monitoring
- Multi-agent and multi-harness safety: Tab ownership tracking, screenshot mutex, and slot reservations
- Session-scoped focus loops for persistent iterative development across sessions
- Orphaned tab cleanup with configurable timeout (CLAUDEZILLA_AGENT_TIMEOUT_MS) for human-in-the-loop workflows
- Per-operation timeouts (5s–300s, default 150s)
REQUIREMENTS:
- Supported AI harness: Claude Code, Hermes Agent, Pi Agent, omp, or standard mcp client
- Native messaging host (one-command installer with --target flag)
- Firefox 140+
- macOS, Linux, or Windows 10/11
PRIVACY & SECURITY:
- All communication is local via Unix socket / Windows pipe (no network exposure)
- Zero telemetry: No data collected or transmitted to external servers
- Page content accessed only on explicit tool invocation
- Console capture and JavaScript evaluation are strictly opt-in (off by default in popup settings)
- Request bodies are never captured
- Per-agent tab ownership prevents cross-session and cross-harness interference
- Community supported
- Open source (MIT license)
Setup & docs: claudezilla.com
Bewertet mit 5 von 1 Bewerter
Berechtigungen und Daten
Benötigte Berechtigungen:
- Nachrichten mit anderen Programmen als Firefox austauschen
- Auf Browsertabs zugreifen
- Auf Ihre Daten für diverse Websites zugreifen
Datenerfassung:
- Der Entwickler sagt, dass diese Erweiterung keine Datenerhebung benötigt.
Weitere Informationen
- Version
- 0.7.0
- Größe
- 316,55 KB
- Zuletzt aktualisiert
- vor 17 Tagen (9. Sep. 2026)
- Verwandte Kategorien
- Lizenz
- MIT-Lizenz
- Datenschutzrichtlinie
- Lesen Sie die Datenschutzrichtlinie für dieses Add-on
- Versionsgeschichte
- Schlagwörter
- Zur Sammlung hinzufügen
Installation docs: https://claudezilla.com/extension.html
Permission justifications:
• nativeMessaging: Core functionality
• tabs/activeTab: Tab management
• <all_urls>: Content script for DOM interaction
• webRequest/webRequestBlocking: Page readiness detection
• storage: User preferences
No external data collection. All communication local via Unix socket.