一键导入
ingest
Use when: importing new raw material into the knowledge base (URL, file, text). Do NOT use when: querying, compiling, or linting the wiki.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when: importing new raw material into the knowledge base (URL, file, text). Do NOT use when: querying, compiling, or linting the wiki.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Use when: navigating the wiki to find information, answering user queries, or locating relevant articles during compile/lint operations. Do NOT use when: importing new material (use ingest).
Use when: building or updating wiki knowledge from markdown sources. Handles both quick compile (single source) and deep compile (cross-source synthesis). Do NOT use when: importing new material (use ingest) or health-checking (use lint).
Use when: performing health checks on the wiki — finding and fixing contradictions, gaps, orphan articles, broken links, and inconsistencies. Discover-and-fix: when you find a problem, fix it immediately in the same pass. Do NOT use when: importing material (use ingest) or synthesizing new knowledge (use compile).
基于 SOC 职业分类
| name | ingest |
| description | Use when: importing new raw material into the knowledge base (URL, file, text). Do NOT use when: querying, compiling, or linting the wiki. |
Import raw material and produce a markdown extraction + quick compile.
kb-agent ingest <url> — fetch URL content, save as markdownkb-agent ingest <file> — process local file (PDF/docx → markdown, images → description)kb-agent ingest --text — accept piped/pasted textInput → raw/ (binary only) → markdown/ (all content) → wiki/sources/ (quick compile)
Phase 2.