Agent Plugins Marketplace
All plugins

shendumao-context-map

v0.2.0

把长期对话与规划持久整理为可追溯、可增量编辑和回看版本的思路地图。. Includes 1 skill and 1 MCP server.

Codex1 Skill1 MCP serverstdio

By 神都猫License: MIT0 GitHub starsUpdated 6 days ago

Directory evidence

Runtimes
Codex
Parsed components
2 skill or MCP entries
Source updated
Sep 18, 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 shendumao-context-map for Codex

Installs for the current user
codex plugin marketplace add signerzwb/shendumao-codex-context-map
codex plugin marketplace upgrade shendumao
codex plugin add shendumao-context-map@shendumao

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

Compatibility: the page URL and API slug “shendumao-context-map” remain stable.

  • Codex: shendumao-context-map@agent-plugin-marketplaceshendumao-context-map@shendumao

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/signerzwb/shendumao-codex-context-map

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/shendumao-context-map/.

Plugin files

plugins/shendumao-context-map/
├── .codex-plugin/plugin.json
├── skills/visualize-context/SKILL.md
└── .mcp.json

Included Skills1

visualize-contextskills/visualize-context/SKILL.md

把当前上下文、宿主授权读取的指定 Codex 任务或用户提供的规划整理并持久保存为神都猫脉络图,支持增量编辑与版本回看。当用户想回顾初心、梳理主题分支、查看决定原因、追踪未完成事项或继续已有地图时使用。

MCP servers1

shendumaoContextMapstdio
command
node
args
./mcp/server.bundle.mjs
cwd
.

Plugin manifests1

plugins/shendumao-context-map/.codex-plugin/plugin.json
{
  "name": "shendumao-context-map",
  "version": "0.2.0",
  "description": "把长期对话与规划持久整理为可追溯、可增量编辑和回看版本的思路地图。",
  "author": {
    "name": "神都猫"
  },
  "homepage": "https://github.com/signerzwb/shendumao-codex-context-map",
  "repository": "https://github.com/signerzwb/shendumao-codex-context-map",
  "license": "MIT",
  "keywords": [
    "thought-map",
    "conversation-map",
    "mind-map",
    "codex",
    "planning"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "神都猫脉络",
    "shortDescription": "持久梳理对话脉络,增量编辑并回看版本",
    "longDescription": "神都猫脉络把对话中的初始目标、主题分支、转折、决定、约束与未完成事项持久保存为结构化地图,并在 Codex 中提供增量编辑、版本回看、来源标注以及可缩放、可切换方向的交互画布。用户原文保持原语言;插件不会在未经宿主授权时自动读取其他任务历史。",
    "developerName": "神都猫",
    "category": "Productivity",
    "capabilities": [
      "Interactive",
      "Read",
      "Write"
    ],
    "defaultPrompt": [
      "把当前对话整理成一张脉络图",
      "继续更新这张脉络图,保留来源和修改原因",
      "查看这张脉络图的版本变化"
    ],
    "brandColor": "#2B8277",
    "composerIcon": "./assets/icon.png",
    "logo": "./assets/logo.png"
  },
  "mcpServers": "./.mcp.json"
}

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

[shendumao-context-map on Agent Plugins Marketplace](https://pluginsmp.com/plugins/shendumao-context-map)