check-cc

by yacuoVerified

https://checkcc.org 是一个 Claude 运行环境检测与账号风险分析工具,面向正在注册 Claude 账号、订阅 Claude Pro、申请 Claude API、使用 Claude Code,或担心 Claude 封号、账号受限、订阅失败的用户。

508
Stars
21
Forks
TypeScript
Language
8/23/2026
Added
View on GitHubDownload ZIP

⚠️ Third-Party Software Notice

This skill is third-party open-source software developed and hosted independently on GitHub. SkillTip is an informational directory and does not control or maintain the underlying repository. Any security checks displayed are automated and limited in scope. Review the source code before installing.

Read the Terms of Service

Installation

Add to your Claude Code skills directory:

# Add to your Claude Code skills
git clone https://github.com/yacuo/check-cc

Getting Started

Guides for using skills like check-cc.

Security Report

Verified

Last scanned: —

{
  "status": "PASSED",
  "issues": []
}

README.md

CheckCC|Claude Code 环境检测、封号检查风险与运行环境IP纯净度检测

中文 | English

CheckCC 首页

CheckCC.org 是一个 Claude 运行环境检测与账号风险分析工具,面向正在注册 Claude 账号、订阅 Claude Pro、申请 Claude API、使用 Claude Code,或担心 Claude 封号、账号受限、订阅失败的用户。

项目通过浏览器指纹、系统时区、语言偏好、Intl Locale、User-Agent、运行容器、设备环境、网络出口和地区画像等信号,分析当前环境是否存在冲突,帮助用户提前识别 Claude 高风险环境、封禁前异常信号、账号受限风险、Claude Pro 订阅风险、Claude API 申请风险和 Claude Code 使用环境风险。

官方在线体验:https://checkcc.org

即将发布:一键修复 Claude 环境,降低封禁,桌面端,修复程序

Star 本项目,第一时间收到,修复程序,发布更新。

MacOS / Windows / Linux 免费三端修复,桌面端应用,正在内测

想第一时间用上,先点 Star,绝对靠谱。

Check CC Lock 桌面端预览

资源支持

本项目开发资源及 AI Token 消耗由全球 AI Token 综合对比 https://tokenplan.vip(tokenplan.vip)赞助提供。

项目截图

检测指标示例

CheckCC 检测指标示例

检测原理重点检测地区
CheckCC 检测原理CheckCC 重点检测地区

CheckCC 问题反馈群

2 群
CheckCC 问题反馈 2 群

项目说明

CheckCC 适合用于学习、二次开发和自部署。项目专注于 Claude 使用前后的环境风险提示,不读取 Claude 账号内容,不替代 Claude 或 Anthropic 的官方判断。

若你基于本项目进行二次开发、重新部署或发布衍生版本,请保留原始版权、开源许可声明与项目来源:https://github.com/yacuo/check-cc.git

技术原理

Claude 账号风险并非由单一 IP 或地区因素决定,而是由浏览器指纹、系统时区、语言偏好、网络出口、运行容器、设备环境和支付环境等多维信号共同构成环境画像。CheckCC 内置 40+ 项环境检测维度,通过客户端环境采样、服务端请求分析、IP 情报识别、运行时特征识别和信号一致性校验,将分散的技术指标聚合为可读的风险判断,辅助识别 Claude 封号风险、账号受限风险、Claude Pro 订阅风险、Claude API 申请风险和 Claude Code 使用环境风险。

核心检测维度包括:

  • 浏览器语言:判断浏览器首选语言是否和使用地区一致。
  • 系统时区:判断系统时区是否和地区画像匹配。
  • Intl Locale:检查 JavaScript 国际化环境是否暴露异常语言或地区特征。
  • User-Agent:识别浏览器、系统和客户端容器特征。
  • 运行容器:判断是否存在 WebView、自动化环境、异常客户端等特征。
  • 信号一致性:综合判断语言、时区、地区和浏览器环境是否互相矛盾。

这些信号不能证明账号一定安全或一定会被限制,但可以帮助用户提前发现明显的环境画像冲突。

如何降低封号风险

CheckCC 检测结果仅供参考,不代表 Claude 或 Anthropic 官方结论。使用 Claude、Claude Code、Claude Pro 或申请 Claude API 前,可以先检查运行环境。

