by gokuscraper
一键检测浏览器环境,看 Claude Code 是否判定你为中国用户。纯前端,100% 本地运行,不上传任何数据。
# Add to your Claude Code skills
git clone https://github.com/gokuscraper/claude-testerGuides for using ai agents skills like claude-tester.
claude-tester is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by gokuscraper. 一键检测浏览器环境,看 Claude Code 是否判定你为中国用户。纯前端,100% 本地运行,不上传任何数据。. It has 51 GitHub stars.
claude-tester's catalog security scan is still queued. You can run an instant dependency and prompt-injection check now with the "Scan for vulnerabilities" button above.
Clone the repository with "git clone https://github.com/gokuscraper/claude-tester" and add it to your Claude Code skills directory (see the Installation section above).
claude-tester is primarily written in TypeScript. It is open-source under gokuscraper on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh claude-tester against similar tools.
No comments yet. Be the first to share your thoughts!
Unlocks once the catalog security scan passes (runs nightly).
The deep catalog scan for this skill is still queued. Run an instant dependency check now instead.
当 Claude Code 通过 ANTHROPIC_BASE_URL 指向中转/代理端点时,会读取系统时区与中转域名,通过 Unicode 隐写术编码到 system prompt 中,用于判断用户是否来自中国地区。
本工具模拟其中部分检测逻辑(时区检测),并结合 5 项浏览器指纹,给出 0–100 的加权评分,帮助你了解自己的浏览器环境是否可能被判定为中国用户。
| 信号 | 权重 | 说明 |
|---|---|---|
| 系统时区 | 30 | Intl.DateTimeFormat 读取的 OS 时区 |
| 浏览器语言 | 24 | navigator.languages 首选语言 |
| 中文字体 | 20 | Canvas 2D 字体探测 |
| Intl 区域 | 10 | 日期/数字格式区域 |
| 时区偏移 | 8 | getTimezoneOffset |
| Emoji 风格 | 8 | 由 User-Agent 推断 |
总分 = Σ(命中权重 × 命中强度),满分 100。
所有检测在本地浏览器内完成,不会上传任何数据。
npm install
npm run dev
npm run build
输出在 dist/ 目录。
MIT