Proxyman
A http network debugging tool written by rust.
Install / Use
/learn @stickmy/ProxymanREADME
Proxyman
A http network debugging tool written by rust.

Features
- Support http1, http2, https connections.
- Support request redirect, request delay, response value setting.
Platform support
Support MacOS(x64, aarch64) only, the Windows is not supported currently.
chrome with https proxy

If you turned on the global system proxy, when you visit websites based on https, you'll get NET::ERR_CERT_AUTHORITY_INVALID error, due to the proxyman using self-signed tls certificates, which chrome does not validate for security reason.
To resolve this issue, follow these steps blow.
- First, click on the website page with your mouse.
- Second, typing the following 12 characters:
thisisunsafeon keyboard, yeah, there's not any reaction, just like typing a password on a linux terminal. - Third, press
enterand the website will be load.
Rules usages
Redirect
Each Redirect rule is split by a line and divided into two parts by spaces, the first part being the regex to be matched and the second part being the final address to be redirected.
example
https://proxyhttpbin.org/(.*) https://httpbin.org/$1
Delay
The format is as same as Redirect rule, the difference is the second part is the delaying milliseconds.
example
# the-uri delaying-milliseconds
https://uri.com 200
Response
The format is as same as Redirect rule, the difference is the second part is the Value File name. Under the hood, the Response rule will find the file which named the second part in value files, then parsing the file content as the response of this request.
https://uri.com uri-response-example
Value files

The first line is http version and status code. Then the next parts is the response headers until the empty line appear. After the empty line, the parts is response body.
Troubleshooting
- If you get error messages such as broken dmg files with Apple Silicon machines. Please enter the following command in terminal and restart proxyman.
sudo xattr -d com.apple.quarantine /Applications/Proxyman.app
Related Skills
node-connect
346.4kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
107.2kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
346.4kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
346.4kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