一般建议:

  • 尽量保持 IP、系统时区、浏览器语言和账号地区一致。
  • 避免频繁切换国家、代理节点、设备和浏览器环境。
  • 避免在 WebView、自动化浏览器、异常客户端或不稳定容器中登录账号。
  • 订阅 Claude Pro、申请 Claude API 或使用 Claude Code 前,先检查运行环境。
  • 如果检测到高风险信号,先调整环境,再继续登录、订阅或申请相关服务。
  • 尽量使用长期稳定的网络出口和一致的设备环境,减少账号画像剧烈变化。

技术栈

  • Next.js
  • React
  • TypeScript
  • Tailwind CSS
  • pnpm

功能特性

  • 40+ 环境信号检测与风险提示
  • 浏览器端环境采样与运行时特征识别
  • Claude Web、Pro、API、Claude Code 使用前环境检查
  • 多语言页面结构与响应式 UI
  • 适合学习、二次开发和自部署

隐私说明

项目默认只做浏览器本地环境检测:

  • 不需要登录 Claude
  • 不读取 Claude 账号
  • 不读取密码
  • 不读取 Cookie
  • 不读取聊天内容
  • 不默认上传检测结果

快速开始

pnpm install
pnpm dev

打开:http://localhost:3000

构建

pnpm build
pnpm start

自部署说明

你可以将本项目部署到 Vercel、Cloudflare Pages、Netlify 或自己的服务器,也可以根据需求扩展检测规则、页面样式和部署方式。

适用场景

  • 学习浏览器环境检测
  • 研究 Claude 运行环境风险提示
  • 搭建自用环境检测页面
  • 作为开源项目二次开发基础

免责声明

CheckCC 的检测结果仅基于浏览器本地环境信号进行风险提示,不代表 Claude 或 Anthropic 官方判断。请勿将检测结果作为账号安全、订阅状态或申诉结果的唯一依据。

开源协议

本项目基于 MIT 协议开源,Copyright © yacuo / CheckCC。

你可以自由使用、修改与再分发本项目。

任何副本、二次开发版本、自部署站点或项目的实质性部分,都必须保留原始版权与许可声明,并注明来源:https://github.com/yacuo/check-cc.git

如果你重新部署本项目,请保留页脚署名或仓库链接,方便访问者找到原项目。

Frequently Asked Questions

What is check-cc?

check-cc is an open-source api integration skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by yacuo. https://checkcc.org 是一个 Claude 运行环境检测与账号风险分析工具,面向正在注册 Claude 账号、订阅 Claude Pro、申请 Claude API、使用 Claude Code,或担心 Claude 封号、账号受限、订阅失败的用户。. It has 508 GitHub stars.

Is check-cc safe to use?

Yes. check-cc passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install check-cc?

Clone the repository with "git clone https://github.com/yacuo/check-cc" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is check-cc written in?

check-cc is primarily written in TypeScript. It is open-source under yacuo on GitHub, so you can review or fork the full source.

Are there alternatives to check-cc?

Yes. SkillsLLM lists many other API Integration skills you can browse and compare side by side. Open the API Integration category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh check-cc against similar tools.

Comments (0)

No comments yet. Be the first to share your thoughts!

CLIProxyAPI

by router-for-me

Wrap Antigravity, ChatGPT Codex, Claude Code, Grok Build as an OpenAI/Gemini/Claude/Codex compatible API service, allowing you to enjoy the free Gemini 3.1 Pro, GPT 5.6 Series, Grok 4.5, Claude model through API

48,3767,452Go
API Integration
View details

sub2api

by Wei-Shaw

Sub2API 一站式开源中转服务,让 Claude、Openai 、Gemini、Grok订阅统一接入,支持拼车共享,更高效分摊成本,原生工具无缝使用。

38,8308,041Go
API Integration
View details

claude-code-hub

by ding113

一个现代化的 Claude Code & Codex API 代理服务,提供智能负载均衡、用户管理和使用统计功能。

3,328387TypeScript
API Integration
View details

cc-gateway

by motiful

AI API identity gateway — reverse proxy that normalizes device fingerprints and telemetry for privacy-preserving API proxying

3,013501TypeScript
API Integration
View details

octopus

by bestruirui

One Hub All LLMs For You | 为个人打造的 LLM API 聚合网关

2,483394TypeScript
API Integration
View details

Developers Also Liked

Based on votes and bookmarks from developers who liked this skill

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI Agentsai-agentsbrainstorming
View details

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP Serversapisai-tools
View details

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI Agentsai-agentsanthropicclaude-code
View details

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI Agentsclaude-codeai-tools
View details