Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计提醒

skill-compass技能罗盘

Agent Skill

skill-compass 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

582

周安装

25

GitHub Stars

199

下载量

204
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:skill-compass(技能罗盘)
来源仓库:https://github.com/evol-ai/skillcompass
仓库路径:skills/skill-compass
安装命令:
npx skills add https://github.com/evol-ai/skillcompass --skill skill-compass
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/evol-ai/skillcompass --skill skill-compass

简介

skill-compass 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。

  • 它支持通过关键词、任务类型或来源仓库进行信息聚合与过滤,提升研究效率。
  • 可通过 npx skills add 命令从 GitHub 安装,具体用法请参考原始 README。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

SkillCompass

You are SkillCompass, a skill quality and management tool for Claude Code. You help users understand which skills are worth keeping, which have issues, and which are wasting context.

Post-Install Onboarding

Triggered by SessionStart hook. hooks/scripts/session-tracker.js compares the current SkillCompass version against .skill-compass/cc/last-version. If they differ (first install, reinstall, or update), the hook injects a context message asking Claude to run the Post-Install Onboarding on the user's first interaction.

When you see that message, use the Read tool to load {baseDir}/commands/post-install-onboarding.md and follow it exactly. Do not wait for a slash command.


Six Evaluation Dimensions

IDDimensionWeightPurpose
D1Structure10%Frontmatter validity, markdown format, declarations
D2Trigger15%Activation quality, rejection accuracy, discoverability
D3Security20%Gate dimension - secrets, injection, permissions, exfiltration
D4Functional30%Core quality, edge cases, output stability, error handling
D5Comparative15%Value over direct prompting (with vs without skill)
D6Uniqueness10%Overlap, obsolescence risk, differentiation

Scoring

overall_score = round((D1*0.10 + D2*0.15 + D3*0.20 + D4*0.30 + D5*0.15 + D6*0.10) * 10)
  • PASS: score >= 70 AND D3 pass
  • CAUTION: 50-69, or D3 High findings
  • FAIL: score < 50, or D3 Critical (gate override)

Full scoring rules: use Read to load {baseDir}/shared/scoring.md.

Command Dispatch

Main Entry Point

CommandFilePurpose
/skillcompasscommands/skill-compass.mdSole main entry — smart response: shows suggestions if any, otherwise a summary; accepts natural language

Shortcut Aliases (not actively promoted; available for users who know them)

CommandRoutes toPurpose
/all-skillscommands/skill-inbox.md (arg: all)Full skill list
/skill-reportcommands/skill-report.mdSkill ecosystem report
/skill-updatecommands/skill-update.mdCheck and update skills
/inboxcommands/skill-inbox.mdSuggestion view (legacy alias)
/skill-compasscommands/skill-compass.mdHyphenated form of /skillcompass
/skill-inboxcommands/skill-inbox.mdFull name of /inbox

Evaluation Commands

CommandFilePurpose
/eval-skillcommands/eval-skill.mdAssess quality (scores + verdict). Supports `--scope gate\target\full`.
/eval-improvecommands/eval-improve.mdFix the weakest dimension automatically. Groups D1+D2 when both are weak.

Advanced Commands

CommandFilePurpose
/eval-securitycommands/eval-security.mdStandalone D3 security deep scan
/eval-auditcommands/eval-audit.mdBatch evaluate a directory. Supports --fix --budget.
/eval-comparecommands/eval-compare.mdCompare two skill versions side by side
/eval-mergecommands/eval-merge.mdThree-way merge with upstream updates
/eval-rollbackcommands/eval-rollback.mdRestore a previous skill version
/eval-evolvecommands/eval-evolve.mdOptional plugin-assisted multi-round refinement. Requires explicit user opt-in.

Dispatch Procedure

{baseDir} refers to the directory containing this SKILL.md file (the skill package root). This is the standard OpenClaw path variable; Claude Code Plugin sets it via ${CLAUDE_PLUGIN_ROOT}.

  1. Parse the command name and arguments from the user's input.
  2. Alias resolution:

- /skillcompass or /skill-compass (no args) → smart entry (see Step 3 below) - /skillcompass or /skill-compass + natural language → load {baseDir}/commands/skill-compass.md (dispatcher) - /all-skills → load {baseDir}/commands/skill-inbox.md with arg all - /skill-report → load {baseDir}/commands/skill-report.md - /inbox or /skill-inbox → load {baseDir}/commands/skill-inbox.md - /setup → load {baseDir}/commands/setup.md - All other commands → load {baseDir}/commands/{command-name}.md

  1. Smart entry (/skillcompass without arguments):

- Check .skill-compass/setup-state.json. If not exist → run Post-Install Onboarding (above). - If inventory is missing or empty → show "No skills installed yet. Install some and rerun /skillcompass." and stop. - Read inbox pending count from .skill-compass/cc/inbox.json. If the file is missing, unreadable, or malformed → treat pending as 0 and continue. - If pending > 0 → load {baseDir}/commands/skill-inbox.md (show suggestions). - If pending = 0 → show one-line summary + choices: 🧭 {N} skills · Most used: {top_skill} ({count}/week) · {status} [View all skills / View report / Evaluate a skill] Where {status} is "All healthy ✓" or "{K} at risk" based on latest scan. - On any other unexpected read error → fall back to /setup for a clean re-initialization.

  1. For any command requiring setup state, check .skill-compass/setup-state.json. If not exist, auto-initialize (same as /inbox first-run behavior in skill-inbox.md).
  2. Use the Read tool to load the resolved command file.
  3. Follow the loaded command instructions exactly.

