在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用ingest
星标59
分支4
更新时间2026年1月24日 23:07
Ingest documents into Elroy memory
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Ingest documents into Elroy memory
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
List all active Elroy memories
List all active Elroy reminders
Search through Elroy memories
Create a long-term memory in Elroy
Create a reminder in Elroy
| name | ingest |
| description | Ingest documents into Elroy memory |
| disable-model-invocation | false |
Ingest documents into Elroy's memory system for later recall.
When the user invokes this skill with /ingest [PATH], ingest the document(s) by running:
elroy ingest "$ARGUMENTS"
This can ingest:
/ingest README.md/ingest docs/ (use with -r flag for recursive)Options:
-f, --force-refresh - Re-ingest even if already ingested-r, --recursive - Recursively ingest directoriesExamples:
/ingest README.md/ingest docs/ -r/ingest specs/api-documentation.pdf