local-context-memgpt

Store and retrieve long-term memory for Sky-Claw agents using MemGPT.

1|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/FacundoSu1986/Sky-Claw --skill local-context-memgpt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: local-context-memgpt
Source: https://github.com/FacundoSu1986/Sky-Claw/tree/main/.agents/skills/local-context-memgpt
Command: npx skills add https://github.com/FacundoSu1986/Sky-Claw --skill local-context-memgpt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

MemGPT-based local memory system for Sky-Claw agents to remember mod history and user preferences across sessions, while preserving data sovereignty.

Core Features & Use Cases

  • Local-first memory store with cross-session persistence
  • Semantic search over mod history to enable intelligent recall
  • Memory layering with archival_memory and core_memory for flexible retention strategies
  • Safe offline operation ensuring data residency on the user's machine

Quick Start

Configure MemGPT locally and initialize a memory session for your Sky-Claw agent.

Frequently Asked Questions about local-context-memgpt

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

FAQPage Schema
How do I add persistent local memory to AI agents for cross-session context?

You can persist agent context across sessions by using MemGPT with a local SQLite backend. This local-first memory system stores mod history and user preferences, enabling semantic search over past interactions without relying on external servers.

How does semantic search over mod history work when the context window is exceeded?

When the model context window is exceeded, MemGPT offloads data into archival_memory while retaining critical data in core_memory. This layering enables semantic search over extensive mod history locally, preventing context overflow without losing important details.

Can I use MemGPT for offline agent memory without sending data to external servers?

Yes, this local-first memory approach ensures safe offline operation and data sovereignty. By using a local SQLite backend, all mod history and personalized rules reside entirely on the user's machine, preserving data residency without external server calls.

Do I need a local SQLite backend to enable long-term memory for Sky-Claw agents?

Yes, enabling long-term memory for Sky-Claw agents requires MemGPT with a local SQLite backend and integration via MemGPTBridge. This configuration manages memory layering and cross-session persistence for mod history and user preferences.

What is the best way to manage memory layering for AI agents with extensive mod histories?

The best way to manage memory layering is using MemGPT's archival_memory and core_memory tiers. This flexible retention strategy allows agents to keep essential preferences active while archiving extensive mod histories for semantic search retrieval.