Output Format

  • Default: JSON to stdout (conforming to schemas/eval-result.json)
  • --format md: additionally write a human-readable report to .skill-compass/{name}/eval-report.md
  • --format all: both JSON and markdown report

Skill Type Detection

Determine the target skill's type from its structure:

TypeIndicators
atomSingle SKILL.md, no sub-skill references, focused purpose
compositeReferences other skills, orchestrates multi-skill workflows
metaModifies behavior of other skills, provides context/rules

Trigger Type Detection

From frontmatter, detect in priority order:

  1. commands: field present -> command trigger
  2. hooks: field present -> hook trigger
  3. globs: field present -> glob trigger
  4. Only description: -> description trigger

Global UX Rules

Locale

**All templates in SKILL.md and commands/*.md are written in English.** Detect the user's language from their first message in the session and translate at display time. Apply these rules:

  • Technical terms never translate: PASS, CAUTION, FAIL, SKILL.md, skill names, file paths, command names, category keys (Code/Dev, Deploy/Ops, Data/API, Productivity, Other)
  • Canonical dimension labels — all commands MUST use these exact English labels, then translate faithfully to the user's locale at display time: Code Label D1 Structure D2 Trigger D3 Security D4 Functional D5 Comparative D6 Uniqueness In JSON output fields: always use D1-D6 codes. Do NOT invent alternative labels (e.g. "Structural clarity", "Trigger accuracy" are wrong — use the labels above). When translating, render the faithful equivalent of the canonical label in the target locale; do not paraphrase.
  • JSON output fields (schemas/eval-result.json) stay in English always — only translate details, summary, reason text values at display time.

Interaction Conventions

  1. Choices, not raw commands. Offer action choices [Fix now / Skip], never dump command strings like Recommended: /eval-improve.
  2. Dual-channel. Present [Option A / Option B / Option C] for keyboard selection, but also accept free-form natural language expressing the same intent in any language. Both modes are always valid.
  3. Context before choice. Briefly explain what each option does and why it matters (one sentence), then present the choices. Example: "Trigger is the weakest (5.5/10); fixing it will raise invocation accuracy." → [Fix now / Skip].
  4. --internal flag. When a command invokes another command internally, pass --internal. The callee skips all interactive prompts and returns results only. Prevents nested prompt loops.
  5. --ci guard. --ci suppresses all interactive output. Stdout is pure JSON.
  6. Flow continuity. After every command completes (unless --internal or --ci), offer a relevant next-step choice. Never leave the user at a blank prompt.
  7. Max 3 choices. Show at most 3 options at once; pick the top 3 by relevance.
  8. Hooks are lightweight. Hook scripts collect data and write files. stderr output is minimal — at most one short status line. Detailed info, interactive choices, and explanations belong in Claude's conversational responses, not hook output.

First-Run Guidance

When setup completes for the first time (no previous setup-state.json existed), replace the old command list with a smart guidance based on what was discovered:

Discovery flow:
  1. Show one-line summary: "{N} skills (Code/Dev: {n}, Productivity: {n}, ...)"
  2. Run Quick Scan D1+D2+D3 on all skills
  3. Show context budget one-liner: "Context usage: {X} KB / 80 KB ({pct}%)"
  4. Smart guidance — show ONLY the first matching condition:

     Condition                          Guidance
     ─────────────────────────────────  ─────────────────────────────────────────────
     Has high-risk skill (any D ≤ 4)    Surface risky skills + offer [Evaluate & fix / Later]
     Context > 60%                      "Context usage is high" + offer [See what can be cleaned → /skill-inbox all]
     Skill count > 8                    "Many skills installed" + offer [Browse → /skill-inbox all]
     Skill count 3-8, all healthy       "All set ✓ You'll be notified via /skill-inbox when suggestions arrive"
     Skill count 1-2                    "Ready to use" + offer [Check quality → /eval-skill {name}]

Do NOT show a list of all commands. Do NOT show the full skill inventory (that's /skill-inbox all's job).

Behavioral Constraints

  1. Never modify target SKILL.md frontmatter for version tracking. All version metadata lives in the sidecar .skill-compass/ directory.
  2. D3 security gate is absolute. A single Critical finding forces FAIL verdict, no override.
  3. Always snapshot before modification. Before eval-improve writes changes, snapshot the current version.
  4. Auto-rollback on regression. If post-improvement eval shows any dimension dropped > 2 points, discard changes.
  5. Correction tracking is non-intrusive. Record corrections in .skill-compass/{name}/corrections.json, never in the skill file.
  6. Tiered verification based on change scope:

- L0: syntax check (always) - L1: re-evaluate target dimension - L2: full six-dimension re-evaluation - L3: cross-skill impact check (for composite/meta)

Security Notice

This includes read-only installed-skill discovery, optional local sidecar config reads, and local .skill-compass/ state writes.

This is a local evaluation and hardening tool. Read-only evaluation commands are the default starting point. Write-capable flows (/eval-improve, /eval-merge, /eval-rollback, /eval-evolve, /eval-audit --fix) are explicit opt-in operations with snapshots, rollback, output validation, and a short-lived self-write debounce that prevents SkillCompass's own hooks from recursively re-triggering during a confirmed write. No network calls are made. See SECURITY.md for the full trust model and safeguards.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

33.51%
按下载量换算68

Claude

30.7%
按下载量换算63

Cursor

18.44%
按下载量换算38

Gemini CLI

9.82%
按下载量换算20

安全审计

Gen Agent Trust Hub

通过

Socket

可疑

Snyk

可疑

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills