一键导入
lookup
Look up scoped live Knowledge Bank context without writing. Use when a task needs KB context or asks to clarify missing, stale, or ambiguous knowledge.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Look up scoped live Knowledge Bank context without writing. Use when a task needs KB context or asks to clarify missing, stale, or ambiguous knowledge.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Materialize and reconcile Knowledge Bank Infrastructure on this machine. Connect the KB provider, collect bindings, install the lookup and capture skills, and bootstrap the automations — on first run and on every later run. Use when the user runs /setup-kb-infra, says bootstrap/install/wire up kb-infra, or asks to update, sync, reconcile, or health-check the setup.
Capture durable conversation or session knowledge into the Knowledge Bank. Use when the user invokes /capture or asks to save knowledge to the KB.
| name | lookup |
| description | Look up scoped live Knowledge Bank context without writing. Use when a task needs KB context or asks to clarify missing, stale, or ambiguous knowledge. |
Lookup is live, narrow, and read-only. The caller supplies the objective; the KB supplies the knowledge.
Identify the caller's objective, named context surfaces, and branch:
context: return knowledge needed for the task.clarification: ask the user to resolve relevant gaps.Resolve named surfaces to live KB locations. Treat bindings as hints, not copied knowledge or proof that a page still exists.
Search from the objective outward. Fetch plausible canonical owners, relevant sections, and only the relations needed to interpret them or avoid duplication. Use external evidence only when the caller asks for it or the surface requires it.
Do not broaden into an audit. Mark inaccessible or unsupported claims unverified.
Skip final-form content unless the user explicitly reopens it.
Completion: every retained fact has fetched evidence or an explicit limitation, and every source is relevant to the caller.
For the context branch, return only what changes the caller's next step:
Sources:
- <KB page or external source>
Context:
- <usable fact>
Gaps:
- <blocking missing, stale, or uncertain fact; omit when empty>
Use:
- <effect on the caller's work>
Ask no question unless clarification was allowed and a gap blocks the task.
For the clarification branch, collect the relevant gaps first, then ask one
question at a time. Prioritize blockers, due follow-ups, evidenced mismatches, then
other uncertainties. Stop after 10 questions unless the user asks to continue.
Classify each answer as an update candidate, follow-up marker, final-form marker, discarded, or unresolved. Return the results to the caller; Lookup never chooses or runs the write workflow.