Overview
- Skill Key
- dannydvm/engram-memory
- Author
- dannydvm
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/dannydvm/engram-memory
- Latest Commit SHA
- f6169741d5dabf8ae9c6347f2a62e06fc02c75e6
Persistent semantic memory for AI agents — local, fast, free. Use when agent needs to recall past decisions, store new facts/preferences, search conversation history, or maintain context across sessions.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 engram 技能。 若已安装,则直接安装 engram 技能。
# Engram — Agent Memory Local semantic memory with biological decay, typed memories, and relationship graphs. No API keys. No cloud. ## Boot Sequence ```bash engram search "<current task or context>" --limit 10 ``` Always recall before working. Accessed memories get salience-boosted. ## Storing ```bash engram add "Client uses React with TypeScript" --type fact --tags react,client engram add "We decided to pause ads" --type decision --tags ads echo "Raw conversation text" | engram ingest ``` Types: fact, decision, preference, event, relationship ## Searching ```bash engram search "what tech stack" engram search "pricing decisions" --type decision engram search "client status" --agent client-agent ``` ## Relationships ```bash engram relate <src> <tgt> --type supports engram auto-relate <id> engram relations <id> ``` Types: related_to, supports, contradicts, caused_by, supersedes, part_of, references ## Key Concepts - **Decay**: Unused memories lose salience daily. Recalled ones get boosted. - **Types**: Filter by fact, decision, preference, event, relationship. - **Scoping**: global, agent, private, shared. - **Dedup**: >92% similarity auto-merges. ## Quick Reference ```bash engram stats engram recall --limit 10 engram export > backup.json engram import backup.json ```
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.