proxy
v0.8.5Capture and decode the HTTP and WebSocket traffic of a target web or mobile app with mitmproxy: one shared proxy on port 8080 that every session reuses, each capture fanned out to its own file so a read never pays for another capture, WireGuard for phones, and readers for flows, hosts, WebSockets, and shared-domain callers.
By blockchainianLicense: MIT0 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 27, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install proxy for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install proxy@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/blockchainian/claudeClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/proxy/.
Plugin files
├── .claude-plugin/plugin.json└── skills/inspect-app-traffic/SKILL.md
Included Skills1
Capture and decode the HTTP and WebSocket traffic of one target web or mobile app with mitmproxy. Use when asked to see what API calls an app makes, intercept or sniff a web or iPhone app's requests, reverse-engineer an app's API or WebSocket protocol, or set up mitmproxy with Zero Omega. One shared proxy on port 8080; each capture is a filtered view of its stream.
Plugin manifests1
{
"name": "proxy",
"version": "0.8.5",
"description": "Capture and decode the HTTP and WebSocket traffic of a target web or mobile app with mitmproxy: one shared proxy on port 8080 that every session reuses, each capture fanned out to its own file so a read never pays for another capture, WireGuard for phones, and readers for flows, hosts, WebSockets, and shared-domain callers.",
"author": {
"name": "blockchainian"
},
"license": "MIT",
"homepage": "https://github.com/blockchainian/claude",
"repository": "https://github.com/blockchainian/claude",
"keywords": [
"mitmproxy",
"proxy",
"traffic-capture",
"api",
"websocket",
"wireguard",
"reverse-engineering",
"ios",
"web"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[proxy on Agent Plugins Marketplace](https://pluginsmp.com/plugins/proxy)