Agent Plugins Marketplace
← All plugins

proxy

v0.8.5

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.

Claude Code1 Skill

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

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install proxy@agent-plugin-marketplace

Paste 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/claude

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/proxy/.

Plugin files

plugins/proxy/
├── .claude-plugin/plugin.json
└── skills/inspect-app-traffic/SKILL.md

Included Skills1

inspect-app-trafficskills/inspect-app-traffic/SKILL.md

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

plugins/proxy/.claude-plugin/plugin.json
{
  "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"
  ]
}

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)