save-your-memory
v0.4.0Index an env-configured Windows file tree into a persistent Markdown wiki and answer questions with source-linked evidence.
By save-your-memory contributorsLicense: MIT0 GitHub starsUpdated 2 weeks ago
Directory evidence
- Runtimes
- Codex and Agent Plugins
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 6, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install save-your-memory for Codex
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add save-your-memory@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/m1nd0322/save-your-memoryClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── plugin.json└── skills/save-your-memory/SKILL.md
Included Skills1
Index and query a persistent local Markdown wiki built from the Windows directory configured by SAVE_YOUR_MEMORY_ROOT. Use when the user asks to remember, index, refresh, locate, search, or answer questions from files on their hard drive, or asks where stored information came from.
Plugin manifests2
{
"name": "save-your-memory",
"version": "0.4.0",
"description": "Index an env-configured Windows file tree into a persistent Markdown wiki and answer questions with source-linked evidence.",
"author": {
"name": "save-your-memory contributors"
},
"homepage": "https://github.com/m1nd0322/save-your-memory",
"repository": "https://github.com/m1nd0322/save-your-memory",
"skills": "./skills/",
"interface": {
"displayName": "Save Your Memory",
"shortDescription": "Turn local files into a searchable, source-linked wiki.",
"longDescription": "Recursively indexes a Windows directory from .env, extracts readable file content into a persistent Markdown wiki, and retrieves evidence so Codex can answer where information lives and what it says.",
"developerName": "save-your-memory contributors",
"category": "Productivity",
"capabilities": [
"Local file indexing",
"Knowledge retrieval",
"Source citations"
],
"defaultPrompt": [
"Index my configured memory folder.",
"Find this information in my memory wiki.",
"Check my memory wiki for inconsistencies."
]
}
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "save-your-memory",
"version": "0.4.0",
"description": "Index a local Windows file tree into a persistent Markdown wiki and answer questions with source-linked evidence.",
"author": {
"name": "save-your-memory contributors"
},
"homepage": "https://github.com/m1nd0322/save-your-memory",
"repository": "https://github.com/m1nd0322/save-your-memory",
"license": "MIT",
"keywords": [
"github-copilot",
"knowledge-base",
"local-search",
"markdown-wiki",
"memory"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[save-your-memory on Agent Plugins Marketplace](https://pluginsmp.com/plugins/save-your-memory)