Agent Plugins Marketplace
All plugins

obsidian-memory

v0.6.0

Self-growing long-term memory for Obsidian. Recalls past project decisions and selectively captures durable knowledge with an explicit Inbox -> Raw -> Wiki lifecycle.

Codex1 Skill

By Cyber Health AgentLicense: MIT0 GitHub starsUpdated 11 hours ago

Directory evidence

Runtimes
Codex
Parsed components
1 skill or MCP entry
Source updated
Sep 23, 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 obsidian-memory for Codex

Installs for the current user
codex plugin marketplace add annual30k/obsidian-memory-plugin
codex plugin marketplace upgrade obsidian-memory
codex plugin add obsidian-memory@obsidian-memory

Paste and run these commands in a terminal with Codex. They add and refresh the obsidian-memory catalog, then install this plugin.

Compatibility: the page URL and API slug “obsidian-memory” remain stable.

  • Codex: obsidian-memory@agent-plugin-marketplaceobsidian-memory@obsidian-memory

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/annual30k/obsidian-memory-plugin

Clone 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

obsidian-memory/
├── .codex-plugin/plugin.json
└── skills/obsidian-memory/SKILL.md

Included Skills1

obsidian-memoryskills/obsidian-memory/SKILL.md

Recall and selectively capture durable project knowledge and global preferences in a self-growing Obsidian knowledge base. Use for relevant past decisions, explicit remember requests, user-triggered source ingestion, and wiki maintenance. Uses the host-installed Obsidian skills.

Plugin manifests1

.codex-plugin/plugin.json
{
  "name": "obsidian-memory",
  "version": "0.6.0",
  "description": "Self-growing long-term memory for Obsidian. Recalls past project decisions and selectively captures durable knowledge with an explicit Inbox -> Raw -> Wiki lifecycle.",
  "author": {
    "name": "Cyber Health Agent"
  },
  "license": "MIT",
  "keywords": [
    "obsidian",
    "memory",
    "knowledge-base",
    "self-growing",
    "notes",
    "wiki"
  ],
  "skills": "./skills/",
  "hooks": "./hooks/hooks.json",
  "interface": {
    "displayName": "Obsidian Memory",
    "shortDescription": "Self-growing memory for Obsidian",
    "longDescription": "Recall past project decisions, capture durable knowledge in Obsidian Vaults with an explicit Inbox -> Raw -> Wiki lifecycle using the host's installed Obsidian skills.",
    "developerName": "Cyber Health",
    "category": "Productivity",
    "capabilities": [
      "Interactive",
      "Write"
    ],
    "defaultPrompt": [
      "Set up Obsidian Memory for all Codex code tasks",
      "Check Obsidian Memory connection and installed skills",
      "Remember: this project requires offline export capability"
    ],
    "brandColor": "#7C3AED",
    "composerIcon": "./assets/icon.png",
    "logo": "./assets/icon.png",
    "screenshots": []
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[obsidian-memory on Agent Plugins Marketplace](https://pluginsmp.com/plugins/obsidian-memory)