ingest

star 54

Ingest documents into Elroy memory

elroy-bot By elroy-bot schedule Updated 1/24/2026

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:

  • Single files: /ingest README.md
  • Directories: /ingest docs/ (use with -r flag for recursive)
  • Multiple formats: Markdown, PDF, text files, etc.

Options:

  • -f, --force-refresh - Re-ingest even if already ingested
  • -r, --recursive - Recursively ingest directories

Examples:

  • /ingest README.md
  • /ingest docs/ -r
  • /ingest specs/api-documentation.pdf
Install via CLI
npx skills add https://github.com/elroy-bot/elroy --skill ingest
Repository Details
star Stars 54
call_split Forks 4
navigation Branch main
article Path SKILL.md
More from Creator