Claude App Patch
Description
一键解锁 Claude Desktop (Windows) 隐藏功能 — Code Tab / 开发者模式 / Operon / Computer Use
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Claude Desktop Patch
让 Claude Desktop (Windows) 接入自定义 API 端点,免登录使用。
方案 1,2 图示: 
方案 3 图示: 
下载
前往 **[Releases](../../releases)** 页面,下载最新版本:
| 文件 | 说明 |
|---|---|
Claude-Desktop-vX.X.X-x64.exe |
Claude Desktop 官方安装包 |
3p-https-without-login-without-patch.zip |
⭐ 方案 1:免登录,HTTPS 端点,不改文件(推荐) |
3p-http-without-login-need-patch.zip |
方案 2:免登录,支持 HTTP 端点 |
official-need-login-need-patch.zip |
方案 3:需登录,解锁隐藏功能 |
每日自动检测 Claude Desktop 新版本并发布 Release。
快速开始
准备工作
- 安装 Node.js(>= 18)
- 安装 Claude Desktop(从 Release 或 官网 下载)
- 确保
~/.claude/settings.json已配置好你的 API 信息(Claude Code CLI 的配置文件):{ "env": { "ANTHROPIC_BASE_URL": "https://your-api.com", "ANTHROPIC_AUTH_TOKEN": "sk-xxx" } }
使用步骤
- 从 Release 下载对应方案的 zip,解压
- 双击
setup.bat - 脚本会自动读取你的 CLI 配置,一路回车即可
- 完成后 Claude Desktop 会自动启动
就这么简单!
三种方案怎么选
⭐ 方案 1 - 3P Gateway(推荐)
最简单,不修改任何文件,仅写注册表。免登录。
- 适合:API 端点是 HTTPS 的用户(大多数中转都是 HTTPS)
- 双击
3p-https-without-login-without-patch/setup.bat→ 自动读取配置 → 重启 Claude 即可 - 卸载:双击
3p-https-without-login-without-patch/uninstall.bat
方案 2 - HTTP Patch
在方案 1 基础上去除 HTTPS 限制。免登录。
- 适合:API 端点是 HTTP 的用户(如
http://localhost:8317) - 双击
3p-http-without-login-need-patch/setup.bat→ 自动构建便携版 + 配置 → 启动 - 卸载:双击
3p-http-without-login-need-patch/uninstall.bat
方案 3 - 官方版补丁(需登录)
需要 Anthropic 账号登录,解锁 Code Tab、Operon、Computer Use 等隐藏功能。
- 适合:有官方账号,想解锁额外功能的用户
- 双击
official-need-login-need-patch/setup.bat→ 自动构建便携版 + 打补丁 → 启动 - 卸载:双击
official-need-login-need-patch/uninstall.bat
方案差异一览
| 方案 1 ⭐ | 方案 2 | 方案 3 | |
|---|---|---|---|
| 需要登录 | 否 | 否 | 是 |
| 端点要求 | HTTPS | HTTP / HTTPS | — |
| 修改文件 | 否 | 是(便携副本) | 是(便携副本) |
| 启动方式 | 正常启动官方 Claude | 双击 `laun |
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11