Agent Plugins Marketplace
All plugins

clickable-paths

v1.7.0

文件路径写成可点击链接 - 注入一段输出格式规约,让 AI 提到本机文件时输出 [文件名:行号](file:///绝对路径#行号),跨平台/终端渲染成 OSC 8 超链接直达编辑器。1.3.0 双挂子代理;1.4.0 收紧措辞圈定适用面;1.5.0 支持队列编号;1.6.0 区分落盘 md;1.7.0 适配 Windows Terminal/pwsh 盘符正斜杠与前缀路径归一化。纯注入不拦截(CLICKABLE_PATHS=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 clickable-paths 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 clickable-paths@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 “clickable-paths” remain stable.

  • Codex: clickable-paths@agent-plugin-marketplaceclickable-paths@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/clickable-paths/.

Plugin files

plugins/clickable-paths/
├── .codex-plugin/plugin.json
└── .claude-plugin/plugin.json

Plugin manifests2

plugins/clickable-paths/.codex-plugin/plugin.json
{
  "name": "clickable-paths",
  "version": "1.7.0",
  "description": "文件路径写成可点击链接 - 注入一段输出格式规约,让 AI 提到本机文件时输出 [文件名:行号](file:///绝对路径#行号),跨平台/终端渲染成 OSC 8 超链接直达编辑器。1.3.0 双挂子代理;1.4.0 收紧措辞圈定适用面;1.5.0 支持队列编号;1.6.0 区分落盘 md;1.7.0 适配 Windows Terminal/pwsh 盘符正斜杠与前缀路径归一化。纯注入不拦截(CLICKABLE_PATHS=off 可关)",
  "author": {
    "name": "zhangq"
  },
  "interface": {
    "displayName": "可点击文件路径 (clickable-paths)",
    "shortDescription": "AI 输出的文件路径可点击跳编辑器",
    "category": "Productivity"
  }
}
plugins/clickable-paths/.claude-plugin/plugin.json
{
  "name": "clickable-paths",
  "version": "1.7.0",
  "description": "文件路径写成可点击链接 - 注入格式规约:对话正文用 file:(跨平台/跨终端支持),落盘 md 用 vscode:。CLICKABLE_PATHS=off 可关",
  "author": {
    "name": "zhangq"
  },
  "hooks": {
    "UserPromptSubmit": [
      {
        "matcher": "*",
        "hooks": [
          {
            "type": "command",
            "command": "node ${CLAUDE_PLUGIN_ROOT}/hooks/clickable-paths.js"
          }
        ]
      }
    ],
    "SubagentStart": [
      {
        "matcher": "*",
        "hooks": [
          {
            "type": "command",
            "command": "node ${CLAUDE_PLUGIN_ROOT}/hooks/clickable-paths.js"
          }
        ]
      }
    ]
  }
}

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

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