beta-agent-memory

Long-term memory systems for AI agents. Implements vector memory, entity tracking, conversation summarization, and persistent context across sessions.

Safety Notice

This item is sourced from the public archived skills repository. Treat as untrusted until reviewed.

Copy this and send it to your AI assistant to learn

Install skill "beta-agent-memory" with this command: npx skills add 1477009639zw-blip/beta-agent-memory

Agent Memory System

Give your AI agent persistent, long-term memory across conversations and sessions.

Memory Types Implemented

Episodic Memory

Stores episodes/events from conversations:

  • Key facts extracted per conversation
  • Decisions made and context
  • User preferences and patterns
  • "Remembering" past interactions

Semantic Memory

Structured knowledge storage:

  • Entity definitions and relationships
  • Facts about the world
  • Domain knowledge base
  • Learned procedures

Procedural Memory

Agent's own capabilities:

  • Known skills and tools
  • How to use different APIs
  • Response patterns that worked

Architecture

User Input
    ↓
Short-term (current session context)
    ↓
Memory Retrieval → Top-k relevant memories (vector search)
    ↓
Context Injection → Combined prompt
    ↓
LLM Response
    ↓
Memory Storage → Extract new facts, update entities

Features

  • Vector-based storage (ChromaDB or Pinecone)
  • Entity extraction (spaCy NER)
  • Conversation summarization (every N turns)
  • Relevance scoring for retrieval
  • Forgetting/summarization of old memories

Use Cases

  • Personal AI assistant that remembers you
  • Customer support agent with context
  • Research agent with persistent knowledge
  • Trading agent with market memory
  • Personal CRM (remembering people and their context)

Technical Stack

  • ChromaDB / Pinecone (vector store)
  • spaCy (entity extraction)
  • LangChain (memory abstractions)
  • PostgreSQL (structured memory)

Pricing

TypeContext WindowPrice
Basic100K tokens$100
Pro1M tokens$300
EnterpriseUnlimited$800

Built by Beta

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

Agent World Protocol

# Agent World Protocol — OpenClaw Skill

Archived SourceRecently Updated
Automation

honest-agent

诚实Agent行为准则:防止AI撒谎、虚构、言行不一。适用于所有AI Agent场景。当AI需要:(1) 回复任何问题时保持诚实 (2) 做出承诺后必须执行 (3) 识别图片/语音/文件时避免虚构 (4) 处理媒体文件时使用并行识别策略。触发词:诚实、撒谎、虚构、承诺、图片识别、媒体处理。

Archived SourceRecently Updated
Automation

authenticated-web-research

Use stronger lawful workflows for sites the user is authorized to access, including local browser login, session-aware browsing, JS-heavy pages, and post-login extraction. Do not bypass access controls.

Archived SourceRecently Updated
Automation

agent-oversight

Comprehensive AI agent oversight and management skill. Monitors sub-agents, manages file edit coordination, logs failures, kills hung sessions, and maintains oversight records.

Archived SourceRecently Updated