claude-skill

Gproxy

Gproxy is a Rust-based multi-channel LLM proxy that exposes OpenAI / Claude / Gemini-style APIs through a unified gateway, with a built-in admin console, user/key management, and request/usage audi…
216 stars36 forksRustUpdated 8/16/2026100% free · open source
What it does

gproxy acts as a unified gateway to expose OpenAI, Claude, and Gemini-style APIs through a single interface, simplifying access and management of multiple language models

When to use it
  • When you need to integrate multiple language models into your application and want a unified API interface
  • When you require user and key management for accessing language models
  • When you need to audit requests and usage of language models for your application
Ready-to-paste prompt
Use the following command to test the OpenAI API through gproxy: `curl -X POST 'http://localhost:8000/v1/completions' -H 'Authorization: Bearer YOUR_API_KEY' -H 'Content-Type: application/json' -d '{"model": "text-davinci-003", "prompt": "Write a short story about a character who discovers a hidden world.", "max_tokens": 2048}'`
Heads up: Ensure you have the correct version of Rust installed, as gproxy is built using Rust and may require a specific version to compile and run correctly
Saves to your device
Use with Claude
New

Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.

⚡ Runs out of the box

A prompt/skill package — nothing to install beyond adding it to your AI tool.

Try it instantly — no install
Claude Code
mkdir -p ~/.claude/skills/gproxy && curl -fsSL https://workflowstacks.com/api/skills/gproxy/claude-skill -o ~/.claude/skills/gproxy/SKILL.md
Open in another AI app

Opens the app with this repo with the prompt ready to go — no copy-paste needed.

Connect the whole catalog (MCP)
claude mcp add --transport http workflowstacks https://workflowstacks.com/api/mcp

Adds a WorkflowStacks connector to Claude Code: search and load any skill here by chatting.

How Gproxy works
Codeflow
Free to inspect

Gproxy is a very large Rust project (~181k lines across 1970 code files, plus 125 test files). It is a full software project: use it through its install path rather than reading it end to end. Last commit this month, AGPL-3.0 license, has a test suite.

Size
Very large codebase
~181k lines · 1970 code files · days to read — use, don't read
Setup
Developer setup
A real software project. Use it via its install path; don't expect to read it all.
Runs on
Rust
No API keys detected
Rust 85%TypeScript 13%
Where to start reading
  1. 1
    README.md
    Start here — what it does and how to install it
  2. 2
    Cargo.toml
    Dependencies and the commands it exposes
What's in each folder
docs/Documentation87 files
crates/Folder1569 files
console/Folder567 files
scripts/Helper scripts37 files
deploy/Deployment / infrastructure15 files
.github/CI / automation (GitHub Actions)6 files
READMEHas testsDocumentedCI checksAGPL-3.0 licenseUpdated this month
Quick Actions
Details
Creator
LeenHawk
Language
Rust
Category
claude-skill
Published
2/1/2026

Are you the creator of this tool? Claim your listing → and earn 85% of every sale.