원클릭으로
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.