proxypin-capture-workflow

proxypin-capture-workflow is a skill for Codex from sinyu1012/proxypin-mcp-workbench. It costs 65 tokens per session (680 once invoked), scanned A, original, Apache-2.0.

A workflow for using ProxyPin to capture and inspect mobile network requests from an iPhone or Android device. ProxyPin is a local tool for viewing HTTPS traffic, exporting authorized personal data, and managing mock responses.

In plain words
What is it for?
Use it to connect a phone, inspect captured API requests, analyze endpoints, export authorized data, validate privacy-safe replays, or manage ProxyPin mock rules.
Why use it?
It separates connection, traffic capture, request analysis, data export, and mock verification so each part of a mobile debugging task can be checked accurately.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to connect a phone, inspect captured API requests, analyze endpoints, export authorized data, validate privacy-safe replays, or manage ProxyPin mock rules.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/sinyu1012/proxypin-mcp-workbench/proxypin-capture-workflow
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add sinyu1012/proxypin-mcp-workbench --skill proxypin-capture-workflow
Clone the repo
git clone --depth 1 https://github.com/sinyu1012/proxypin-mcp-workbench

Made for: Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for proxypin-capture-workflow

README.md
[![agentmods](https://agentmods.dev/badge/skills/sinyu1012/proxypin-mcp-workbench/proxypin-capture-workflow/github.svg)](https://agentmods.dev/skills/sinyu1012/proxypin-mcp-workbench/proxypin-capture-workflow)
Your own site
<a href="https://agentmods.dev/skills/sinyu1012/proxypin-mcp-workbench/proxypin-capture-workflow"><img src="https://agentmods.dev/badge/skills/sinyu1012/proxypin-mcp-workbench/proxypin-capture-workflow/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for proxypin-capture-workflow

Your own site · 80×15
<a href="https://agentmods.dev/skills/sinyu1012/proxypin-mcp-workbench/proxypin-capture-workflow"><img src="https://agentmods.dev/badge/skills/sinyu1012/proxypin-mcp-workbench/proxypin-capture-workflow.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 65 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 680 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00065 $0.00680
Opus 5 $0.00032 $0.00340
Sonnet 5 $0.00013 $0.00136
Haiku 4.5 $0.00006 $0.00068

Measured 11d ago against content hash 188c7fd0a553, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

proxypin-capture-workflow scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/proxypin_mcp.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/proxypin-capture-workflow/SKILL.md · 37 lines

How it starts

The opening of the file, as written. The whole thing — 37 lines — stays where its author put it; the contents beside it link to each section on GitHub.

ProxyPin Capture Workflow

Use the live ProxyPin instance and captured requests as the source of truth. Do not infer an endpoint from an old note when it is cheap to inspect the current capture.

Locate the live system

  • The source checkout may live anywhere; resolve it from the user's workspace instead of assuming a personal absolute path.
  • The customized desktop build commonly exposes an HTTP proxy and a loopback MCP server. Verify both from the running process, configuration, or /health; do not assume ports are unchanged.
  • Preserve a dirty worktree. Before code changes, run git status --short and inspect overlapping diffs.
  • A running app, an open proxy port, captured CONNECT traffic, decrypted HTTPS, and a successful Mock match are separate verification levels. Report only the levels actually observed.

Route by task

Use scripts/proxypin_mcp.py for health checks and ordinary MCP calls. It redacts common credentials by default. Use --raw only when a local transformation genuinely needs exact values, and redirect raw output to a permission-restricted temporary file rather than echoing it into chat.

Shared boundaries

  • Work only on traffic, accounts, devices, and applications the user owns or is authorized to test.
  • Installing a local CA is authorized only for the user's device and ProxyPin instance. Never provide certificate-pinning bypass, app repackaging, Frida injection, jailbreak, or root instructions.
  • “Analyze”, “inspect”, or “export” is read-only with respect to remote services. It does not authorize Mock rules, replays that mutate server state, account changes, or private endpoint probing.
  • Mocking a paid or privileged state is acceptable only for the user's own application or an explicitly authorized test environment. Do not help bypass third-party entitlements.
  • Treat cookies, Authorization headers, query tokens, account codes, device identifiers, child/family data, and captured bodies as sensitive. Do not print them in summaries, commits, screenshots, or persistent helper scripts.
  • Prefer exact host-scoped HTTPS decryption. Do not enable blanket decryption when the task concerns a small set of domains.

Read the full file on GitHub · 37 lines

Files

What ships with it

5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 37 lines · 65 tokens per session scan A 188c7fd0a553

Subscribe to this mod's changes

proxypin-capture-workflow is a skill published in the GitHub repository sinyu1012/proxypin-mcp-workbench (46 stars, last pushed 18d ago), licensed Apache-2.0. It adds 65 tokens to every session and 680 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories