millylee

Anyrouter Check In — Development skill for Claude Code

Development community

支持 AnyRouter、AgentRouter 的多平台多账号签到,理论兼容所有基于 NewAPI、OneAPI 的平台.

How to install Anyrouter Check In

This entry records only its repository, not the path inside it, so there is no exact command to give. Open millylee/anyrouter-check-in and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Anyrouter Check In does

支持 AnyRouter、AgentRouter 的多平台多账号签到,理论兼容所有基于 NewAPI、OneAPI 的平台。

Alternatives in Development

  • Done Check — PUA Done Check — 用于没跑测试别说完成、已完成但没证据、done without proof、需要验收/回归/交付质量检查的场景 19.5k ★
  • Check 1: Cache Exists? — CLAUDE_DIR="${CLAUDE_CONFIG_DIR:-$HOME/.claude}" CACHE_EXISTS=$(ls -d "$CLAUDE_DIR/plugins/cache/claude-hud" 2 10.9k ★
  • Grammar Check — Identify grammar and flow errors with targeted fix suggestions 7.8k ★

README

Any Router 多账号自动签到

[![GitHub Actions](https://github.com/millylee/anyrouter-check-in/workflows/PR%20Quality%20Checks/badge.svg)](https://github.com/millylee/anyrouter-check-in/actions) [![codecov](https://codecov.io/gh/millylee/anyrouter-check-in/branch/main/graph/badge.svg)](https://codecov.io/gh/millylee/anyrouter-check-in) [![pre-commit.ci status](https://results.pre-commit.ci/badge/github/millylee/anyrouter-check-in/main.svg)](https://results.pre-commit.ci/latest/github/millylee/anyrouter-check-in/main) [![Python Version](https://img.shields.io/badge/python-3.11%2B-blue)](https://www.python.org/downloads/) [![Code style: ruff](https://img.shields.io/badge/code%20style-ruff-000000.svg)](https://github.com/astral-sh/ruff) [![License](https://img.shields.io/github/license/millylee/anyrouter-check-in)](LICENSE)

多平台多账号自动签到,理论上支持所有 NewAPI、OneAPI 平台,目前内置支持 Any Router 与 Agent Router,其它可根据文档进行摸索配置。

推荐搭配使用[Auo](https://github.com/millylee/auo),支持任意 Claude Code Token 切换的工具。

**维护开源不易,如果本项目帮助到了你,请帮忙点个 Star,谢谢!**

用于 Claude Code 中转站 Any Router 网站多账号每日签到,一次 $25,限时注册即送 100 美金,[点击这里注册](https://anyrouter.top/register?aff=gSsN)。业界良心,支持 Claude Sonnet 4.5、GPT-5-Codex、Claude Code 百万上下文(使用 `/model sonnet[1m]` 开启),`gemini-2.5-pro` 模型。

功能特性

  • ✅ 多平台(兼容 NewAPI 与 OneAPI)
  • ✅ 单个/多账号自动签到
  • ✅ 多种机器人通知(可选)
  • ✅ 绕过 WAF 限制

使用方法

1. Fork 本仓库

点击右上角的 "Fork" 按钮,将本仓库 fork 到你的账户。

2. 获取账号信息

对于每个需要签到的账号,你需要获取:(可借助 [在线 Secrets 配置生成器](https://millylee.github.io/anyrouter-check-in/))

  1. Cookies: 用于身份验证
  2. API User: 用于请求头的 new-api-user 参数(自己配置其它平台时该值需要注意匹配)

获取 Cookies:

  1. 打开浏览器,访问 https://anyrouter.top/
  2. 登录你的账户
  3. 打开开发者工具 (F12)
  4. 切换到 "Application" 或 "存储" 选项卡
  5. 找到 "Cookies" 选项
  6. 复制所有 cookies

获取 API User:

按照下方图片教程操作获得。

3. 设置 GitHub Environment Secret

  1. 在你 fork 的仓库中,点击 "Settings" 选项卡
  2. 在左侧菜单中找到 "Environments" -> "New environment"
  3. 新建一个名为 production 的环境
  4. 点击新建的 production 环境进入环境配置页
  5. 点击 "Add environment secret" 创建 secret:
    • Name: `ANYROUTER_