一键导入
Remove previously ingested files from the GraphRAG knowledge graph
npx skills add https://github.com/okikusan-public/knowledge_graph --skill ingest-delete复制此命令并粘贴到 Claude Code 中以安装该技能
Remove previously ingested files from the GraphRAG knowledge graph
npx skills add https://github.com/okikusan-public/knowledge_graph --skill ingest-delete复制此命令并粘贴到 Claude Code 中以安装该技能
Autonomous multi-tool search agent that dynamically selects search strategies, evaluates results, and iterates until sufficient context is gathered to answer complex questions
Search X (Twitter) posts via Grok API and ingest results into the knowledge graph.
Convert YouTube video to structured Markdown via markitdown (metadata + transcript) and ingest into the knowledge graph.
Add knowledge directly to the graph from free-form text input without requiring a document file. Supports Note, WebSource, Conversation, or any custom source type.
Convert PDF to structured Markdown via markitdown and ingest into the knowledge graph. Preserves tables, headings, and formatting better than plain-text extraction.
Spaced repetition quiz using GraphRAG entities. Generates questions, grades answers, and tracks learning progress with optimal review intervals.
| name | ingest-delete |
| description | Remove previously ingested files from the GraphRAG knowledge graph |
Remove the Document node and all associated Chunks for a given file from the knowledge graph.
/ingest-delete report.pdf
/ingest-delete report.docx --project project_a
$0 in docs/ (Glob docs/**/$0)python ${CLAUDE_SKILL_DIR}/../../../scripts/auto_ingest.py delete "<file_path>" $1 $2