AI開発影響研究所 EN
← ランキング · AI関連リポジトリ

InertiaUK/claude-quota-proxy

Local proxy that makes Claude Code aware of its own quota usage

PowerShell GitHub ↗
★ 0
stars
75
AI関連スコア
50
個人開発度
0
AIツール痕跡

SUMMARY AI要約 by gpt-5-mini

A local HTTP proxy for Claude Code (CLI) that exposes the model’s usage/quota state by capturing Anthropic rate-limit headers and writing a one-line status file (~/.claude/usage-status.md). Intended for Claude Code Max-plan users who want the model to be quota-aware (the web UI/extension can’t use it). How it works: set ANTHROPIC_BASE_URL to http://127.0.0.1:4080 so Claude routes through the proxy; the Node.js script forwards requests to api.anthropic.com, reads headers, and updates the status file. Single-file Node script, zero npm deps. Runs as an auto-start service: NSSM on Windows (install/uninstall scripts provided), launchd on macOS, systemd on Linux. Key features: - Writes a compact status line showing 5h, 7d, overage usage, bottleneck and timestamps; marks warnings with “!”. - Supports tips for CLAUDE.md rules and automatic injection via Claude Code hooks/settings.json. - Documents observed Anthropic rate-limit headers and behavior (5h/7d/overage, statuses, representative claim).

DETECTED 検出されたAIスタック

このRepoのdescription / GitHub topics / READMEのAI要約に出現したAI関連キーワードをカテゴリ別に表示。各バッジは該当カテゴリの詳細ランキングへリンクします。

🧠 LLMプロバイダー (1)
Anthropic
🤖 LLMモデル (1)
Claude

使用言語(バイト数比)

JavaScript
47.8%
PowerShell
52.2%

オーナー情報

アカウント
InertiaUK
タイプ
User
フォロワー
1
所属
Keep Computing

Developer of kepthouse.app keptmiles.app and other projects listed on keepcomputing.co.uk

日付

GitHub作成日 2026-05-10
最終Push 2026-05-10
当サイト初検出 2026-05-10
最終取得 2026-05-10 16:11

類似Repo (同じ言語のAI関連Repo)

Maureenebimestrial715/claude-code-deepseek

Install Claude Code on your machine with one click to use DeepSeek models via domestic mirrors without needing a VPN.

PowerShell 0 AI 100