Cmux Debug Windows
Maneflow AI's cmux-debug-windows allows testers to remotely access and debug application windows for comprehensive testing.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add cmux-debug-windows npx -- -y @trustedskills/cmux-debug-windows
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"cmux-debug-windows": {
"command": "npx",
"args": [
"-y",
"@trustedskills/cmux-debug-windows"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to install and configure cmux on Windows systems, allowing them to debug network connections and troubleshoot communication issues directly within the operating environment. It bridges the gap between automated agent actions and low-level system diagnostics by managing the necessary tools for packet inspection and service verification.
When to use it
- Diagnosing why a specific Windows application fails to connect to a remote server or local database.
- Automating the setup of network debugging environments for CI/CD pipelines running on Windows agents.
- Verifying that required ports are open and listening before deploying critical infrastructure changes.
- Isolating network latency or packet loss issues by capturing and analyzing traffic flows on a Windows host.
Key capabilities
- Installs the
cmuxutility specifically tailored for Windows environments. - Configures command-line interfaces to inspect active network connections and socket states.
- Provides diagnostic output to identify misconfigured services or firewall blocks.
Example prompts
- "Install cmux on this Windows machine and show me the current listening ports for the web server."
- "Use cmux to debug why the database connection is timing out on this local network."
- "Set up a debugging session with cmux to trace traffic between our API gateway and backend services."
Tips & gotchas
Ensure the Windows agent has administrative privileges, as installing network debugging tools often requires elevated permissions. Be aware that cmux output can be verbose; instruct the agent to filter logs for specific IP addresses or ports to avoid overwhelming the context window with irrelevant data.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.