SUMMARY AI summary by gpt-5-mini
Chrome Agent Bridgeは、実際にログイン済みのChromeブラウザをプライベートネットワーク経由でAIエージェントに安全に操作させるための小さなHTTPゲートウェイです。Windows/macOS/Linuxで動作し、専用のChromeプロファイルを起動してCDPは127.0.0.1に限定、外部に公開するのはゲートウェイ(デフォルト0.0.0.0:3007)のみです。ヘッドレスやデータセンターIPで弾かれるサイトや、認証が必要な内部ダッシュボード、SNSなどをエージェントから利用したい開発者や運用者が対象です。 主な機能は、ナビゲート(/goto)、ページHTML取得(/content)、スクリーンショット、要素のクリックや入力(/click、/type)、健康確認などの安全なブラウザ操作APIの提供、OS別の起動スクリプトと自動起動設定、エージェント向けプロンプト例の同梱です。設計は意図的に最小限であり、共有端末や公開環境での運用、マルチテナントや詳細な監査ログを前提とした用途には向きません。アクセスは信頼できるプライベートネットワーク(例:Tailscale)に限定し、専用プロファイルを使うなどセキュリティ上の注意が必要です。
DETECTED Detected AI stack
AI-related keywords found in this repo's description, topics, or README summary — grouped by category. Each badge links to the corresponding ranking detail page.
GitHub Topics
Language breakdown (by bytes)
Owner
It's figureoutable!
Dates
| Created on GitHub | 2026-05-02 |
| Last push | 2026-05-09 |
| First seen here | 2026-05-09 |
| Last fetched | 2026-05-09 15:42 |
Similar repos (same language)
Multi-LLM cross-review workflow for Claude Code. /work orchestrates plan/implement/bug-fix with 3 different model families voting on every gate.
Cyrene963/hermes-patchesHermes Agent 社区补丁合集 - Community patches for Hermes Agent
tenondecrpc/cc-statuslineClaude Statusline: a lightweight Bash + jq statusline for Claude Code with model, context, rate limit, git/worktree, cost, duration, and install/uninstall support. No heavy runtime required.
JinPLu/agent-roundtableAgent Roundtable — a local, file-based substrate for multi-agent work. Humans, Cursor chat, Codex (codex exec) and Claude Code (claude -p) take turns on one shared THREAD.md under your repo so you can plan, execute, review, and discuss without losing context or locking in to a single CLI.
jasper0507/idea-harnessPut a harness on AI before it guesses. Clarifies vague app ideas into precise requirements via Socratic questioning. Works with Claude Code / Cursor / Codex / Hermes / OpenClaw.
ryga-test/playwright-ai-workflow-playgroundAI-driven E2E testing with Playwright. An 8-step slash-command pipeline that discovers UI snapshots, generates POM, drafts GWT test specs, runs Playwright tests, and self-heals knowledge — all with human approval gates for quality control.
walidboulanouar/ay-frameworkAgent swarm framework for Claude Code. Plan, build, review, test, ship -- with human-in-the-loop gates.
itchernetski/claude-code-token-watchClaude Code hooks that warn when a session starts burning tokens on repeated Reads, recursive greps, or WebFetch streaks