By fingerskier
Develop on embedded devices over SSH from Claude Code. Read, write, edit, glob, grep, and run bash on a remote host (e.g. armv7l Raspberry Pi) without installing Claude Code on the device.
Develop on a remote host (e.g. an armv7l Raspberry Pi) from a Claude Code session running on your desktop. Exposes a small MCP server that proxies filesystem and shell operations over plain SSH — no Claude Code binaries, VS Code Server, or other agents need to run on the target.
Built for embedded targets where the official Claude Code CLI and Microsoft Remote-SSH have dropped support (32-bit ARM, older glibc, etc).
claude plugin marketplace add fingerskier/claude-plugins
claude plugin install remote-access@fingerskier-plugins
The target host can come from a per-call argument, a session default set by
remote_set_host, or the CLAUDE_REMOTE_HOST environment variable:
export [email protected]
Anything that works for plain ssh works here — host aliases from
~/.ssh/config, user@host, agent forwarding, jump hosts, key files. The
plugin shells out to your local ssh/scp.
| Tool | Purpose |
|---|---|
remote_set_host | Set the default host for this session |
remote_info | uname, arch, distro, disk free, tooling probe |
remote_bash | Run a shell command (cwd, env, timeout supported) |
remote_read | Read a file with line numbers (offset/limit for large files) |
remote_write | Write or overwrite a file (creates parent dirs) |
remote_edit | Exact string replace inside a remote file |
remote_ls | ls -lA on a directory |
remote_glob | Find files matching a glob pattern, newest first |
remote_grep | Recursive grep (ripgrep if present, else grep -rn) |
remote_put | scp a local file/dir to the remote |
remote_get | scp a file/dir from the remote |
remote_disconnect | Close the persistent SSH control socket |
ssh and scp so the existing SSH config,
agent, keys, and jump hosts are honored.ssh -o ControlMaster=auto socket (kept under
${CLAUDE_PLUGIN_DATA}/controlmasters) so per-call overhead drops to a
few milliseconds after the first call has opened the master.ssh and scp on PATH. Python 3.10+ (Claude Code uses
it automatically via the plugin launcher).sshd, a POSIX shell, and standard coreutils. bash is
used for remote_glob (for globstar); rg is used by remote_grep
if available, otherwise grep -rn.Admin access level
Server config contains admin-level keywords
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub fingerskier/claude-plugins --plugin remote-accessExegetical theology research — rigorous, multi-perspective Biblical exegesis with historian, linguist, author, theologian, disciple, shepherd, numerology, and full research skills.
CAD modeling with build123d — create, inspect, and export parametric 3D models using Python.
Design electronic schematics and PCB layouts using SKiDL — create circuits with Python code, validate designs, and export to KiCad.
MIDI plugin for Claude Code — load, analyze, edit, and play MIDI files with musical intelligence
Runs jobs in Claude on a schedule
Permanent coding companion for Claude Code — survives any update. MCP-based terminal pet with ASCII art, stats, reactions, and personality.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.
Memory compression system for Claude Code - persist context across sessions
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.