bishoku

Domray — AI skill for Claude Code

AI community

The Missing Runtime Telemetry Bridge for AI Coding Agents.

How to install Domray

This entry records only its repository, not the path inside it, so there is no exact command to give. Open bishoku/domray and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Domray does

The Missing Runtime Telemetry Bridge for AI Coding Agents. Give your AI assistants (Cursor, Claude Code, Antigravity, Windsurf) real-time vision into active browser sessions — including web pages behind SSO, 2FA, VPNs, and dynamic client-side state — via standard Model Context Protocol (MCP).

Alternatives in AI

  • Internal Safety Collapse — We built an adversarial codespace setup 1.2k ★
  • onWatch — Open-source Go CLI that tracks AI API quota usage across 7 providers (Synthetic, Z.ai, Anthropic, Codex, GitHu 397 ★
  • Awareness Local — Local-first AI agent memory — one command, works offline, no account needed 199 ★

README

DOMRay ⚡

![DOMRay — Browser-to-MCP Runtime Telemetry Bridge](assets/domray_cover.png)

**The Missing Runtime Telemetry Bridge for AI Coding Agents.** Give your AI assistants (**Cursor, Claude Code, Antigravity, Windsurf**) real-time vision into active browser sessions — including web pages behind **SSO, 2FA, VPNs, and dynamic client-side state** — via standard **Model Context Protocol (MCP)**.

[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) [![TypeScript](https://img.shields.io/badge/TypeScript-5.6-blue?logo=typescript)](https://www.typescriptlang.org/) [![Chrome Extension MV3](https://img.shields.io/badge/Chrome_Extension-Manifest_V3-green?logo=googlechrome)](https://developer.chrome.com/docs/extensions/mv3/) [![MCP Standard](https://img.shields.io/badge/Protocol-Model_Context_Protocol-purple)](https://modelcontextprotocol.io/) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](CONTRIBUTING.md)


🛑 The Problem: The Runtime Blindspot of AI Coding

AI coding agents have revolutionized software development. Tools like Cursor, Claude Code, Windsurf, and Copilot understand your static codebase, git history, syntax trees, and type definitions with astonishing precision.

**However, the moment your application runs in a browser, your AI coding agent becomes completely blind.**

┌────────────────────────────────────────────────────────┐
│                   THE RUNTIME GAP                      │
│                                                        │
│  Static World (AI has 100% Context):                   │
│  ✓ Source Code & Git History                          │
│  ✓ Abstract Syntax Trees & Types                       │
│  ✓ Project Files & Dependencies                        │
│                                                        │
│  =================== BLIND SPOT =====================  │
│                                                        │
│  Runtime World (AI has 0% Context):