local-coding-agent
NewLocal MCP coding agent for ChatGPT Web: run files/commands on your own machine via the OpenAI Secure Tunnel, with a Windows tray app and metrics dashboard.
Summary
This skill enables Claude Code to execute files and commands directly on your local machine through a secure tunnel, with a Windows tray app and metrics dashboard for monitoring.
- It bridges the gap between AI coding assistance and local development environments, allowing real-time file manipulation and command execution without leaving the chat interface.
Install & Usage
mkdir -p .claude/agentsAdd the configuration to .claude/agents/local-coding-agent.md
@local-coding-agentUse Cases
Usage Examples
/local-coding-agent run python3 /home/user/scripts/analyze.py
/local-coding-agent execute 'ls -la /var/log'
/local-coding-agent edit /home/user/project/config.json and change the port to 8080
Security Audits
Frequently Asked Questions
What is local-coding-agent?
This skill enables Claude Code to execute files and commands directly on your local machine through a secure tunnel, with a Windows tray app and metrics dashboard for monitoring. It bridges the gap between AI coding assistance and local development environments, allowing real-time file manipulation and command execution without leaving the chat interface.
How to install local-coding-agent?
To install local-coding-agent: create the agents directory (mkdir -p .claude/agents), then add the config to .claude/agents/local-coding-agent.md. Finally, @local-coding-agent in Claude Code.
What is local-coding-agent best for?
local-coding-agent is a agent categorized under General. It is designed for: mcp, agent. Created by LongNgn204.
What can I use local-coding-agent for?
local-coding-agent is useful for: Run a Python script on your local machine to process data files while chatting with Claude.; Execute shell commands to check system status or manage files directly from Claude Code.; Edit and save local configuration files using Claude's suggestions without manual copying.; Monitor local resource usage and command outputs via the metrics dashboard during development.; Automate repetitive local tasks like file backups or log analysis through Claude Code prompts.; Test code snippets locally in real-time with Claude providing feedback on outputs..