Skip to content

Releases: nlj626/skill-hunter

v0.3.1 - 首次配置优化 / First-time Setup Fix

23 Apr 14:47

Choose a tag to compare

修复

  • 首次配置收齐两个 API Key 后一次性写入 config.json,避免触发两次 Bash 授权弹窗

Fix

  • Collect both API keys before writing config.json once, avoiding duplicate Bash authorization prompts

v0.3.0 - 交互优化与输出格式修复 / Interaction & Output Format Fix

23 Apr 14:17

Choose a tag to compare

修复

  • 首次配置改为分步提问,每次只问一个 API Key,避免用户困惑
  • 输出格式恢复为 markdown 表格,已安装和未安装 skill 统一列结构
  • curl API 超时/失败静默跳过,不再向用户显示错误信息
  • config.json 写入命令明确化,避免延迟

新增

  • 语言跟随用户:用户用中文触发则中文回复,默认英语
  • 无关键词处理:/skill-hunter 不带关键词时询问用户想搜什么
  • 项目 CLAUDE.md 新增修改范围控制规则

变更

  • SKILL_CN.md 同步更新所有改动
  • README 更新展示格式说明

Fixes

  • First-time setup now asks one API Key at a time, avoiding user confusion
  • Output format restored to markdown table; installed and not-installed skills share the same column structure
  • curl API timeout/failure silently skipped, no error messages shown to user
  • config.json save command made explicit to prevent delays

Added

  • Language follows user: Chinese input → Chinese reply, English default
  • No-keyword handling: /skill-hunter without keyword prompts user for search term
  • CLAUDE.md now includes change scope control rules

Changed

  • SKILL_CN.md synced with all changes
  • README updated output format description

v0.2.0 — 修正安装路径 + 新增 npx 跨平台安装

20 Apr 07:26

Choose a tag to compare

新增

  • 新增 npx skills add nlj626/skill-hunter -g -a claude-code 推荐安装方式(跨平台)
  • 新增 Windows 手动安装说明(PowerShell)
  • 安装方式改为表格展示
  • README 中英文双语更新

修复

  • 修正安装路径:~/.agents/skills/~/.claude/skills/(修复 Windows 用户安装后无法使用 /skill-hunter 的问题)
  • 安装命令必须指定 -a claude-code,否则可能安装到错误路径导致 Claude Code 无法识别
  • SKILL.md 方式 A 安装命令补齐 -a claude-code 参数
  • SKILL.md 渠道 1 覆盖数量 36,000+ → 880,000+,统一数据口径
  • SKILL.md 内所有路径引用统一修正
  • 安装命令改用 mktemp -d 跨平台临时目录

Added

  • Added npx skills add nlj626/skill-hunter -g -a claude-code recommended installation method (cross-platform)
  • Added Windows manual install instructions (PowerShell)
  • Installation methods displayed in table format
  • Updated README in both Chinese and English

Fixed

  • Fixed installation path: ~/.agents/skills/~/.claude/skills/ (fixes Windows users unable to use /skill-hunter after install)
  • Installation command must include -a claude-code flag, otherwise the skill may be installed to the wrong path
  • SKILL.md method A install command now includes -a claude-code parameter
  • Updated channel 1 coverage from 36,000+ to 880,000+ for consistency
  • Fixed all path references in SKILL.md
  • Installation commands now use mktemp -d for cross-platform temp directories

v0.1.1 - 添加 npx 安装方式

20 Apr 05:37

Choose a tag to compare

变更

  • README 中文和英文安装说明中均新增 npx skills add nlj626/skill-hunter -g 作为推荐安装方式
  • cp 手动复制方式保留为备选

文件

  • README.md

Changes

  • Added npx skills add nlj626/skill-hunter -g as the recommended installation method in both Chinese and English sections
  • Original cp manual method retained as an alternative

Files

  • README.md

v0.1.0 — 首次发布 / Initial Release

19 Apr 07:48

Choose a tag to compare

Skill Hunter v0.1.0

Claude Code 全渠道 Skill 搜索器,覆盖 6 大渠道,880,000+ Skill。

新增

  • GitHub API 全量搜索(880,000+ Skill)
  • skills.sh / awesome / ClawHub / SkillsMP 多渠道并行搜索
  • 可信度分级(官方 / 高信誉 / 良好 / 一般)
  • Top 10 结果统一显示 Stars 数值
  • 本地已安装 Skill 自动去重
  • 一键安装,支持 git sparse clone 优化

安装

cp SKILL.md ~/.agents/skills/skill-hunter/SKILL.md

协议

MIT License


Skill Hunter v0.1.0

A multi-channel Claude Code Skill search tool covering 6 channels with 880,000+ skills.

New

  • GitHub API full search (880,000+ skills)
  • Multi-channel parallel search: skills.sh / awesome / ClawHub / SkillsMP
  • Credibility ranking (Official / Trusted / Good / Average)
  • Top 10 results display star counts
  • Auto dedup for locally installed skills
  • One-click install with git sparse clone optimization

Installation

cp SKILL.md ~/.agents/skills/skill-hunter/SKILL.md

License

MIT License