一键导入
knowledge-ingest
Ingest URLs, documents, and text into the memory system as structured knowledge
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Ingest URLs, documents, and text into the memory system as structured knowledge
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Author or revise reusable Hexis skills from repeated successful workflows
Semantic recall, exact cross-session search, remembering, and normal continuity
Inspect, grant, and revoke scoped connector action policies for sends, replies, labels, spam triage, and provider state changes
Digest and ingest emails into memory, surfacing important threads and action items
Send Gmail messages, reply to threads, apply labels, and triage spam with explicit action authorization
Connect Gmail through explicit OAuth setup, inspect status, complete authorization, queue read-only backfill, control jobs, and revoke local access
| name | knowledge-ingest |
| description | Ingest URLs, documents, and text into the memory system as structured knowledge |
| category | knowledge |
| requires | {"tools":["url_ingest","remember"]} |
| contexts | ["heartbeat","chat"] |
| bound_tools | ["url_ingest","fast_ingest","slow_ingest","hybrid_ingest","remember","recall","search_documents","open_document","open_documents","load_documents","search_document_chunks","load_document_chunks","list_desk","git_ingest"] |
Transform external content -- web pages, documents, raw text -- into structured semantic memories that persist in the knowledge graph.
url_ingest which handles fetching, HTML-to-text conversion, and chunking. For files or raw knowledge sources, use the fast/slow/hybrid ingestion tools as appropriate.recall with the URL or a key phrase from the content to see if it has already been ingested. Avoid storing the same source twice.search_documents and retrievable with open_document or open_documents. Use load_documents when a large source should be deliberately placed on the RecMem desk for later exact search. Trust the pipeline's chunking; do not manually split content unless it is clearly failing.remember, include metadata about the source: URL, author, date published, and why it was ingested (which goal or topic it serves).recall on a key concept from the content to confirm distilled knowledge is retrievable. For exact wording or large specifications, use search_documents, open_document, or load_documents instead of expecting recall to carry the whole source. For passage-level verification, search_document_chunks should find key phrases with page/section locators; list_desk shows what is already loaded before you load more.