memory-add

Routes user-provided text to wiki topics and refreshes index pages.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Memory-add helps you transform user-entered text into wiki-ready nodes by routing content to the correct topic, creating or updating pages, and refreshing index entries.

Core Features & Use Cases

  • Automated node creation and indexing when adding notes or content to the wiki.
  • Ensures consistent topic routing, entity/concept updates, and history trails.
  • Use Case: A user pastes a paragraph and memory-add creates a wiki node with proper links and updates the wiki indexes.

Quick Start

Add this note to the wiki and have memory-add route it to the correct topic, create or update the node, and refresh indexes.

Frequently Asked Questions about memory-add

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

FAQPage Schema
How do I add text to a wiki and automatically route it to the correct topic?

To add text to a wiki, memory-add routes user-provided content to the correct topic, creates or updates wiki nodes under your memory_root/wiki directory, and refreshes topic index pages automatically.

What is the best way to structure wiki content from raw notes and paragraphs?

Structuring wiki content from raw notes involves deriving the correct topic, creating related entity pages, and updating index entries. Memory-add transforms pasted text into structured wiki nodes with proper links and history trails.

Do I need a specific directory setup to log wiki content and index pages?

Yes, logging wiki content requires a memory_root context. Memory-add writes structured nodes to memory_root/wiki and updates topic index pages, entity pages, and the open questions log within that directory structure.

Can I use memory-add for automated node creation in a memory-ingest workflow?

Yes, memory-add applies to both direct user input and memory-ingest workflows, handling automated node creation, topic derivation, related entity page updates, and wiki logging for consistent content indexing.

How does topic routing work when adding content to wiki index pages?

Topic routing analyzes user-provided text to determine the correct topic, then creates or updates the corresponding wiki node and refreshes index pages to ensure consistent entity and concept updates.

What happens to existing wiki nodes when updating related entity pages?

When updating related entity pages, memory-add creates or updates existing wiki nodes and refreshes index pages, ensuring consistent topic routing and maintaining history trails within the wiki logging system.