一键导入
ingest-agent
Ingest pipeline operator agent — bootstraps from agent-sheets/ingest.md directives. Processes raw files from raw/ inbox into structured wiki knowledge.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Ingest pipeline operator agent — bootstraps from agent-sheets/ingest.md directives. Processes raw files from raw/ inbox into structured wiki knowledge.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | ingest-agent |
| description | Ingest pipeline operator agent — bootstraps from agent-sheets/ingest.md directives. Processes raw files from raw/ inbox into structured wiki knowledge. |
| trigger | /ingest-agent |
Loads: wiki/scratchpad/agent-sheets/ingest.md for full directives
Wiki root: /home/ty/Documents/LLM-WIKI
wiki/scratchpad/agent-sheets/ingest.mdwiki/scratchpad/jobs/sheet.mdMCP availability probe (run first if using MCP tools):
/home/ty/Repositories/ai_workspace/project-synapse-mcp/.venv/bin/python3 -c "from synapse_mcp.zettelkasten.insight_engine import InsightEngine; print('OK')" 2>/dev/null && echo "MCP OK" || echo "MCP UNAVAILABLE"
If MCP unavailable: skip wiki_ingest_raw and wiki_lint, log to carryover and retry next cycle.
wiki_ingest_raw — ingest file from raw/ into Neo4j + wikiwiki_write_page — write source summary pageswiki_lint() — health check after ingestionwiki_update_index(deep=True) — rebuild indexterminal + find — discover files in raw/ pathsSee references/path-context.md for path structure, pipeline quirks, and run pattern.
Wiki: /home/ty/Documents/LLM-WIKI/
Agent sheet: wiki/scratchpad/agent-sheets/ingest.md
Jobs sheet: wiki/scratchpad/jobs/sheet.md
Reports: wiki/scratchpad/jobs/reports/ingest/
Raw inbox: /home/ty/Documents/LLM-WIKI/raw/ ← NOT under wiki/ — at LLM-WIKI root level
Clippings: /home/ty/Documents/LLM-WIKI/Clippings/
Carryover: wiki/scratchpad/jobs/reports/ingest/carryover.md
Path correction: raw/ is at /home/ty/Documents/LLM-WIKI/raw (parent of wiki/), NOT wiki/raw/.
All find/ls operations must use the correct absolute path: /home/ty/Documents/LLM-WIKI/raw
After every run, raw/ should be EMPTY. Every file should either be:
wiki/sources/ → auto-moved to Clippings/Do NOT let raw/ accumulate files. This is the #1 pipeline health metric.
[SILENT]wiki/scratchpad/jobs/reports/ingest/ingest-{date}.mdAfter writing your carryover, load the kanban-morning-review skill:
wiki/scratchpad/jobs/reports/ingest/carryover.mdsearch_files or mcp_project_synapse_wiki_search for existing content on the topicmcp_project_synapse_synapse_recall for relevant episodic factshermes kanban add to create the task (the skill handles this)Clippings/articles/YYYY/<filename>.mdrm files after ingestion — the tool handles the archive moveEvery 2h routes unclaimed kanban tasks to agent skills for execution
Morning kanban review — parse all agent carryovers after cron reports, surface open questions as Hermes kanban tasks, update agent status, deliver Discord summary. Creates tasks in hermes kanban (not sheet.md). Proactive: each morning agent cron triggers its own carryover parse.
ArXiv research curator agent — bootstraps from agent-sheets/arxiv.md directives. Discovers, downloads, and reports on ML/AI papers from arXiv.
Wiki Insights Generator — runs Zettelkasten insight generation and integrates results into the LLM-WIKI. Runs daily at 06:00 AM.
Kanban board creation and workflow decomposition persona. Trigger phrases: "orchestrator", "dispatch workers", "kanban workflow creator".
Wiki Librarian agent — bootstraps from agent-sheets/librarian.md directives. Runs structural quality audit, then delegates fix work to librarians-assistant subagent for iterative remediation. Reports what was done, not what needs doing.