Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
AgentsMédio

mem — Agent Memory Store

porrunablehq·runablehq· v1.0.0 · atualizado em 2026-04-10
80
Score

Store and retrieve memories (notes, facts, decisions, snippets, images) using a local SQLite database with full-text search. Use when you need to remember information across sessions, recall previous decisions, store code snippets, or search your knowledge base.

memoryknowledge-baseinformation-retrievalfull-text-searchagent-toolinglong-term-memory
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdmem/workflow
1. User requests to store, retrieve, or delete a memory.
2. Agent parses the request and identifies the operation (remember, recall, forget).
3. If remembering, the agent stores the content, tags, and any associated images in the SQLite database.
4. If recalling, the agent performs a full-text search on the database, filtering by tags if provided.
5. If forgetting, the agent deletes the specified memories from the database.
6. Agent formats the output (one-line summary, full content, or JSON) and presents it to the user.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Similar aNotebookLM Automation
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
82
Similar aCoinGecko
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
81
Similar aDeep Research
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
85

Árvore do Skill

mem — Agent Memory Store
mem
Fases Cognitivas4
1.SENSE
2.CONTEXTUALIZE
3.ACT
4.REFLECT
Triggers10
remember this for laterstore this informationrecall previous decisionssearch my knowledge basewhat did I say aboutfind the note aboutretrieve memory with tagstore code snippetsave this factadd this to my memory

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download mem
$ synaptic skills detail mem
$ synaptic skills live mem

Dependências

SQLite

Links

GitHub Repository