memory-ingest

Classify and archive raw files from memory_root/raw into sources/.

1|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/ag3nt3154/Driverless_AGI --skill memory-ingest-ag3nt3154
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memory-ingest
Source: https://github.com/ag3nt3154/Driverless_AGI/tree/main/.dagi/skills/memory-ingest
Command: npx skills add https://github.com/ag3nt3154/Driverless_AGI --skill memory-ingest-ag3nt3154

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ingest raw source files from {memory_root}/raw/ — classify, archive originals to {memory_root}/sources/, then delegate wiki-writing to memory-add

Core Features & Use Cases

  • Ingests files from memory_root/raw and selects a topic/subtopic to archive under memory_root/sources/.
  • Avoids re-ingesting duplicates by checking memory wiki log.
  • Delegates wiki content creation to the memory-add skill and records results in wiki/log.

Quick Start

Drop a file into {memory_root}/raw and run the memory-ingest workflow to archive it and update the wiki.

Frequently Asked Questions about memory-ingest

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I ingest raw files into a wiki and organize them by topic?

To ingest raw files into a wiki, place them in the memory_root/raw directory. The system classifies each file, archives originals to memory_root/sources by topic, and delegates wiki content creation to memory-add.

What is the best way to avoid duplicate files when archiving to a knowledge management wiki?

To avoid duplicate files when archiving to a knowledge management wiki, the system checks the memory wiki log before processing. This ensures files already ingested from memory_root/raw are not re-archived into memory_root/sources.

How does file classification work for data archiving in this workflow?

File classification for data archiving works by selecting an appropriate topic and subtopic for each file. Originals from the raw directory are then archived under the corresponding topic path in memory_root/sources.

Can I process multiple files at once for wiki ingestion?

You cannot process multiple files at once for wiki ingestion because the workflow handles one file at a time. Files are placed in memory_root/raw and processed sequentially to ensure accurate topic classification and archiving.

Do I need bash commands to manage file I/O for memory ingestion?

You do need bash commands to manage file I/O for memory ingestion. The workflow uses absolute paths with bash to move originals from raw to sources and coordinate updates with the memory-add skill.