memory

Delegate Memory operations to the `memory ask` command for natural language interaction.

1|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/emergent-company/emergent.memory --skill memory-emergent-company
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memory
Source: https://github.com/emergent-company/emergent.memory/tree/main/tools/cli/internal/skillsfs/skills/memory
Command: npx skills add https://github.com/emergent-company/emergent.memory --skill memory-emergent-company

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill allows you to interact with and control the Memory knowledge graph platform using natural language commands, abstracting away the need to remember specific CLI syntax.

Core Features & Use Cases

  • Unified Interface: Delegate all Memory operations to a single natural-language interface (memory ask).
  • Broad Tool Access: Leverages a server-side agent with access to over 30 tools for graph management, schema interaction, document handling, and more.
  • Use Case: Instead of remembering the exact command to list agents in a project, you can simply ask: "list all agents in project abc123".

Quick Start

Use NO_PROMPT=1 memory ask "list all agents" --project abc123 to list all agents in a project.

Frequently Asked Questions about memory

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

FAQPage Schema
How do I interact with a knowledge graph using natural language instead of CLI commands?

You can interact with a knowledge graph using natural language by delegating operations to the `memory ask` command, which translates your plain text instructions into graph read/write actions.

What do I need to manage agents in a specific memory project?

To manage agents in a specific memory project, you need explicit project scoping by passing `--project <id>` or setting the `MEMORY_PROJECT` environment variable before running your commands.

Can I query schemas and process documents through a single natural language interface?

Yes, you can query schemas and process documents through a single natural language interface that leverages a server-side assistant agent with access to over 30 tools.

Does the memory knowledge graph platform require specific syntax for graph management tasks?

No, the memory knowledge graph platform does not require specific CLI syntax for graph management tasks because it abstracts all operations into a unified natural language interface.

Why do my project-specific memory operations fail without explicit scoping?

Project-specific memory operations fail without explicit scoping because the system requires a defined project context via `--project <id>` or the `MEMORY_PROJECT` environment variable to execute tasks.