probe-bridge

Automate ARC Probe GUI memory inspection via the Claude Bridge HTTP API.

15|4|Updated Mar 7, 2026
One-click install
npx skills add https://github.com/vzco/arc-probe --skill probe-bridge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: probe-bridge
Source: https://github.com/vzco/arc-probe/tree/main/plugins/arc-probe/skills/probe-bridge
Command: npx skills add https://github.com/vzco/arc-probe --skill probe-bridge

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Interact with the ARC Probe GUI through the Claude Bridge HTTP interface to automate probe workflows and GUI-driven tasks.

Core Features & Use Cases

  • Interact with ARC Probe GUI via HTTP bridge to send probe commands and mutate GUI state
  • Navigate tabs, create structs, set labels, and drive the GUI programmatically from Claude Code
  • Use in automation workflows to orchestrate memory reads, disassembly, RTTI lookups, and function exploration without manual GUI interaction

Quick Start

Start by connecting to the Claude Bridge at 127.0.0.1:9996 and send a ping probe to verify the setup.

Frequently Asked Questions about probe-bridge

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate memory inspection in ARC Probe from Claude Code?

You can automate memory inspection by interacting with the ARC Probe GUI through the Claude Bridge HTTP API, sending TCP probe commands to read memory, navigate tabs, and label elements programmatically without manual GUI interaction.

What is the Claude Bridge HTTP interface used for in GUI automation?

The Claude Bridge HTTP interface at 127.0.0.1:9996 acts as a communication endpoint that allows Claude Code to drive GUI state, send probe commands, and orchestrate memory reads and disassembly workflows programmatically.

Do I need a specific endpoint running to send probe commands via Claude Code?

Yes, you need the Claude Bridge endpoint running locally at 127.0.0.1:9996 and the probe TCP commands available via the ARC Probe GUI's injected DLL to execute automation workflows successfully.

Can I create structs and set labels programmatically when driving the ARC Probe GUI?

Yes, by using the HTTP bridge to drive the ARC Probe GUI from Claude Code, you can programmatically navigate tabs, create structs, set labels, and mutate GUI state to automate your probe workflows.

How do I verify my Claude Bridge and ARC Probe setup is connected?

To verify your setup, connect to the Claude Bridge at 127.0.0.1:9996 from Claude Code and send a ping probe to confirm the HTTP interface is communicating with the ARC Probe GUI correctly.

What memory analysis tasks can I orchestrate without manual GUI interaction?

You can orchestrate memory reads, disassembly, RTTI lookups, and function exploration tasks through the HTTP bridge, automating the entire probe workflow directly from Claude Code.