AI

skill
Security Audit
Warn
Health Warn
  • No license — Repository has no license file
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Low visibility — Only 8 GitHub stars
Code Warn
  • Code scan incomplete — No supported source files were scanned during light audit
Permissions Pass
  • Permissions — No dangerous permissions requested
Purpose
This repository is a beginner's tutorial (written in Chinese) on how to set up and configure Claude Code. It specifically focuses on users in mainland China, guiding them through network proxy setups and configuring Claude Code to use alternative AI models via API endpoints.

Security Assessment
The repository is a text-based guide and does not contain executable code, so it poses no direct software execution risks. However, the instructions themselves carry a Medium overall risk. It teaches users how to bypass application verification checks ("绕过校验": setting `"hasCompletedOnboarding": true`) and requires routing local environment traffic through third-party proxy networks. While no hardcoded secrets are present, users must manually input their API keys, which is standard but requires caution to ensure keys aren't exposed.

Quality Assessment
The repository was updated very recently, but it possesses extremely low community trust and visibility with only 8 stars. Additionally, it completely lacks an open-source license, meaning the legal terms for using, sharing, or modifying this content are undefined. Because it hosts markdown documentation rather than supported code, no automated code scanning was possible.

Verdict
Use with caution—it is just a tutorial with no executable code, but it actively promotes bypassing software verification and relying on third-party network proxies.
SUMMARY

Claude Code 零基础入门教程,claude code 大陆如何使用教程

README.md

Claude Code 零基础入门教程,claude code 大陆如何使用,使用其他模型qwen/deepseek api 大模型

Claude Code使用教程:https://youtu.be/COQ2GPhxNbM

一、准备工作:

1、大陆需准备科学网络环境,可以使用 Clash Vergev2rayN 等,配合
机场网站>> 或自建节点使用。

2、下载安装Node.js 点击下载>>

3、下载安装Git 点击下载>>

二、安装 Claude Code:

  • Claude Code 官网>>

  • 添加环境变量,用户变量 - Path - 编辑

    C:\Users\用户名.local\bin\

  • 绕过校验

    .claude.json 编辑

    "hasCompletedOnboarding": true,

三、使用其他模型Qwen/Deepseek api:

四、Claude Code 接入大模型

1、将 Claude Code 对接 Qwen 模型

打开命令行(Win+R 输入 cmd 回车)

setx ANTHROPIC_API_KEY "API_KEY"
setx ANTHROPIC_BASE_URL "https://dashscope.aliyuncs.com/apps/anthropic"
setx ANTHROPIC_MODEL "qwen3.6-flash-2026-04-16"

2、将 Claude Code 对接 Deepseek 模型

打开命令行(Win+R 输入 cmd 回车)

setx ANTHROPIC_API_KEY "API_KEY"
setx ANTHROPIC_BASE_URL "https://api.deepseek.com/anthropic"
setx ANTHROPIC_MODEL "deepseek-v4-flash"

3、查看参数是否设置成功(注意要关闭 cmd 重新启动后输入):

echo %ANTHROPIC_API_KEY%
echo %ANTHROPIC_BASE_URL%
echo %ANTHROPIC_MODEL%

Reviews (0)

No results found