centricmem-skill
v0.21.90Hosted CentricMem librarian: organise and retrieve Markdown memory via host MCP.
By Dr. ZLicense: PolyForm-Noncommercial-1.0.01.1k GitHub starsUpdated 2 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 22, 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 centricmem-skill for Codex
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add centricmem-skill@awesome-codex-pluginsPaste and run these commands in a terminal with Codex. They add and refresh the awesome-codex-plugins catalog, then install this plugin.
Compatibility: the page URL and API slug “centricmem-skill” remain stable.
- Codex:
centricmem-skill@agent-plugin-marketplace→centricmem-skill@awesome-codex-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/hashgraph-online/awesome-codex-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/zeyu-j/centricmem-skill/.
Plugin files
├── .codex-plugin/plugin.json├── skills/centricmem-agent/SKILL.md└── .mcp.json
Included Skills1
Organises and retrieves Markdown memory on the hosted CentricMem librarian (search, notes, decisions, transcripts). Use when starting a session, resuming after context compress / checkpoint / new chat, filing Non-Micro work, searching project memory, connecting an agent key, or refreshing this Skill. On session start, compare the loaded copy (see REFERENCE Skill refresh) against cm_health / ambient skill_latest and refresh if stale.
MCP servers1
- url
- https://mem.centricmem.com/mcp
Plugin manifests1
{
"name": "centricmem-skill",
"version": "0.21.90",
"description": "Hosted CentricMem librarian: organise and retrieve Markdown memory via host MCP.",
"author": {
"name": "Dr. Z",
"email": "[email protected]",
"url": "https://github.com/zeyu-j"
},
"homepage": "https://centricmem.com",
"repository": "https://github.com/zeyu-j/centricmem-skill",
"license": "PolyForm-Noncommercial-1.0.0",
"keywords": [
"centricmem",
"mcp",
"memory",
"skill",
"agent-plugins",
"agent-skills"
],
"skills": "./skills/",
"mcpServers": "./mcp.json",
"interface": {
"displayName": "CentricMem",
"shortDescription": "Hosted librarian for agent memory",
"longDescription": "Organise and retrieve Markdown memory on the hosted CentricMem librarian. After install, this agent (and each client you install into) tries https://centricmem.com/login?signup=1 and a /connect?device= URL. Plugin mcp.json or mcp add with no Bearer is not a completed connect. If minting that URL fails, run centricmem doctor connect and they email [email protected] with that output; then MCP OAuth only if this agent will receive the browser login. Never paste keys in chat. Never download a settings file that contains a key.",
"developerName": "Dr. Z",
"category": "Productivity",
"capabilities": [
"Read",
"Write"
],
"websiteURL": "https://centricmem.com",
"logo": "./assets/icon.svg",
"composerIcon": "./assets/icon.svg",
"privacyPolicyURL": "https://centricmem.com/privacy",
"termsOfServiceURL": "https://centricmem.com/terms",
"screenshots": [
"./assets/icon.svg"
],
"defaultPrompt": [
"File this session into CentricMem.",
"Search my CentricMem shelves for that decision.",
"Connect this agent to the CentricMem librarian. If cm_* are missing, send signup and a /connect?device= URL this turn."
]
}
}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.
[centricmem-skill on Agent Plugins Marketplace](https://pluginsmp.com/plugins/centricmem-skill)