m3-export
SolidGDPR Article 20 — export all memories you own as portable JSON.
AI & Automation 16 stars
3 forks Updated today Apache-2.0
Install
Quality Score: 77/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# M3 Export
## When to Use
Use this skill when the user requests to export all their memories (GDPR Article 20 data export) or wants to back up their local memory store to a portable JSON file.
## Instructions
Call the `m3:gdpr_export` MCP tool. The tool returns the full memory set as JSON.
Save the JSON to `~/.m3-memory/export-$(date +%Y%m%d-%H%M%S).json` and tell the user:
- where it landed
- how many memories it contains
- one-sentence note that the file is portable: another m3-memory instance can `gdpr_import` it
Details
- Author
- skynetcmd
- Repository
- skynetcmd/m3-memory
- Created
- 5 months ago
- Last Updated
- today
- Language
- Python
- License
- Apache-2.0
Integrates with
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Listed
memory-import-export
Imports/exports memory across tools, repos, and formats. Migration, onboarding, backup. Explicit user request only.
2 Updated today
kanadhiayash AI & Automation Solid
m3-forget
Delete a memory permanently. Asks for confirmation first.
16 Updated today
skynetcmd AI & Automation Solid
m3-help
List all m3-memory slash commands / skills and what they do.
16 Updated today
skynetcmd