当前位置 : 首页 » 文章分类 :  开发  »  Claude-Code

Claude-Code

Claude Code 资源及使用笔记

官方 CLAUDE.md 最佳实践
https://www.anthropic.com/engineering/claude-code-best-practices

Common workflows
https://docs.anthropic.com/en/docs/claude-code/common-workflows


Mac 安装 Claude Code

1、Homebrew 安装 Node.js 及 NPM
确保 Node.js 版本 ≥ 18.0
安装 Node.js 时会自动安装包管理工具 npm

brew install node
node -v
v23.11.0
npm -v
11.5.2

2、npm 全局安装 Claude Code

npm install -g @anthropic-ai/claude-code
claude --version
1.0.83 (Claude Code)

CLAUDE.md 文件


Claude Code 命令

/compact 压缩总结对话历史

压缩对话历史,只保留上下文摘要,从而减少 token 占用


Claude API 中转站

使用方法:
登录后在 令牌管理 中创建令牌,有的分组需要选 『claude code』,选无限额度

复制 sk密钥,编辑 ~/.zshrc 导出下面2个环境变量即可

vim ~/.zshrc
export ANTHROPIC_BASE_URL=https://xxx.com
export ANTHROPIC_AUTH_TOKEN=sk-xxxxxxxxxxxxxxxxxxxxxxxx

AnyRouter 免费

https://anyrouter.top/console

InstCopilot API 收费

https://instcopilot-api.com/

Your API 大模型API中转

https://yourapi.cn/ claude-sonnet-4-20250514 百万 tokens 人民币 8.1 元
https://fast.yourapi.cn/ claude-sonnet-4-20250514 百万 tokens 人民币 4.5 元


Claude Code 工具

New API

Claude Code 代理/中转站 基本上都是使用 New API 开发的
https://github.com/QuantumNous/new-api
https://www.newapi.ai/

Claude Relay Service

自建 Claude-code 中转
https://github.com/Wei-Shaw/claude-relay-service

Claude Code Router

https://github.com/musistudio/claude-code-router

SuperClaude

https://github.com/SuperClaude-Org/SuperClaude_Framework

有用 MCP

mcp: pandoc puppeteer github excel playwright context7

CCometixLine Claude Code 自定义状态栏

https://github.com/Haleclipse/CCometixLine/blob/master/README.zh.md

Claude Code StatusLine | 小工具 大用处
https://linux.do/t/topic/859699

安装:

mkdir -p ~/.claude/ccline  
wget https://github.com/Haleclipse/CCometixLine/releases/latest/download/ccline-macos-arm64.tar.gz
tar -xzf ccline-macos-arm64.tar.gz
cp ccline ~/.claude/ccline/
chmod +x ~/.claude/ccline/ccline

编辑 ~/.claude/settings.json 增加 statusLine 字段配置:

{
  "statusLine": {
    "type": "command", 
    "command": "~/.claude/ccline/ccline",
    "padding": 0
  }
}

安装 meslo-lg 字体族
brew install font-meslo-lg-nerd-font

终端配置字体:

  • iTerm2 配置字体:​Preferences - Profiles - Default - Text - Font 选择 MesloLGS Nerd Font Mono
  • PyCharm/IDEA 配置终端字体:Preferences - Editor - ​​Color Scheme​​ - Console Font​​ - 勾选 Use console font instead of the default​​ - Font 选择 MesloLGS Nerd Font Mono
  • VSCode/Cursor 终端字体配置:Ctrl + , 打开配置 - 搜索 terminal.integrated.fontFamily - 输入 MesloLGS Nerd Font Mono

上一篇 NPM-Package

下一篇 Docker-安装

阅读
评论
563
阅读预计2分钟
创建日期 2025-08-17
修改日期 2025-08-24
类别
标签

页面信息

location:
protocol:
host:
hostname:
origin:
pathname:
href:
document:
referrer:
navigator:
platform:
userAgent:

评论