用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/QuixiAI/Hexis --skill knowledge-ingest命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Search, read, create, and comment on GitHub issues through the GitHub MCP server.
Analyze a local recording for speakers and label timestamped transcript segments without uploading audio
Run programs, shell commands, and scripts — compile and execute code, test programs in installed languages, work with files in the workspace
基于 SOC 职业分类
正在显示 SKILL.md
| 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"] |
| aliases | ["ingest","summarize","summary","document","file","pdf","contract","read","attach"] |
| 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.