Agent Plugins Marketplace
All plugins

readable-citations

v1.2.0

引用别处章节要免跳可读 - 每轮注入自足引用规约,让 AI 引用其它文档的章节时必带标题原文与 20 字提要、写明引用关系,链接按落点分两轨:跨平台对话正文用 file:/// 绝对路径,落盘 md 用相对路径 + 锚点。1.1.0 补落盘 md 源码出口;1.2.0 适配 Windows 终端路径。零 skill,纯注入不拦截(READABLE_CITATIONS=off 可关)

CodexClaude Code

By zhangq0 GitHub starsUpdated 4 days ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
0 skill or MCP entries
Source updated
Sep 19, 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 readable-citations for Codex and Claude Code

Installs for the current user
codex plugin marketplace add ibootz/claude-devkit-marketplace
codex plugin marketplace upgrade claude-devkit-marketplace
codex plugin add readable-citations@claude-devkit-marketplace

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

Compatibility: the page URL and API slug “readable-citations” remain stable.

  • Codex: readable-citations@agent-plugin-marketplacereadable-citations@claude-devkit-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/ibootz/claude-devkit-marketplace

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

Plugin files

plugins/readable-citations/
├── .codex-plugin/plugin.json
└── .claude-plugin/plugin.json

Plugin manifests2

plugins/readable-citations/.codex-plugin/plugin.json
{
  "name": "readable-citations",
  "version": "1.2.0",
  "description": "引用别处章节要免跳可读 - 每轮注入自足引用规约,让 AI 引用其它文档的章节时必带标题原文与 20 字提要、写明引用关系,链接按落点分两轨:跨平台对话正文用 file:/// 绝对路径,落盘 md 用相对路径 + 锚点。1.1.0 补落盘 md 源码出口;1.2.0 适配 Windows 终端路径。零 skill,纯注入不拦截(READABLE_CITATIONS=off 可关)",
  "author": {
    "name": "zhangq"
  },
  "interface": {
    "displayName": "自足引用 (readable-citations)",
    "shortDescription": "引用别处章节时带提要与可点击链接",
    "category": "Productivity"
  }
}
plugins/readable-citations/.claude-plugin/plugin.json
{
  "name": "readable-citations",
  "version": "1.2.0",
  "description": "引用别处章节要免跳可读 - 注入自足引用规约:带标题原文与提要,跨平台对话绝对路径、落盘相对路径。双挂生效",
  "author": {
    "name": "zhangq"
  },
  "hooks": {
    "UserPromptSubmit": [
      {
        "matcher": "*",
        "hooks": [
          {
            "type": "command",
            "command": "node ${CLAUDE_PLUGIN_ROOT}/hooks/readable-citations.js"
          }
        ]
      }
    ],
    "SubagentStart": [
      {
        "matcher": "*",
        "hooks": [
          {
            "type": "command",
            "command": "node ${CLAUDE_PLUGIN_ROOT}/hooks/readable-citations.js"
          }
        ]
      }
    ]
  }
}

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

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