一键导入
graph-skills-retriever
Retrieve a bounded bundle of relevant external skills from the local Graph Skills library instead of manually browsing hundreds of skills.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Retrieve a bounded bundle of relevant external skills from the local Graph Skills library instead of manually browsing hundreds of skills.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | graph-skills-retriever |
| description | Retrieve a bounded bundle of relevant external skills from the local Graph Skills library instead of manually browsing hundreds of skills. |
| inputs | ["task description or subproblem summary"] |
| outputs | ["a ranked skill bundle with full instructions and source paths under /opt/graphskills/library"] |
| compatibility | ["claude-code","codex","gemini-cli"] |
| allowed-tools | ["shell","python3"] |
Use this skill when the task seems to require specialized domain knowledge, scripts, or references that are not already obvious from the current context.
The full skill library is stored outside the auto-loaded harness context at:
/opt/graphskills/library
Do not manually scan that whole directory first. Retrieve a focused bundle.
Run:
graphskills-query "short description of the task or current subproblem"
Useful flags:
graphskills-query "debug spring boot jakarta migration build errors" --top-n 5 --seed-top-k 4 --max-context-chars 9000
graphskills-query "extract text from receipts into xlsx" --json
/opt/graphskills/library/<skill-name>/.Source: path points to the canonical SKILL.md in /opt/graphskills/library.Retrieve a bounded bundle of relevant external skills from a prebuilt Graph of Skills workspace. Use when the task may need specialized skills, scripts, or references that are not already obvious from current context, especially in containerized eval environments that mount a prebuilt GoS graph.
Retrieve a bounded bundle of relevant external skills from the local skill workspace using vector embedding similarity only.