mood-journal
v2026.912.0Reflective journaling with adaptable persistent project, memory, or file storage.
By Mood Journal contributorsLicense: CC-BY-SA-4.00 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Codex and Agent Plugins
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 14, 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 mood-journal for Codex
codex plugin marketplace add squizzeak/mood-journal-plugin
codex plugin marketplace upgrade mood-journal-plugins
codex plugin add mood-journal@mood-journal-pluginsPaste and run these commands in a terminal with Codex. They add and refresh the mood-journal-plugins catalog, then install this plugin.
Compatibility: the page URL and API slug “mood-journal” remain stable.
- Codex:
mood-journal@agent-plugin-marketplace→mood-journal@mood-journal-plugins
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/squizzeak/mood-journal-pluginClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/mood-journal/.
Plugin files
├── .codex-plugin/plugin.json├── plugin.json└── skills/mood-journal/SKILL.md
Included Skills1
Guide reflective mood journaling, daily check-ins, intentional one-off health or event logs, future journal topics, and clinician handoffs using available persistent conversation context, memory, or file storage. Do not record ordinary emotional conversation without journaling intent.
Plugin manifests2
{
"name": "mood-journal",
"version": "2026.912.0",
"description": "Reflective journaling with adaptable persistent project, memory, or file storage.",
"author": {
"name": "Mood Journal contributors"
},
"skills": "./skills/",
"interface": {
"displayName": "Mood Journal",
"shortDescription": "Reflect and journal with the storage you have",
"longDescription": "User-led journaling, brief mood updates, future inquiry topics, and clinician summaries. Uses native project context, single-file memory, local projects, or authorized storage tools. Clearly distinguishes verified records, summary memory, retained chat entries, and pending saves.",
"developerName": "Mood Journal contributors",
"category": "Productivity",
"capabilities": [
"Read",
"Write",
"Interactive"
],
"defaultPrompt": [
"Help me journal about today.",
"Log a brief mood update.",
"Prepare a summary for my next appointment."
],
"logo": "./assets/logo.png",
"composerIcon": "./assets/logo.png",
"brandColor": "#173F3A",
"screenshots": [
"./assets/example-prompts.png"
]
},
"license": "CC-BY-SA-4.0",
"repository": "https://github.com/squizzeak/mood-journal-plugin",
"homepage": "https://github.com/squizzeak/mood-journal-plugin"
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "mood-journal",
"version": "2026.912.0",
"description": "Reflective journaling with adaptable persistent project, memory, or file storage.",
"author": {
"name": "Mood Journal contributors"
},
"license": "CC-BY-SA-4.0",
"extensions": {
"com.openai": {
"interface": {
"displayName": "Mood Journal",
"shortDescription": "Reflect and journal with the storage you have",
"longDescription": "User-led journaling, brief mood updates, future inquiry topics, and clinician summaries. Uses native project context, single-file memory, local projects, or authorized storage tools. Clearly distinguishes verified records, summary memory, retained chat entries, and pending saves.",
"developerName": "Mood Journal contributors",
"category": "Productivity",
"capabilities": [
"Read",
"Write",
"Interactive"
],
"defaultPrompt": [
"Help me journal about today.",
"Log a brief mood update.",
"Prepare a summary for my next appointment."
],
"logo": "./assets/logo.png",
"composerIcon": "./assets/logo.png",
"brandColor": "#173F3A",
"screenshots": [
"./assets/example-prompts.png"
]
}
}
},
"repository": "https://github.com/squizzeak/mood-journal-plugin",
"homepage": "https://github.com/squizzeak/mood-journal-plugin"
}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.
[mood-journal on Agent Plugins Marketplace](https://pluginsmp.com/plugins/mood-journal)