memory-daemon-manager
v0.1.0Safely manage memory-daemon routines and connector prompt overrides
By Memory Daemon contributors1 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Aug 29, 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 plugin
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add memory-daemon-manager@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/omriariav/memory-daemonClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/memory-daemon-manager/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/manage-memory-connector-prompts/SKILL.md└── skills/manage-memory-daemon-routines/SKILL.md
Included Skills2
Safely list, inspect, create, edit, or remove source-wide connector prompt overrides used by memory-daemon. Use when a user wants to tune general Gmail, Slack, Google Chat, Drive, or other connector extraction judgment in a selected personal-memory store without changing specialized inline routine prompts.
Safely list, inspect, add, edit, enable, disable, or remove memory-daemon routine YAML files. Use when a user wants to change routine sources, cadence, routing, prompts, sinks, labels, or Gmail actions in a local memory-daemon checkout, with a reviewed diff and post-change validation.
Plugin manifests2
{
"name": "memory-daemon-manager",
"version": "0.1.0",
"description": "Safely manage memory-daemon routines and connector prompt overrides",
"author": {
"name": "Memory Daemon contributors",
"url": "https://github.com/omriariav/memory-daemon"
},
"homepage": "https://github.com/omriariav/memory-daemon",
"repository": "https://github.com/omriariav/memory-daemon",
"keywords": [
"memory",
"automation",
"routines",
"prompts"
],
"skills": "./skills/",
"interface": {
"displayName": "Memory Daemon Manager",
"shortDescription": "Manage routines and connector prompts safely",
"longDescription": "Inspect, plan, and validate changes to memory-daemon routines and private source-wide connector prompt overrides. Every mutation uses an exact diff and stale-plan guard.",
"developerName": "Memory Daemon contributors",
"category": "Productivity",
"capabilities": [
"Interactive",
"Write"
],
"websiteURL": "https://github.com/omriariav/memory-daemon",
"defaultPrompt": [
"List my memory-daemon routines without exposing source IDs.",
"Safely add or edit a routine and show me the diff.",
"Tune a connector prompt override without running the daemon."
]
}
}{
"name": "memory-daemon-manager",
"displayName": "Memory Daemon Manager",
"description": "Safely manage memory-daemon routines and connector prompt overrides",
"version": "0.1.0",
"author": {
"name": "Memory Daemon contributors",
"url": "https://github.com/omriariav/memory-daemon"
},
"homepage": "https://github.com/omriariav/memory-daemon",
"repository": "https://github.com/omriariav/memory-daemon",
"keywords": [
"memory",
"automation",
"routines",
"prompts"
]
}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.
[memory-daemon-manager on Agent Plugins Marketplace](https://pluginsmp.com/plugins/memory-daemon-manager)