aether

Store and recall user memories and preferences in a private 3D knowledge graph via MCP/REST API.

4|1|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/neooriginal/Aether --skill aether-neooriginal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aether
Source: https://github.com/neooriginal/Aether/tree/main/public
Command: npx skills add https://github.com/neooriginal/Aether --skill aether-neooriginal

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Aether helps you connect, recall, store, and retrieve memories, preferences, and knowledge from a private 3D knowledge graph, enabling quick context recall and personalized interactions.

Core Features & Use Cases

  • Memories & Preferences: Save and recall user memories, preferences, and personality cues to tailor conversations.
  • Knowledge Graph Access: Query a semantic graph to retrieve past topics and relationships across conversations.
  • Secure, Local-first: Everything runs locally; data never leaves your machine.

Quick Start

Use Aether to recall a memory from your last chat and store a new preference for tone.

Frequently Asked Questions about aether

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

FAQPage Schema
How do I retain conversation context and recall memories across chat sessions?

A private knowledge graph stores user facts and preferences locally, applied at every conversation turn to surface relevant memories for context recall. It queries a semantic graph to retrieve relationships across conversations, ensuring personalized interactions without losing past topics.

What is a local-first knowledge graph and how does it manage private memories?

A local-first knowledge graph is a private memory storage system where data never leaves your machine. It manages private memories by storing user preferences and personality cues as semantic nodes, enabling secure recall and personalized interactions across multiple conversations.

How do I store and retrieve user preferences in a semantic knowledge graph?

You store and retrieve user preferences in a semantic knowledge graph by applying the memory management process at every conversation turn. This saves new preferences for tone or personality cues and queries the graph to surface relevant past topics and relationships.

Do I need an MCP or REST API to use a private knowledge graph for memory recall?

Yes, you need an MCP or REST API with authentication keys to use a private knowledge graph for memory recall. A front-end that visualizes the semantic graph is also required to manage and retrieve stored memories, preferences, and context effectively.

Is local-first memory storage secure enough for sensitive user context and personality data?

Local-first memory storage is secure for sensitive user context because everything runs locally and data never leaves your machine. This approach ensures that private memories, personality cues, and preferences remain isolated within your private 3D knowledge graph.

When should I not use a local-first knowledge graph for conversation memory?

You should not use a local-first knowledge graph for conversation memory if you lack an MCP or REST API with authentication keys, or if your workflow requires multi-device synchronization. It requires a local front-end for visualization and does not support remote data access.