cc-proxy-detector
Detect real backend origins behind Claude proxy services
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install cc-proxy-detector?โผ
Run `npx skills add zxc123aa/cc-proxy-detector --all -g -y` in your terminal to install this skill globally.
How to check if a Claude proxy is official?โผ
Run the detect script against the proxy endpoint and it will fingerprint responses to confirm whether traffic reaches the real Anthropic API or a reverse-engineered backend.
Can it detect mixed-channel proxy routing?โผ
Yes. Use the --scan-all flag to test every model, since proxies often route different models to different backends.
How does it catch spoofed proxy fingerprints?โผ
It uses missing-field negative evidence and dynamic ratelimit verification, which are nearly impossible for proxies to forge consistently.
Do I need coding skills to use it?โผ
No. You only need the proxy URL and API key, then run a single Python command to get a full detection report.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core