Wheel Radar
Description
Wheel Radar(轮子雷达)— 开发前侦察兵 Skill:一句自然语言并发扫 GitHub/GitLab/Gitee/PyPI/npm/Crates.io/SourceForge/HuggingFace/SkillHub 9 大平台,输出结构化 JSON + 中文毒舌评测,避免重复造轮子(Claude Code Skill / Codex 工具)
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Wheel Radar(轮子雷达)— 全平台开源方案搜索引擎 Skill
开发前侦察兵:一句自然语言,并发扫完 **GitHub / GitLab / Gitee / PyPI / npm / Crates.io / SourceForge / Hugging Face / SkillHub** 9 大平台,输出结构化 JSON + 中文毒舌评测,避免重复造轮子。
兼容 **Claude Code**(自定义 Skill)与 **OpenAI Codex**(可调用工具)。
一、极速安装
1.1 文件结构
wheel-radar/
├── SKILL.md # AI 行为指令(YAML frontmatter + 协议)
├── README.md # 本文档
├── LICENSE # MIT 开源协议
└── scripts/
└── multi_search.py # 多平台并发搜索核心引擎
1.2 放置到正确目录
**方式 A:Claude Code(推荐,项目级)**
# 将 wheel-radar 文件夹放到项目根目录
mkdir -p .claude/skills
cp -r wheel-radar .claude/skills/wheel-radar
**方式 B:Claude Code(全局)**
mkdir -p ~/.claude/skills
cp -r wheel-radar ~/.claude/skills/wheel-radar
**方式 C:Codex**——把 `scripts/multi_search.py` 放到项目内任意位置(如 `tools/`),注册为可用工具或由 Agent 直接调用(见第四节)。
1.3 安装依赖并验证
pip install requests # 唯一第三方依赖
python .claude/skills/wheel-radar/scripts/multi_search.py "asyncio http client"
应输出包含 `items` 与 `errors` 的 JSON。**重启 Claude Code 会话(或刷新 Codex 会话)**,让新 Skill 被加载。
Windows 用户:PowerShell 下同样用 `python .claude\skills\wheel-radar\scripts\multi_search.py "搜索词"` 即可,脚本已强制 UTF-8 输出。
二、环境变量配置(建议但非必须)
| 变量 | 作用 | 获取地址 | 无 token 后果 |
|---|---|---|---|
GITHUB_TOKEN |
GitHub 搜索配额 10 次/分 → 60 次/分 | https://github.com/settings/tokens | 可用,但易限流 |
GITEE_TOKEN |
Gitee 搜索(匿名极易 403/限流) | https://gitee.com/profile/personal_access_tokens | 可能频繁失败 |
HF_TOKEN |
Hugging Face 搜索(可选) | https://huggingface.co/settings/tokens | 匿名可用 |
GITLAB_TOKEN |
GitLab(可选) | https://gitlab.com/-/user_settings/personal_access_tokens | 匿名可用 |
配置示例(Linux/macOS):
export GITHUB_TOKEN="ghp_xxx"
export GITEE_TOKEN="xxxxx"
export HF_TOKEN="hf_xxx"
Windows PowerShell:
$env:GITHUB_TOKEN = "ghp_xxx"
Token 仅用于读取公开数据,请选择最小权限 scope(只需 `public_repo` 级别,Gitee 选 `projects`)。
三、使用示例
对话中直接提出需求即可(Skill 会自动激活):
- "找 Python 异步 HTTP 客户端" → 扫描后应把 `
Related Skills
Epic Sync
Sync epic issue bodies, labels, and local coordination snapshots from GitHub.
Git 使用 Git Worktrees
创建孤立的 Git worktrees,带有智能目录选择与安全验证。
Git Claude skills github
[Building agent skills blog](https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-ag
Git #148
, [#161](https://github.com/affaan-m/everything-claude-code/pull/161))
Git GitHub MCP
| Token | Repos, issues, PRs, workflows |
Git GitHub MCP Server
Official first-party server to read repos, manage issues/PRs, and automate workflows.
Git