Cc Mimicry — Development skill for Claude Code
CLIProxyAPI plugin that makes Anthropic OAuth traffic look like the native Claude Code CLI: 3-block system-prompt rewrite, tool-name obfuscation, and egress-header fingerprint, kept in sync with live.
How to install Cc Mimicry
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open Arkptz/cc-mimicry and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Cc Mimicry does
CLIProxyAPI plugin that makes Anthropic OAuth traffic look like the native Claude Code CLI: 3-block system-prompt rewrite, tool-name obfuscation, and egress-header fingerprint, kept in sync with live CLI captures by a nightly drift check.
Alternatives in Development
- Bypass 403 — Probe a 403/401 endpoint with the most-paid bypass tricks (header injection, path encoding, method swap, WAF f 4.5k ★
- License — Check that every Python source file carries the required SPDX Apache-2.0 license header 1.1k ★
- Synthesis — Write the synthesis under the ## Synthesis header 664 ★
README
cc-mimicry
**A CLIProxyAPI plugin that makes Anthropic OAuth traffic indistinguishable from the native Claude Code CLI — so pooled subscriptions are not flagged as third-party clients.**
Currently impersonating Claude Code CLI **2.1.281**, kept current by a nightly drift check against the real binary.
[](https://github.com/Arkptz/cc-mimicry/actions/workflows/ci.yml?query=branch%3Amain) [](https://github.com/Arkptz/cc-mimicry/actions/workflows/fingerprint-nightly.yml?query=branch%3Amain) [](https://github.com/Arkptz/cc-mimicry/releases) [](https://github.com/Arkptz/cc-mimicry/pkgs/container/cc-mimicry) [](go.mod) [](LICENSE)
Why
[CLIProxyAPI](https://github.com/router-for-me/CLIProxyAPI) (CPA) is a high-throughput multi-account gateway, but its outbound Anthropic requests do not look like the Claude Code CLI: different system prompt, different tool names, different headers. Every one of those is a discriminator.
cc-mimicry ports the request transforms from sub2api's `gateway_tool_rewrite.go` / `cc_mimicry` (originally the [Parrot](https://github.com/danger-dream/Parrot) / [cc-proxy](https://github.com/danger-dream/cc-proxy) lineage) into a native CPA plugin — no sidecar and no rewriting proxy in front of the gateway.
[!IMPORTANT] **The host must be the [`Arkptz/CLIProxyAPI`](https://github.com/Arkptz/CLIProxyAPI) fork, not upstream.** Upstream's plugin ABI can rewri
Related Skills
Findmy
Look up Find My friend locations on macOS (name, location, staleness, distance) via Vision OCR of FindMy.app
SVG Create
Author or clean up an SVG asset — icon, illustration, mascot pose, logo mark — so it scales from viewBox, reco
Ceo Review
CEO/product review command. Challenges a feature or roadmap from the top — should we build it, for whom, what
Humanise
Rewrite a draft so it sounds like the writer, preserving every fact
Implement With Tests
What feature would you like me to implement? Please provide the feature name.
Hermes Codex Pool
Pool of ChatGPT (and Claude) subscriptions behind one local CLIProxyAPI gateway for Hermes Agent, Codex CLI an
Related Agents
Prevent XSS Attacks
add_header X-Content-Type-Options "nosniff"; add_header X-Frame-Options "DENY"; add_header X-XSS-Protection "1
Ivy UI
UI Designer. Use for visual polish, typography, spacing, making it look like the Fantasy Edge logo.
Requirements Specification
Requirements analysis specialist for turning a fuzzy request into a testable specification. Use before impleme