lingshu-memory
v0.1.0Lingshu long-term memory: 16-discipline skill + mdcg MCP wiring for Codex CLI
By FuRongJun-1999License: MIT225 GitHub starsUpdated 4 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 20, 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 lingshu-memory for Codex
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add lingshu-memory@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
Compatibility: the page URL and API slug “lingshu-memory-2” remain stable.
- Codex:
lingshu-memory-2@agent-plugin-marketplace→lingshu-memory@agent-plugin-marketplace
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/FuRongJun-1999/dsh-memoryClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is codex/lingshu-memory/.
Plugin files
├── .codex-plugin/plugin.json└── skills/linglu-discipline/SKILL.md
Included Skills1
灵枢工作纪律与记忆操作规程(16 条)。会话开始或任何任务动手前使用;命中「查记忆 / 写记忆 / 命令执行 / 入库提交 / 根因分析 / 敏感信息 / 公开产物」等触发词时必须先加载本 skill。
Plugin manifests1
{
"name": "lingshu-memory",
"version": "0.1.0",
"description": "Lingshu long-term memory: 16-discipline skill + mdcg MCP wiring for Codex CLI",
"author": {
"name": "FuRongJun-1999"
},
"homepage": "https://github.com/FuRongJun-1999/dsh-memory",
"license": "MIT",
"keywords": [
"memory",
"lingshu",
"mcp",
"discipline",
"cognitive-graph"
],
"skills": "./skills/",
"interface": {
"displayName": "灵枢记忆",
"shortDescription": "跨会话长期记忆 + 16 条工作纪律",
"longDescription": "挂载灵枢(Lingshu)长期记忆系统:stdio MCP server(mdcg)接入模板与 16 条工作纪律 skill。记忆本体为纯 md 认知图,记什么、取什么、能不能写入全部由确定性规则裁决,写没写成功看 committed 字段,全程可审计。",
"developerName": "FuRongJun-1999",
"category": "Developer Tools",
"capabilities": [
"Interactive"
],
"defaultPrompt": [
"先查灵枢记忆再动手:cg(op=route, intent=当前任务意图)"
]
}
}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.
[lingshu-memory on Agent Plugins Marketplace](https://pluginsmp.com/plugins/lingshu-memory-2)