Skill compass
Use when a user wants to find, understand, browse, install, update, or remember Agent Skills without memorizing their namesFrom its SKILL.md
npx -y skills add yinyoudexing/skill-compassAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.9 KB, 483 tokens by cl100k_base, as published. Nobody here has run it
Skill Compass
Skill Compass is a local-first personal Skill launchpad for macOS. It helps users find a Skill by describing a task, browse public Skills, and keep private notes about the Skills they use.
Recommended entry point
Open the local interface:
http://127.0.0.1:48765
When the user invokes skill-compass, prefer this interface instead of printing
a long list. The service dynamically scans local Skill directories and refreshes
when Skill or metadata files change.
Terminal commands
Run:
skill-compass
Filter by keyword:
skill-compass project
skill-compass mcp
Include additional local Skill roots:
skill-compass --all
Print only the local URL:
skill-compass --url
The legacy skill-help command remains available as a compatibility alias.
Privacy and safety
- Local scanning and personal notes work offline.
- Browser notes stay in local browser storage.
- Public discovery requires network access.
- Standard installs are previewed and statically audited before execution.
- Complex tool suites fall back to a manual guide and are never auto-executed.
中文说明
Skill Compass 是 macOS 本地优先的个人能力启动台。忘记 Skill 名称时,可以直接描述任务; 也可以浏览公共商店、查看安全预检,并记录收藏、备注和使用次数。
默认约定:
- 个人 Skill 默认扫描
~/.agents/skills和~/.codex/skills。 - 命令默认扫描
~/.local/bin,并识别指向 Skill 脚本目录的包装命令。 - HTML 服务由
dev.skillcompass.serverLaunchAgent 常驻。 - 内置中文元数据位于安装目录,个人覆盖位于
~/.config/skill-compass/summaries.local.zh.json。 - 旧
skill-help命令与SKILL_HELP_*环境变量继续兼容。
What ships with it: 56 files
1156.5 KB alongside SKILL.md, 39 of them executable
docs/
examples/
scripts/
- check_release_hygiene.pyruns2.4 KB
- lifecycle.pyruns62.6 KB
- macos_installer.pyruns14.7 KB
- skill_compass_cli.pyruns7.7 KB
- skill-help-server.pyruns31.4 KB
- skill-help.shruns128 B
- static/api.mjsruns2.8 KB
- static/app.mjsruns70.7 KB
- static/catalog.mjsruns3.5 KB
- static/controllers.mjsruns2.7 KB
- static/i18n.mjsruns32.4 KB
- static/index.html939 B
- static/manual-guide.mjsruns4.1 KB
- static/operations.mjsruns5.3 KB
- static/render.mjsruns844 B
- static/search.mjsruns5.8 KB
- static/state.mjsruns5.3 KB
- static/store.mjsruns6.5 KB
- static/store-search.mjsruns1.7 KB
- static/styles.css38.7 KB
- static/views.mjsruns4.7 KB
- store.pyruns21.8 KB
- summaries.zh.json31.4 KB
tests/
- catalog.test.mjsruns3.2 KB
- controllers.test.mjsruns4.5 KB
- AGENTS.md849 B
- CONTRIBUTING.md990 B
- .gitignore140 B
- install.shruns529 B
- LICENSE1.0 KB
- Makefile428 B
- README.md4.9 KB
- README.zh-CN.md4.3 KB
- SECURITY.md1.2 KB
16 more files not listed here. See all 56 in the repository.