From 0d8a4c2191440e28e61d5fadff6516d0cceaa37c Mon Sep 17 00:00:00 2001 From: "Matheus T. dos Santos" Date: Fri, 17 Jul 2026 16:38:51 -0300 Subject: [PATCH] docs: link the scope-skill Claude Code skill from the README Point the Headless mode section at github.com/matheuswhite/scope-skill, the Claude Code skill that drives headless mode (connect, send text/$hex/@tags/commands, read replies) over serial or RTT. Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 92ff8f2..3734dc9 100644 --- a/README.md +++ b/README.md @@ -213,6 +213,8 @@ In headless mode: To reach the normal `Scope` commands (`!plugin`, `!connect`, `@tags`, `$hex`, history, …), press **`Ctrl+K`**: a blinking `> ` prompt (black on yellow) appears and incoming output is held back while you type. Press **Enter** to run the command (or **Esc** / an empty Enter to cancel) and return to the raw bridge. Every command available in the normal command bar works here. To **quit**, press **`Ctrl+K`** then **`Ctrl+Q`**, or run the **`!exit`** (alias `!quit`) command. +> **Driving headless mode from an AI agent?** [`matheuswhite/scope-skill`](https://github.com/matheuswhite/scope-skill) is a Claude Code skill that wraps this bridge — it connects, sends text / `$hex` / `@tags` / commands, and reads the device's replies over serial or RTT, all without the TUI. + ### Cross-platform `Scope` runs on Linux, Windows, and macOS (Apple Silicon), with the same interface and behavior on each.