ssh-mac-dev

Connect Claude to a Mac over SSH through a bore tunnel for remote development.

Updated Mar 20, 2026
One-click install
npx skills add https://github.com/sixscripts-ai/ghostssh --skill ssh-mac-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ssh-mac-dev
Source: https://github.com/sixscripts-ai/ghostssh/tree/main/skills/ssh-mac-dev
Command: npx skills add https://github.com/sixscripts-ai/ghostssh --skill ssh-mac-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Claude can securely connect to a user's Mac via SSH through a bore tunnel to perform hands-on development tasks remotely, including running terminal commands, editing code files, and managing Git repos.

Core Features & Use Cases

  • Remote Mac development session: run commands, edit files, and compile code from Claude.
  • Git workflow assistance: clone, commit, push, branch, and merge on the Mac from the assistant.
  • Dependency and project setup: install packages, initialize repos, and navigate projects without leaving the chat.

Quick Start

Install bore on your Mac, enable Remote Login, start a bore tunnel, and share the public endpoint and port with Claude to begin remote development.

Frequently Asked Questions about ssh-mac-dev

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

FAQPage Schema
How do I run terminal commands on my Mac remotely via SSH?

Remote SSH development via a bore tunnel allows Claude to execute non-interactive terminal commands, edit code, and manage Git repositories on your Mac directly from the chat interface.

What do I need to set up remote Mac development with a bore tunnel?

You must install bore, enable macOS Remote Login, start a bore tunnel exposing an SSH port, and provide Claude the public endpoint, with optional SSH key-auth fallback for non-interactive command execution.

Can I manage Git workflows on my Mac from a remote development session?

Yes, remote SSH sessions via bore tunnel allow you to clone, commit, push, branch, and merge Git repositories on your Mac, executing full version control workflows from the Claude chat interface.

Does Claude require interactive SSH authentication to connect to my Mac?

No, Claude requires non-interactive command execution over SSH, utilizing an optional key-auth fallback to ensure automated terminal tasks run without password prompts during the remote session.

What's the best way to edit code files on my Mac from Claude?

Connecting Claude to your Mac over SSH via a secure bore tunnel is the best way to edit code files, install dependencies, and compile projects remotely without leaving the chat interface.