Ladbaby

Tresor — AI skill for Claude Code

AI community

⚡Switch LLM Providers for Any App with One Click: A Single-Binary LLM Gateway with Auto API Translation and Traffic Inspection.

How to install Tresor

This entry records only its repository, not the path inside it, so there is no exact command to give. Open Ladbaby/Tresor and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Tresor does

⚡Switch LLM Providers for Any App with One Click: A Single-Binary LLM Gateway with Auto API Translation and Traffic Inspection.

Alternatives in AI

  • EchoBird — One-click install + model switch:Claude Code,Codex CLI (OpenAI), Grok Build (xAI), DeepSeek Harness, Kimi Code 3.1k ★
  • Tokentap — Intercept LLM API traffic and visualize token usage in a real-time terminal dashboard 763 ★
  • Claude Code Switch — One-command model switcher for Claude Code (Only for Anthropic API) 655 ★

README

Tresor

**Switch LLM Providers for Any Apps with One Click**

**One binary, One click, Any App**

[![Go Version](https://img.shields.io/badge/Go-1.26-violet)](https://go.dev/) [![License](https://img.shields.io/badge/License-MIT-blue)](LICENSE)

![](images/screenshot.png)

🤔 Why Tresor?

  • One binary: No need to install on every PC/server where LLM apps live in.
  • One click: LLM provider switch via alias buttons in web UI.
  • Any Apps: All LLM apps using OpenAI Completions/OpenAI Responses/Anthropic/Gemini API do not need to reconfigure their LLM providers.

    For apps that do not support customizable endpoint, a possible workaround is to modify DNS records and point the IP address to Tresor.

Tresor (Ours) cc-switch LiteLLM
One binary ❌(install on every PC) ❌(tons of dependencies)
One click ❌(retype model name)
Any App ❌(limited apps)

🔄 The Problem: Switching Providers at Scale

Imagine you have agents on three machines, all calling OpenAI. You want to switch them to Anthropic.

![](images/comparison.png)

⚠ DISCLAIMER: Tresor is intended for personal use rather than LLM transit stations, so it only have one administrative account. We are not planning to support commercial-purpose multi-user login.

⚡ What Tresor Does

Tresor is a single binary with two modes:

Mode What It Does
Daemon 🖥️ Long-running HTTP gateway + admin REST API + embedded web UI
CLI 💻 Command-line client for managing the daemon
┌──────────────┐     ┌──────────────┐     ┌──────────────┐
│   Your App   │────>│    Tresor    │────>│  LLM Provider│
│              │     │    (gateway) │     │  (OpenAI,    │
│              │<────│              │<────│  Anthropic..)│
└──────────────┘     └──────────────┘     └───────────