AgentDB Memory Patterns
Build AgentDB Memory for AI Agents
Stateful agents need reliable memory across sessions. This skill shows AgentDB patterns for storing messages, facts, learned patterns, and retrieved context.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "AgentDB Memory Patterns" from https://skillstore.io/skills/ruvnet-agentdb-memory-patterns.md and its manifest at https://skillstore.io/api/skills/ruvnet-agentdb-memory-patterns/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "AgentDB Memory Patterns". I need a memory plan for a support chatbot.
Expected outcome:
- Session memory stores recent turns with timestamps.
- Long-term facts store stable preferences with confidence values.
- Retrieval uses the current query plus session filters.
Using "AgentDB Memory Patterns". Help me migrate legacy ReasoningBank data.
Expected outcome:
- Inventory source databases and backup files first.
- Run migration in a staging environment before production.
- Compare counts, sample records, and retrieval quality after migration.
Using "AgentDB Memory Patterns". Review my agent memory design for risk.
Expected outcome:
- Require approval before running external package commands.
- Avoid storing raw sensitive conversation content.
- Protect exports and define deletion rules for stored memory.
Security Audit
SafeMost static findings are false positives caused by Markdown code fences, TypeScript template literals, local database paths, and documentation URLs. Nine command examples invoke npx agentdb@latest, which can execute an unpinned remote package and therefore retain a medium supply-chain risk. No prompt injection, credential exfiltration, or hidden network behavior was found.
Capability review items (9)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Risk Factors
โ๏ธ External commands (36)
๐ Network access (2)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/ruvnet-agentdb-memory-patterns/audits/10?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/ruvnet-agentdb-memory-patterns?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/ruvnet-agentdb-memory-patterns?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/ruvnet-agentdb-memory-patterns/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/ruvnet-agentdb-memory-patterns.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA ยท BibTeX ยท CFF)
APA citation
ruvnet. (2026). AgentDB Memory Patterns security audit report (audit version 10) [Author version unspecified]. Skillstore. https://skillstore.io/skills/ruvnet-agentdb-memory-patterns/audits/10BibTeX citation
@techreport{ruvnet-ruvnet-agentdb-memory-patterns-2026,
author = {ruvnet},
title = {AgentDB Memory Patterns security audit report (audit version 10)},
institution = {Skillstore},
year = {2026},
number = {10},
url = {https://skillstore.io/skills/ruvnet-agentdb-memory-patterns/audits/10},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "AgentDB Memory Patterns security audit report (audit version 10)"
version: "unspecified"
type: report
authors:
- name: "ruvnet"
date-released: "2026-07-20"
url: "https://skillstore.io/skills/ruvnet-agentdb-memory-patterns/audits/10"
identifiers:
- type: other
value: "skillstore:ruvnet-agentdb-memory-patterns:audit:10"
description: "Skillstore immutable audit report identifier"
Compare variants
2 installable variantsEach author remains a separate installable skill. The recommended variant is ranked by Skillstore evidence.
Why this variant is first
ruvnet-agentdb-memory-patterns
2026-08-21
dnyoussef-agentdb-memory-patterns
2026-08-21
Skillstore Score
Why this score Evidence Confidence: HighWhat You Can Build
Add chat memory
Use session and long-term memory patterns to preserve context between conversations.
Migrate ReasoningBank data
Follow the adapter and migration examples to move legacy memory stores into AgentDB.
Prototype learning agents
Use pattern learning and plugin examples to test memory-assisted agent behavior.
Try These Prompts
Using the AgentDB Memory Patterns skill, outline a simple session memory design for a chat agent. Include stored fields and retrieval flow.
Use this skill to design long-term fact storage for user preferences. Include confidence, source tracking, and update rules.
Use this skill to plan a migration from ReasoningBank to AgentDB. Include data validation, rollback, and testing steps.
Use this skill to audit an AgentDB memory design for privacy, retention, export, and command execution risks. Recommend mitigations.
Best Practices
- Pin AgentDB package versions before running setup or MCP commands.
- Store only necessary user memory and define retention rules before launch.
- Validate exports, migrations, and plugin changes in a test database first.
Avoid
- Running latest package commands automatically without human confirmation.
- Saving raw conversation data without consent, redaction, or deletion controls.
- Treating benchmark claims as production results without local testing.