A desktop app that lets you use your AI subscriptions (Claude, ChatGPT, Gemini, GitHub Copilot) with any coding tool. Wraps CLIProxyAPI with a clean UI for managing connections and tracking usage.
# Add to your Claude Code skills
git clone https://github.com/heyhuynhgiabuu/proxypalGuides for using cli tools skills like proxypal.
Last scanned: 4/30/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-04-30T06:30:52.439Z",
"semgrepRan": false,
"npmAuditRan": false,
"pipAuditRan": true
}proxypal is an open-source cli tools skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by heyhuynhgiabuu. A desktop app that lets you use your AI subscriptions (Claude, ChatGPT, Gemini, GitHub Copilot) with any coding tool. Wraps CLIProxyAPI with a clean UI for managing connections and tracking usage. It has 1,162 GitHub stars.
Yes. proxypal passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/heyhuynhgiabuu/proxypal" and add it to your Claude Code skills directory (see the Installation section above).
proxypal is primarily written in TypeScript. It is open-source under heyhuynhgiabuu on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other CLI Tools skills you can browse and compare side by side. Open the CLI Tools category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh proxypal against similar tools.
No comments yet. Be the first to share your thoughts!
Top skills in this category by stars
Based on votes and bookmarks from developers who liked this skill
Use your AI subscriptions (Claude, ChatGPT, Gemini, GitHub Copilot) with any coding tool. Native desktop app wrapping CLIProxyAPI.

You're paying for Claude, ChatGPT, or GitHub Copilot. Why can't you use them in your favorite coding tool?
ProxyPal bridges that gap. One proxy, all your AI subscriptions, any client.
http://localhost:8317/v1The app is not signed with an Apple Developer certificate yet. If macOS blocks the app:
xattr -cr /Applications/ProxyPal.app
| Platform | Architecture | Status |
|---|---|---|
| macOS | Apple Silicon (ARM64) | ✅ |
| macOS | Intel (x64) | ✅ |
| Windows | x64 | ✅ |
| Linux | x64 (.deb) | ✅ |
Works with Cursor, Claude Code, OpenCode, Cline, Continue, GitHub Copilot, and any OpenAI-compatible client.
pnpm install
pnpm tauri dev
pnpm check:ts # tsgo when installed, otherwise tsc --noEmit
pnpm check:parallel # check:ts + lint + format:check (parallel)
cd src-tauri && cargo check
Optional tsgo setup:
pnpm add -D @typescript/native-preview
Optional VS Code setting:
{
"typescript.experimental.useTsgo": true
}
Tech Stack: SolidJS + TypeScript + Tailwind (frontend), Rust + Tauri v2 (backend), CLIProxyAPI (proxy)
pnpm tauri dev and verifysrc-tauri/src/lib.rspublic/logos/ (use currentColor for dark mode)If ProxyPal saves you time, consider buying me a coffee.
MIT