Skip to content
Connor edited this page Jul 3, 2026 · 3 revisions

FAQ

Is this a general GitHub API tool?

No. It uses GitHub search and repository signals, but its core job is Agent Skill discovery, scoring, risk scanning, installation governance, and lifecycle management.

Should it run for every task?

No. Small tasks should use built-in capabilities or already-installed skills. Search is reserved for high-value, repeated, latest/best, or capability-gap situations.

Can it guarantee third-party skills are safe?

No. It can make risks visible and reject obvious high-risk candidates, but safety scans are heuristic.

Does it install skills automatically?

Not by default. Unknown third-party skills require review and user approval before installation.

Should awesome lists be installed wholesale?

No. Awesome lists can be useful indexes, but linked projects remain candidates. Install individual skill folders only after review.

Why not automatically install every high-star skill?

Stars are a popularity signal, not a safety or fit guarantee. A high-star repository can still be stale, too broad, missing SKILL.md, poorly scoped, incompatible with the current task, or risky to install. See Why Not Auto Install High Star Skills.

Why keep Codex and Claude Code both in scope?

Both can use local skill folders with SKILL.md. The structure is shared; install paths and direct invocation syntax differ.

What is the most important rule?

Prefer the smallest reliable skill set that solves the user's task.

Why not put all of this in the README?

The README should make the project easy to understand and star quickly. The Wiki is for long-form install notes, scoring rules, risk examples, and governance detail.

中文 FAQ

这是普通 GitHub API 工具吗?

不是。它会使用 GitHub 搜索和仓库信号,但核心是 Agent Skill 发现、评分、风险扫描、安装治理和生命周期管理。

每个任务都要运行它吗?

不需要。小任务优先使用内置能力或已安装 skill。只有高价值、重复、latest/best 或能力缺口场景才值得搜索。

它能保证第三方 skill 安全吗?

不能。安全扫描是启发式的,只能发现明显风险并让未知项可见。

会自动安装 skill 吗?

默认不会。未知第三方 skill 需要 review 和用户确认后才能安装。

为什么不自动安装所有 high-star skill?

Stars 是热度信号,不是安全、匹配或可安装保证。高 star 项目仍可能没有 SKILL.md、触发范围过宽、过期或存在风险。

为什么同时支持 Codex 和 Claude Code?

两者都可以使用本地 SKILL.md skill 目录,只是安装路径和调用语法不同。

Clone this wiki locally