{
  "schemaVersion": 1,
  "generatedAt": "2026-07-22T06:54:43.445Z",
  "agents": [
    {
      "schemaVersion": 1,
      "id": "codex",
      "slug": "codex",
      "name": "Codex",
      "summary": {
        "zh": "OpenAI 的 AI 编程 Agent，提供 CLI、桌面应用与 IDE 等入口。",
        "en": "OpenAI's coding agent across CLI, desktop, and IDE surfaces."
      },
      "accountRequirement": {
        "zh": "需要支持 Codex 的 ChatGPT 账户或 OpenAI API Key；具体方式以官方文档为准。",
        "en": "Requires an eligible ChatGPT account or OpenAI API key; follow the official documentation."
      },
      "platforms": [
        "macos",
        "windows",
        "linux"
      ],
      "surfaces": [
        "cli",
        "desktop",
        "ide"
      ],
      "officialUrls": {
        "product": "https://openai.com/codex/",
        "installation": "https://developers.openai.com/codex/cli",
        "skills": "https://developers.openai.com/codex/skills"
      },
      "installMethods": [
        {
          "id": "codex-npm",
          "agent": "codex",
          "platforms": [
            "macos",
            "windows",
            "linux"
          ],
          "channel": "npm",
          "command": "npm install -g @openai/codex",
          "downloadUrl": null,
          "versionSourceUrl": "https://www.npmjs.com/package/@openai/codex",
          "checksum": {
            "status": "not-provided",
            "algorithm": null,
            "value": null,
            "url": null
          },
          "official": true,
          "lastCheckedAt": "2026-07-21T10:00:00+08:00"
        },
        {
          "id": "codex-homebrew",
          "agent": "codex",
          "platforms": [
            "macos"
          ],
          "channel": "homebrew",
          "command": "brew install --cask codex",
          "downloadUrl": null,
          "versionSourceUrl": "https://developers.openai.com/codex/cli",
          "checksum": {
            "status": "not-provided",
            "algorithm": null,
            "value": null,
            "url": null
          },
          "official": true,
          "lastCheckedAt": "2026-07-21T10:00:00+08:00"
        }
      ]
    },
    {
      "schemaVersion": 1,
      "id": "claude-code",
      "slug": "claude-code",
      "name": "Claude Code",
      "summary": {
        "zh": "Anthropic 的终端型 AI 编程 Agent，并提供 IDE 集成和 Skills。",
        "en": "Anthropic's terminal coding agent with IDE integrations and Skills."
      },
      "accountRequirement": {
        "zh": "需要 Claude 订阅账户、Console 账户或受支持的云平台凭证；以官方文档为准。",
        "en": "Requires a Claude subscription, Console account, or supported cloud provider credentials; follow official documentation."
      },
      "platforms": [
        "macos",
        "windows",
        "linux"
      ],
      "surfaces": [
        "cli",
        "ide"
      ],
      "officialUrls": {
        "product": "https://www.anthropic.com/claude-code",
        "installation": "https://code.claude.com/docs/en/setup",
        "skills": "https://code.claude.com/docs/en/skills"
      },
      "installMethods": [
        {
          "id": "claude-native-unix",
          "agent": "claude-code",
          "platforms": [
            "macos",
            "linux"
          ],
          "channel": "native",
          "command": "curl -fsSL https://claude.ai/install.sh | bash",
          "downloadUrl": null,
          "versionSourceUrl": "https://code.claude.com/docs/en/setup",
          "checksum": {
            "status": "not-provided",
            "algorithm": null,
            "value": null,
            "url": null
          },
          "official": true,
          "lastCheckedAt": "2026-07-21T10:00:00+08:00"
        },
        {
          "id": "claude-native-windows",
          "agent": "claude-code",
          "platforms": [
            "windows"
          ],
          "channel": "native",
          "command": "irm https://claude.ai/install.ps1 | iex",
          "downloadUrl": null,
          "versionSourceUrl": "https://code.claude.com/docs/en/setup",
          "checksum": {
            "status": "not-provided",
            "algorithm": null,
            "value": null,
            "url": null
          },
          "official": true,
          "lastCheckedAt": "2026-07-21T10:00:00+08:00"
        }
      ]
    }
  ],
  "items": [
    {
      "schemaVersion": 1,
      "id": "react-best-practices",
      "slug": "react-best-practices",
      "type": "skill",
      "name": "React Best Practices",
      "description": {
        "zh": "面向 React 组件、渲染和性能实现的官方 Codex 工作流。",
        "en": "An official Codex workflow for React components, rendering, and performance."
      },
      "agents": [
        "codex"
      ],
      "platforms": [
        "macos",
        "windows",
        "linux"
      ],
      "categories": [
        "frontend"
      ],
      "source": {
        "label": {
          "zh": "OpenAI Skills 文档",
          "en": "OpenAI Skills documentation"
        },
        "url": "https://developers.openai.com/codex/skills",
        "kind": "official-docs",
        "sourceCode": "not-published",
        "archived": false
      },
      "license": {
        "status": "not-published",
        "name": null,
        "url": null,
        "note": {
          "zh": "当前官方条目未公开独立许可证。",
          "en": "No standalone license is currently published for this official entry."
        }
      },
      "dependencies": [
        {
          "name": "Codex",
          "required": true,
          "note": {
            "zh": "需要支持 Skills 的 Codex。",
            "en": "Requires a Codex version with Skills support."
          }
        }
      ],
      "install": {
        "method": "official-marketplace",
        "command": "$skill-installer react-best-practices",
        "url": "https://developers.openai.com/codex/skills",
        "note": {
          "zh": "在 Codex 中调用官方 skill-installer；安装前核对显示的来源。",
          "en": "Invoke the official skill-installer in Codex and verify the displayed source before installing."
        }
      },
      "uninstall": {
        "command": null,
        "note": {
          "zh": "按 Codex Skills 文档移除已安装技能并重启 Codex。",
          "en": "Remove the installed skill using the Codex Skills documentation, then restart Codex."
        }
      },
      "risk": {
        "flags": {
          "shell": false,
          "network": false,
          "apiKey": false,
          "mcp": false,
          "fileWrite": false,
          "externalWrite": false
        },
        "level": "low",
        "reasons": [
          {
            "zh": "技能本身是实现指导；仍需审查其生成的代码变更。",
            "en": "The skill is implementation guidance; review all code changes it produces."
          }
        ],
        "override": null
      },
      "evidenceIds": [
        "ev-react-best-practices"
      ],
      "recommended": true,
      "validUntil": "2026-08-04",
      "lastCheckedAt": "2026-07-21T10:00:00+08:00"
    },
    {
      "schemaVersion": 1,
      "id": "frontend-testing-debugging",
      "slug": "frontend-testing-debugging",
      "type": "skill",
      "name": "Frontend Testing & Debugging",
      "description": {
        "zh": "用于浏览器验证、前端测试与故障定位的 Codex 工作流。",
        "en": "A Codex workflow for browser verification, frontend tests, and debugging."
      },
      "agents": [
        "codex"
      ],
      "platforms": [
        "macos",
        "windows",
        "linux"
      ],
      "categories": [
        "frontend"
      ],
      "source": {
        "label": {
          "zh": "OpenAI Skills 文档",
          "en": "OpenAI Skills documentation"
        },
        "url": "https://developers.openai.com/codex/skills",
        "kind": "official-docs",
        "sourceCode": "not-published",
        "archived": false
      },
      "license": {
        "status": "not-published",
        "name": null,
        "url": null,
        "note": {
          "zh": "当前官方条目未公开独立许可证。",
          "en": "No standalone license is currently published for this official entry."
        }
      },
      "dependencies": [
        {
          "name": "Browser runtime",
          "required": true,
          "note": {
            "zh": "完整验证通常需要可用浏览器。",
            "en": "Full verification normally requires an available browser."
          }
        }
      ],
      "install": {
        "method": "official-marketplace",
        "command": "$skill-installer frontend-testing-debugging",
        "url": "https://developers.openai.com/codex/skills",
        "note": {
          "zh": "使用 Codex 官方技能安装流程。",
          "en": "Use the official Codex skill installation flow."
        }
      },
      "uninstall": {
        "command": null,
        "note": {
          "zh": "按 Codex Skills 文档移除技能。",
          "en": "Remove the skill using the Codex Skills documentation."
        }
      },
      "risk": {
        "flags": {
          "shell": true,
          "network": true,
          "apiKey": false,
          "mcp": false,
          "fileWrite": true,
          "externalWrite": false
        },
        "level": "medium",
        "reasons": [
          {
            "zh": "测试流程可能启动本地服务、浏览器并写入测试产物。",
            "en": "Testing may start local servers and browsers and write test artifacts."
          }
        ],
        "override": null
      },
      "evidenceIds": [
        "ev-frontend-testing-debugging"
      ],
      "recommended": true,
      "validUntil": "2026-08-04",
      "lastCheckedAt": "2026-07-21T10:00:00+08:00"
    },
    {
      "schemaVersion": 1,
      "id": "claude-frontend-design",
      "slug": "claude-frontend-design",
      "type": "plugin",
      "name": "Claude Frontend Design",
      "description": {
        "zh": "Anthropic 提供的前端设计插件，强调有方向的视觉实现。",
        "en": "Anthropic's frontend design plugin for intentional visual implementation."
      },
      "agents": [
        "claude-code"
      ],
      "platforms": [
        "macos",
        "windows",
        "linux"
      ],
      "categories": [
        "frontend"
      ],
      "source": {
        "label": {
          "zh": "Anthropic Claude Code 仓库",
          "en": "Anthropic Claude Code repository"
        },
        "url": "https://github.com/anthropics/claude-code/tree/main/plugins/frontend-design",
        "kind": "official-repository",
        "sourceCode": "public",
        "archived": false
      },
      "license": {
        "status": "not-published",
        "name": null,
        "url": null,
        "note": {
          "zh": "该插件目录未单独声明开源许可证；遵循仓库公布的条款。",
          "en": "The plugin directory does not declare a standalone open-source license; follow the repository terms."
        }
      },
      "dependencies": [
        {
          "name": "Claude Code plugins",
          "required": true,
          "note": {
            "zh": "需要支持插件市场的 Claude Code。",
            "en": "Requires Claude Code with plugin marketplace support."
          }
        }
      ],
      "install": {
        "method": "official-marketplace",
        "command": "/plugin install frontend-design@claude-plugins-official",
        "url": "https://github.com/anthropics/claude-plugins-official",
        "note": {
          "zh": "在 Claude Code 内执行，并确认发布者为 Anthropic。",
          "en": "Run inside Claude Code and verify Anthropic as the publisher."
        }
      },
      "uninstall": {
        "command": "/plugin uninstall frontend-design@claude-plugins-official",
        "note": {
          "zh": "在 Claude Code 内卸载。",
          "en": "Uninstall from inside Claude Code."
        }
      },
      "risk": {
        "flags": {
          "shell": false,
          "network": false,
          "apiKey": false,
          "mcp": false,
          "fileWrite": false,
          "externalWrite": false
        },
        "level": "low",
        "reasons": [
          {
            "zh": "插件提供设计指导；需审查最终文件变更。",
            "en": "The plugin provides design guidance; review final file changes."
          }
        ],
        "override": null
      },
      "evidenceIds": [
        "ev-claude-frontend-design"
      ],
      "recommended": true,
      "validUntil": "2026-08-04",
      "lastCheckedAt": "2026-07-21T10:00:00+08:00"
    },
    {
      "schemaVersion": 1,
      "id": "webapp-testing",
      "slug": "webapp-testing",
      "type": "skill",
      "name": "Webapp Testing",
      "description": {
        "zh": "Anthropic 示例技能，用浏览器自动化验证本地 Web 应用。",
        "en": "An Anthropic example skill for validating local web apps with browser automation."
      },
      "agents": [
        "claude-code"
      ],
      "platforms": [
        "macos",
        "windows",
        "linux"
      ],
      "categories": [
        "frontend"
      ],
      "source": {
        "label": {
          "zh": "Anthropic Skills 仓库",
          "en": "Anthropic Skills repository"
        },
        "url": "https://github.com/anthropics/skills/tree/main/skills/webapp-testing",
        "kind": "official-repository",
        "sourceCode": "public",
        "archived": false
      },
      "license": {
        "status": "custom",
        "name": "Anthropic skill terms",
        "url": "https://github.com/anthropics/skills/blob/main/skills/webapp-testing/LICENSE.txt",
        "note": {
          "zh": "使用前阅读技能目录内的许可证。",
          "en": "Read the license in the skill directory before use."
        }
      },
      "dependencies": [
        {
          "name": "Playwright",
          "required": true,
          "note": {
            "zh": "技能使用浏览器自动化。",
            "en": "The skill uses browser automation."
          }
        }
      ],
      "install": {
        "method": "repository",
        "command": null,
        "url": "https://github.com/anthropics/skills/tree/main/skills/webapp-testing",
        "note": {
          "zh": "按 Claude Skills 官方文档从仓库添加；本站不执行脚本。",
          "en": "Add from the repository using the official Claude Skills documentation; this site does not run its scripts."
        }
      },
      "uninstall": {
        "command": null,
        "note": {
          "zh": "删除对应 Skills 目录并重启 Claude Code。",
          "en": "Remove the corresponding Skills directory and restart Claude Code."
        }
      },
      "risk": {
        "flags": {
          "shell": true,
          "network": true,
          "apiKey": false,
          "mcp": false,
          "fileWrite": true,
          "externalWrite": false
        },
        "level": "medium",
        "reasons": [
          {
            "zh": "会启动浏览器并可能执行本地测试命令。",
            "en": "May launch a browser and execute local test commands."
          }
        ],
        "override": null
      },
      "evidenceIds": [
        "ev-webapp-testing"
      ],
      "recommended": true,
      "validUntil": "2026-08-04",
      "lastCheckedAt": "2026-07-21T10:00:00+08:00"
    },
    {
      "schemaVersion": 1,
      "id": "web-artifacts-builder",
      "slug": "web-artifacts-builder",
      "type": "skill",
      "name": "Web Artifacts Builder",
      "description": {
        "zh": "Anthropic 示例技能，用 React、Vite 等工具构建复杂 Web artifact。",
        "en": "An Anthropic example skill for complex web artifacts using React, Vite, and related tooling."
      },
      "agents": [
        "claude-code"
      ],
      "platforms": [
        "macos",
        "windows",
        "linux"
      ],
      "categories": [
        "frontend"
      ],
      "source": {
        "label": {
          "zh": "Anthropic Skills 仓库",
          "en": "Anthropic Skills repository"
        },
        "url": "https://github.com/anthropics/skills/tree/main/skills/web-artifacts-builder",
        "kind": "official-repository",
        "sourceCode": "public",
        "archived": false
      },
      "license": {
        "status": "custom",
        "name": "Anthropic skill terms",
        "url": "https://github.com/anthropics/skills/blob/main/skills/web-artifacts-builder/LICENSE.txt",
        "note": {
          "zh": "使用前阅读技能目录内的许可证。",
          "en": "Read the license in the skill directory before use."
        }
      },
      "dependencies": [
        {
          "name": "Node.js toolchain",
          "required": true,
          "note": {
            "zh": "初始化和打包脚本依赖 Node.js 工具链。",
            "en": "Initialization and bundling scripts require a Node.js toolchain."
          }
        }
      ],
      "install": {
        "method": "repository",
        "command": null,
        "url": "https://github.com/anthropics/skills/tree/main/skills/web-artifacts-builder",
        "note": {
          "zh": "按 Claude Skills 官方文档从仓库添加。",
          "en": "Add from the repository using the official Claude Skills documentation."
        }
      },
      "uninstall": {
        "command": null,
        "note": {
          "zh": "删除对应 Skills 目录并重启 Claude Code。",
          "en": "Remove the corresponding Skills directory and restart Claude Code."
        }
      },
      "risk": {
        "flags": {
          "shell": true,
          "network": true,
          "apiKey": false,
          "mcp": false,
          "fileWrite": true,
          "externalWrite": false
        },
        "level": "medium",
        "reasons": [
          {
            "zh": "包含项目初始化与打包脚本，会安装依赖并写入文件。",
            "en": "Includes initialization and bundling scripts that install dependencies and write files."
          }
        ],
        "override": null
      },
      "evidenceIds": [
        "ev-web-artifacts-builder"
      ],
      "recommended": true,
      "validUntil": "2026-08-04",
      "lastCheckedAt": "2026-07-21T10:00:00+08:00"
    },
    {
      "schemaVersion": 1,
      "id": "github-workflow",
      "slug": "github-workflow",
      "type": "skill",
      "name": "GitHub Workflow",
      "description": {
        "zh": "用于仓库、Issue、PR 和 GitHub CLI 操作的 Codex 官方工作流。",
        "en": "An official Codex workflow for repositories, issues, pull requests, and GitHub CLI operations."
      },
      "agents": [
        "codex"
      ],
      "platforms": [
        "macos",
        "windows",
        "linux"
      ],
      "categories": [
        "github"
      ],
      "source": {
        "label": {
          "zh": "OpenAI Skills 文档",
          "en": "OpenAI Skills documentation"
        },
        "url": "https://developers.openai.com/codex/skills",
        "kind": "official-docs",
        "sourceCode": "not-published",
        "archived": false
      },
      "license": {
        "status": "not-published",
        "name": null,
        "url": null,
        "note": {
          "zh": "当前官方条目未公开独立许可证。",
          "en": "No standalone license is currently published for this official entry."
        }
      },
      "dependencies": [
        {
          "name": "GitHub CLI",
          "required": true,
          "note": {
            "zh": "部分操作需要已认证的 gh。",
            "en": "Some operations require an authenticated gh CLI."
          }
        }
      ],
      "install": {
        "method": "official-marketplace",
        "command": "$skill-installer github",
        "url": "https://developers.openai.com/codex/skills",
        "note": {
          "zh": "使用 Codex 官方 skill-installer。",
          "en": "Use the official Codex skill-installer."
        }
      },
      "uninstall": {
        "command": null,
        "note": {
          "zh": "按 Codex Skills 文档移除技能。",
          "en": "Remove using the Codex Skills documentation."
        }
      },
      "risk": {
        "flags": {
          "shell": true,
          "network": true,
          "apiKey": false,
          "mcp": false,
          "fileWrite": true,
          "externalWrite": true
        },
        "level": "high",
        "reasons": [
          {
            "zh": "可能创建或修改 Issue、PR、评论和仓库状态。",
            "en": "May create or modify issues, pull requests, comments, and repository state."
          }
        ],
        "override": null
      },
      "evidenceIds": [
        "ev-github-workflow"
      ],
      "recommended": true,
      "validUntil": "2026-08-04",
      "lastCheckedAt": "2026-07-21T10:00:00+08:00"
    },
    {
      "schemaVersion": 1,
      "id": "fix-ci",
      "slug": "fix-ci",
      "type": "skill",
      "name": "Fix CI",
      "description": {
        "zh": "检查 GitHub Actions 失败日志并提出、实现经批准修复的 Codex 技能。",
        "en": "A Codex skill that inspects failed GitHub Actions logs and proposes or implements approved fixes."
      },
      "agents": [
        "codex"
      ],
      "platforms": [
        "macos",
        "windows",
        "linux"
      ],
      "categories": [
        "github"
      ],
      "source": {
        "label": {
          "zh": "OpenAI Skills 仓库",
          "en": "OpenAI Skills repository"
        },
        "url": "https://github.com/openai/skills/tree/main/skills/.curated/gh-fix-ci",
        "kind": "official-repository",
        "sourceCode": "public",
        "archived": false
      },
      "license": {
        "status": "declared",
        "name": "Skill-specific license",
        "url": "https://github.com/openai/skills/blob/main/skills/.curated/gh-fix-ci/LICENSE.txt",
        "note": {
          "zh": "许可证以技能目录内文件为准。",
          "en": "The license file in the skill directory is authoritative."
        }
      },
      "dependencies": [
        {
          "name": "GitHub CLI",
          "required": true,
          "note": {
            "zh": "读取 Actions 检查需要 gh 登录。",
            "en": "Reading Actions checks requires gh authentication."
          }
        }
      ],
      "install": {
        "method": "repository",
        "command": "$skill-installer gh-fix-ci",
        "url": "https://github.com/openai/skills/tree/main/skills/.curated/gh-fix-ci",
        "note": {
          "zh": "在 Codex 中调用官方 skill-installer。",
          "en": "Invoke the official skill-installer inside Codex."
        }
      },
      "uninstall": {
        "command": null,
        "note": {
          "zh": "按 Codex Skills 文档移除技能。",
          "en": "Remove using the Codex Skills documentation."
        }
      },
      "risk": {
        "flags": {
          "shell": true,
          "network": true,
          "apiKey": false,
          "mcp": false,
          "fileWrite": true,
          "externalWrite": false
        },
        "level": "medium",
        "reasons": [
          {
            "zh": "会读取远端 CI 日志，并可能在确认后修改本地代码。",
            "en": "Reads remote CI logs and may modify local code after approval."
          }
        ],
        "override": null
      },
      "evidenceIds": [
        "ev-fix-ci"
      ],
      "recommended": true,
      "validUntil": "2026-08-04",
      "lastCheckedAt": "2026-07-21T10:00:00+08:00"
    },
    {
      "schemaVersion": 1,
      "id": "address-pr-comments",
      "slug": "address-pr-comments",
      "type": "skill",
      "name": "Address PR Comments",
      "description": {
        "zh": "读取当前分支 PR 评论并协助逐项处理的 Codex 技能。",
        "en": "A Codex skill for reading and addressing pull-request comments on the current branch."
      },
      "agents": [
        "codex"
      ],
      "platforms": [
        "macos",
        "windows",
        "linux"
      ],
      "categories": [
        "github"
      ],
      "source": {
        "label": {
          "zh": "OpenAI Skills 仓库",
          "en": "OpenAI Skills repository"
        },
        "url": "https://github.com/openai/skills/tree/main/skills/.curated/gh-address-comments",
        "kind": "official-repository",
        "sourceCode": "public",
        "archived": false
      },
      "license": {
        "status": "declared",
        "name": "Skill-specific license",
        "url": "https://github.com/openai/skills/blob/main/skills/.curated/gh-address-comments/LICENSE.txt",
        "note": {
          "zh": "许可证以技能目录内文件为准。",
          "en": "The license file in the skill directory is authoritative."
        }
      },
      "dependencies": [
        {
          "name": "GitHub CLI",
          "required": true,
          "note": {
            "zh": "需要已认证的 gh。",
            "en": "Requires an authenticated gh CLI."
          }
        }
      ],
      "install": {
        "method": "repository",
        "command": "$skill-installer gh-address-comments",
        "url": "https://github.com/openai/skills/tree/main/skills/.curated/gh-address-comments",
        "note": {
          "zh": "在 Codex 中调用官方 skill-installer。",
          "en": "Invoke the official skill-installer inside Codex."
        }
      },
      "uninstall": {
        "command": null,
        "note": {
          "zh": "按 Codex Skills 文档移除技能。",
          "en": "Remove using the Codex Skills documentation."
        }
      },
      "risk": {
        "flags": {
          "shell": true,
          "network": true,
          "apiKey": false,
          "mcp": false,
          "fileWrite": true,
          "externalWrite": true
        },
        "level": "high",
        "reasons": [
          {
            "zh": "可能修改代码并向 GitHub 提交回复或状态变更。",
            "en": "May modify code and post replies or state changes to GitHub."
          }
        ],
        "override": null
      },
      "evidenceIds": [
        "ev-address-pr-comments"
      ],
      "recommended": true,
      "validUntil": "2026-08-04",
      "lastCheckedAt": "2026-07-21T10:00:00+08:00"
    },
    {
      "schemaVersion": 1,
      "id": "claude-code-review",
      "slug": "claude-code-review",
      "type": "plugin",
      "name": "Claude Code Review",
      "description": {
        "zh": "Anthropic 官方多 Agent PR 审查插件，按置信度筛选发现。",
        "en": "Anthropic's multi-agent pull-request review plugin with confidence-based filtering."
      },
      "agents": [
        "claude-code"
      ],
      "platforms": [
        "macos",
        "windows",
        "linux"
      ],
      "categories": [
        "github"
      ],
      "source": {
        "label": {
          "zh": "Anthropic Claude Code 仓库",
          "en": "Anthropic Claude Code repository"
        },
        "url": "https://github.com/anthropics/claude-code/tree/main/plugins/code-review",
        "kind": "official-repository",
        "sourceCode": "public",
        "archived": false
      },
      "license": {
        "status": "not-published",
        "name": null,
        "url": null,
        "note": {
          "zh": "插件目录未单独声明开源许可证；遵循仓库条款。",
          "en": "The plugin directory has no standalone open-source license; follow repository terms."
        }
      },
      "dependencies": [
        {
          "name": "GitHub CLI",
          "required": true,
          "note": {
            "zh": "PR 上下文和评论能力依赖 GitHub 访问。",
            "en": "PR context and commenting depend on GitHub access."
          }
        }
      ],
      "install": {
        "method": "official-marketplace",
        "command": "/plugin install code-review@claude-plugins-official",
        "url": "https://github.com/anthropics/claude-plugins-official",
        "note": {
          "zh": "在 Claude Code 内安装并核对发布者。",
          "en": "Install inside Claude Code and verify the publisher."
        }
      },
      "uninstall": {
        "command": "/plugin uninstall code-review@claude-plugins-official",
        "note": {
          "zh": "在 Claude Code 内卸载。",
          "en": "Uninstall inside Claude Code."
        }
      },
      "risk": {
        "flags": {
          "shell": true,
          "network": true,
          "apiKey": false,
          "mcp": false,
          "fileWrite": false,
          "externalWrite": true
        },
        "level": "high",
        "reasons": [
          {
            "zh": "读取仓库历史并可能在 PR 中发布审查结果。",
            "en": "Reads repository history and may publish review results to a pull request."
          }
        ],
        "override": null
      },
      "evidenceIds": [
        "ev-claude-code-review"
      ],
      "recommended": true,
      "validUntil": "2026-08-04",
      "lastCheckedAt": "2026-07-21T10:00:00+08:00"
    },
    {
      "schemaVersion": 1,
      "id": "pr-review-toolkit",
      "slug": "pr-review-toolkit",
      "type": "plugin",
      "name": "PR Review Toolkit",
      "description": {
        "zh": "从测试、错误处理、类型和代码质量等维度审查 PR 的 Anthropic 插件。",
        "en": "An Anthropic plugin for reviewing pull requests across tests, error handling, types, and code quality."
      },
      "agents": [
        "claude-code"
      ],
      "platforms": [
        "macos",
        "windows",
        "linux"
      ],
      "categories": [
        "github"
      ],
      "source": {
        "label": {
          "zh": "Anthropic Claude Code 仓库",
          "en": "Anthropic Claude Code repository"
        },
        "url": "https://github.com/anthropics/claude-code/tree/main/plugins/pr-review-toolkit",
        "kind": "official-repository",
        "sourceCode": "public",
        "archived": false
      },
      "license": {
        "status": "not-published",
        "name": null,
        "url": null,
        "note": {
          "zh": "插件目录未单独声明开源许可证；遵循仓库条款。",
          "en": "The plugin directory has no standalone open-source license; follow repository terms."
        }
      },
      "dependencies": [
        {
          "name": "GitHub CLI",
          "required": false,
          "note": {
            "zh": "本地 diff 可审查，PR 工作流通常需要 GitHub 访问。",
            "en": "Local diffs can be reviewed; PR workflows normally need GitHub access."
          }
        }
      ],
      "install": {
        "method": "official-marketplace",
        "command": "/plugin install pr-review-toolkit@claude-plugins-official",
        "url": "https://github.com/anthropics/claude-plugins-official",
        "note": {
          "zh": "在 Claude Code 内安装并核对发布者。",
          "en": "Install inside Claude Code and verify the publisher."
        }
      },
      "uninstall": {
        "command": "/plugin uninstall pr-review-toolkit@claude-plugins-official",
        "note": {
          "zh": "在 Claude Code 内卸载。",
          "en": "Uninstall inside Claude Code."
        }
      },
      "risk": {
        "flags": {
          "shell": true,
          "network": true,
          "apiKey": false,
          "mcp": false,
          "fileWrite": false,
          "externalWrite": true
        },
        "level": "high",
        "reasons": [
          {
            "zh": "可能访问 Git 历史和远端 PR，并发布审查内容。",
            "en": "May access Git history and remote pull requests and publish review content."
          }
        ],
        "override": null
      },
      "evidenceIds": [
        "ev-pr-review-toolkit"
      ],
      "recommended": true,
      "validUntil": "2026-08-04",
      "lastCheckedAt": "2026-07-21T10:00:00+08:00"
    },
    {
      "schemaVersion": 1,
      "id": "codex-spreadsheets",
      "slug": "codex-spreadsheets",
      "type": "skill",
      "name": "Codex Spreadsheets",
      "description": {
        "zh": "OpenAI 官方表格技能，用于创建、分析和维护电子表格。",
        "en": "OpenAI's official spreadsheet skill for creating, analyzing, and maintaining workbooks."
      },
      "agents": [
        "codex"
      ],
      "platforms": [
        "macos",
        "windows",
        "linux"
      ],
      "categories": [
        "data"
      ],
      "source": {
        "label": {
          "zh": "OpenAI Skills 仓库",
          "en": "OpenAI Skills repository"
        },
        "url": "https://github.com/openai/skills/tree/main/skills/.system/spreadsheets",
        "kind": "official-repository",
        "sourceCode": "public",
        "archived": false
      },
      "license": {
        "status": "declared",
        "name": "Skill-specific license",
        "url": "https://github.com/openai/skills/blob/main/skills/.system/spreadsheets/LICENSE.txt",
        "note": {
          "zh": "许可证以技能目录内文件为准。",
          "en": "The license file in the skill directory is authoritative."
        }
      },
      "dependencies": [
        {
          "name": "Spreadsheet runtime",
          "required": true,
          "note": {
            "zh": "运行时由支持该系统技能的 Codex 提供。",
            "en": "The runtime is provided by a Codex build that includes this system skill."
          }
        }
      ],
      "install": {
        "method": "bundled",
        "command": null,
        "url": "https://github.com/openai/skills/tree/main/skills/.system/spreadsheets",
        "note": {
          "zh": "系统技能随支持版本的 Codex 提供；无需从本站安装。",
          "en": "This system skill ships with supported Codex versions; no installation from this site is needed."
        }
      },
      "uninstall": {
        "command": null,
        "note": {
          "zh": "系统技能不提供独立卸载；可选择不调用。",
          "en": "The system skill has no standalone uninstall flow; simply do not invoke it."
        }
      },
      "risk": {
        "flags": {
          "shell": false,
          "network": false,
          "apiKey": false,
          "mcp": false,
          "fileWrite": true,
          "externalWrite": false
        },
        "level": "medium",
        "reasons": [
          {
            "zh": "会读取和写入电子表格文件，应先备份重要工作簿。",
            "en": "Reads and writes spreadsheet files; back up important workbooks first."
          }
        ],
        "override": null
      },
      "evidenceIds": [
        "ev-codex-spreadsheets"
      ],
      "recommended": true,
      "validUntil": "2026-08-04",
      "lastCheckedAt": "2026-07-21T10:00:00+08:00"
    },
    {
      "schemaVersion": 1,
      "id": "data-visualization",
      "slug": "data-visualization",
      "type": "skill",
      "name": "Data Visualization",
      "description": {
        "zh": "用于选择图表、构建可读数据可视化并验证输出的 Codex 技能。",
        "en": "A Codex skill for selecting charts, building legible visualizations, and validating output."
      },
      "agents": [
        "codex"
      ],
      "platforms": [
        "macos",
        "windows",
        "linux"
      ],
      "categories": [
        "data"
      ],
      "source": {
        "label": {
          "zh": "OpenAI Skills 文档",
          "en": "OpenAI Skills documentation"
        },
        "url": "https://developers.openai.com/codex/skills",
        "kind": "official-docs",
        "sourceCode": "not-published",
        "archived": false
      },
      "license": {
        "status": "not-published",
        "name": null,
        "url": null,
        "note": {
          "zh": "当前官方条目未公开独立许可证。",
          "en": "No standalone license is currently published for this official entry."
        }
      },
      "dependencies": [
        {
          "name": "Visualization toolchain",
          "required": false,
          "note": {
            "zh": "具体依赖取决于项目选用的图表库。",
            "en": "Exact dependencies depend on the charting library used by the project."
          }
        }
      ],
      "install": {
        "method": "official-marketplace",
        "command": "$skill-installer data-visualization",
        "url": "https://developers.openai.com/codex/skills",
        "note": {
          "zh": "使用 Codex 官方技能安装流程。",
          "en": "Use the official Codex skill installation flow."
        }
      },
      "uninstall": {
        "command": null,
        "note": {
          "zh": "按 Codex Skills 文档移除技能。",
          "en": "Remove using the Codex Skills documentation."
        }
      },
      "risk": {
        "flags": {
          "shell": false,
          "network": false,
          "apiKey": false,
          "mcp": false,
          "fileWrite": true,
          "externalWrite": false
        },
        "level": "medium",
        "reasons": [
          {
            "zh": "会生成或修改图表和报告文件。",
            "en": "Generates or modifies chart and report files."
          }
        ],
        "override": null
      },
      "evidenceIds": [
        "ev-data-visualization"
      ],
      "recommended": true,
      "validUntil": "2026-08-04",
      "lastCheckedAt": "2026-07-21T10:00:00+08:00"
    },
    {
      "schemaVersion": 1,
      "id": "codex-pdf",
      "slug": "codex-pdf",
      "type": "skill",
      "name": "Codex PDF",
      "description": {
        "zh": "OpenAI 官方 PDF 技能，用于读取、生成和验证 PDF 文档。",
        "en": "OpenAI's official PDF skill for reading, generating, and validating PDF documents."
      },
      "agents": [
        "codex"
      ],
      "platforms": [
        "macos",
        "windows",
        "linux"
      ],
      "categories": [
        "data"
      ],
      "source": {
        "label": {
          "zh": "OpenAI Skills 仓库",
          "en": "OpenAI Skills repository"
        },
        "url": "https://github.com/openai/skills/tree/main/skills/.system/pdfs",
        "kind": "official-repository",
        "sourceCode": "public",
        "archived": false
      },
      "license": {
        "status": "declared",
        "name": "Skill-specific license",
        "url": "https://github.com/openai/skills/blob/main/skills/.system/pdfs/LICENSE.txt",
        "note": {
          "zh": "许可证以技能目录内文件为准。",
          "en": "The license file in the skill directory is authoritative."
        }
      },
      "dependencies": [
        {
          "name": "PDF runtime",
          "required": true,
          "note": {
            "zh": "运行时由支持该系统技能的 Codex 提供。",
            "en": "The runtime is provided by a Codex build that includes this system skill."
          }
        }
      ],
      "install": {
        "method": "bundled",
        "command": null,
        "url": "https://github.com/openai/skills/tree/main/skills/.system/pdfs",
        "note": {
          "zh": "系统技能随支持版本的 Codex 提供。",
          "en": "This system skill ships with supported Codex versions."
        }
      },
      "uninstall": {
        "command": null,
        "note": {
          "zh": "系统技能不提供独立卸载。",
          "en": "The system skill has no standalone uninstall flow."
        }
      },
      "risk": {
        "flags": {
          "shell": false,
          "network": false,
          "apiKey": false,
          "mcp": false,
          "fileWrite": true,
          "externalWrite": false
        },
        "level": "medium",
        "reasons": [
          {
            "zh": "会读取和生成 PDF 文件，敏感文档应在授权范围内处理。",
            "en": "Reads and generates PDF files; handle sensitive documents only within authorization."
          }
        ],
        "override": null
      },
      "evidenceIds": [
        "ev-codex-pdf"
      ],
      "recommended": true,
      "validUntil": "2026-08-04",
      "lastCheckedAt": "2026-07-21T10:00:00+08:00"
    },
    {
      "schemaVersion": 1,
      "id": "claude-xlsx",
      "slug": "claude-xlsx",
      "type": "skill",
      "name": "Claude XLSX",
      "description": {
        "zh": "Anthropic 示例技能，用于创建、编辑和分析 XLSX 工作簿。",
        "en": "An Anthropic example skill for creating, editing, and analyzing XLSX workbooks."
      },
      "agents": [
        "claude-code"
      ],
      "platforms": [
        "macos",
        "windows",
        "linux"
      ],
      "categories": [
        "data"
      ],
      "source": {
        "label": {
          "zh": "Anthropic Skills 仓库",
          "en": "Anthropic Skills repository"
        },
        "url": "https://github.com/anthropics/skills/tree/main/skills/xlsx",
        "kind": "official-repository",
        "sourceCode": "public",
        "archived": false
      },
      "license": {
        "status": "custom",
        "name": "Anthropic skill terms",
        "url": "https://github.com/anthropics/skills/blob/main/skills/xlsx/LICENSE.txt",
        "note": {
          "zh": "使用前阅读技能目录内的许可证。",
          "en": "Read the license in the skill directory before use."
        }
      },
      "dependencies": [
        {
          "name": "Python spreadsheet libraries",
          "required": true,
          "note": {
            "zh": "技能脚本可能安装和调用表格处理依赖。",
            "en": "Skill scripts may install and invoke spreadsheet-processing dependencies."
          }
        }
      ],
      "install": {
        "method": "repository",
        "command": null,
        "url": "https://github.com/anthropics/skills/tree/main/skills/xlsx",
        "note": {
          "zh": "按 Claude Skills 官方文档从仓库添加。",
          "en": "Add from the repository using the official Claude Skills documentation."
        }
      },
      "uninstall": {
        "command": null,
        "note": {
          "zh": "删除对应 Skills 目录并重启 Claude Code。",
          "en": "Remove the corresponding Skills directory and restart Claude Code."
        }
      },
      "risk": {
        "flags": {
          "shell": true,
          "network": false,
          "apiKey": false,
          "mcp": false,
          "fileWrite": true,
          "externalWrite": false
        },
        "level": "medium",
        "reasons": [
          {
            "zh": "脚本会读取和写入工作簿，并可能执行本地依赖。",
            "en": "Scripts read and write workbooks and may execute local dependencies."
          }
        ],
        "override": null
      },
      "evidenceIds": [
        "ev-claude-xlsx"
      ],
      "recommended": true,
      "validUntil": "2026-08-04",
      "lastCheckedAt": "2026-07-21T10:00:00+08:00"
    },
    {
      "schemaVersion": 1,
      "id": "claude-pdf",
      "slug": "claude-pdf",
      "type": "skill",
      "name": "Claude PDF",
      "description": {
        "zh": "Anthropic 示例技能，用于读取、创建和检查 PDF 文档。",
        "en": "An Anthropic example skill for reading, creating, and inspecting PDF documents."
      },
      "agents": [
        "claude-code"
      ],
      "platforms": [
        "macos",
        "windows",
        "linux"
      ],
      "categories": [
        "data"
      ],
      "source": {
        "label": {
          "zh": "Anthropic Skills 仓库",
          "en": "Anthropic Skills repository"
        },
        "url": "https://github.com/anthropics/skills/tree/main/skills/pdfs",
        "kind": "official-repository",
        "sourceCode": "public",
        "archived": false
      },
      "license": {
        "status": "custom",
        "name": "Anthropic skill terms",
        "url": "https://github.com/anthropics/skills/blob/main/skills/pdfs/LICENSE.txt",
        "note": {
          "zh": "使用前阅读技能目录内的许可证。",
          "en": "Read the license in the skill directory before use."
        }
      },
      "dependencies": [
        {
          "name": "PDF processing libraries",
          "required": true,
          "note": {
            "zh": "技能脚本可能安装和调用 PDF 处理依赖。",
            "en": "Skill scripts may install and invoke PDF-processing dependencies."
          }
        }
      ],
      "install": {
        "method": "repository",
        "command": null,
        "url": "https://github.com/anthropics/skills/tree/main/skills/pdfs",
        "note": {
          "zh": "按 Claude Skills 官方文档从仓库添加。",
          "en": "Add from the repository using the official Claude Skills documentation."
        }
      },
      "uninstall": {
        "command": null,
        "note": {
          "zh": "删除对应 Skills 目录并重启 Claude Code。",
          "en": "Remove the corresponding Skills directory and restart Claude Code."
        }
      },
      "risk": {
        "flags": {
          "shell": true,
          "network": false,
          "apiKey": false,
          "mcp": false,
          "fileWrite": true,
          "externalWrite": false
        },
        "level": "medium",
        "reasons": [
          {
            "zh": "脚本会读取和生成 PDF，并可能执行本地依赖。",
            "en": "Scripts read and generate PDFs and may execute local dependencies."
          }
        ],
        "override": null
      },
      "evidenceIds": [
        "ev-claude-pdf"
      ],
      "recommended": true,
      "validUntil": "2026-08-04",
      "lastCheckedAt": "2026-07-21T10:00:00+08:00"
    },
    {
      "schemaVersion": 1,
      "id": "swiftui-ui-patterns",
      "slug": "swiftui-ui-patterns",
      "type": "skill",
      "name": "SwiftUI UI Patterns",
      "description": {
        "zh": "用于 SwiftUI 导航、状态和组件结构的 Codex 官方工作流。",
        "en": "An official Codex workflow for SwiftUI navigation, state, and component structure."
      },
      "agents": [
        "codex"
      ],
      "platforms": [
        "macos"
      ],
      "categories": [
        "ios"
      ],
      "source": {
        "label": {
          "zh": "OpenAI Skills 文档",
          "en": "OpenAI Skills documentation"
        },
        "url": "https://developers.openai.com/codex/skills",
        "kind": "official-docs",
        "sourceCode": "not-published",
        "archived": false
      },
      "license": {
        "status": "not-published",
        "name": null,
        "url": null,
        "note": {
          "zh": "当前官方条目未公开独立许可证。",
          "en": "No standalone license is currently published for this official entry."
        }
      },
      "dependencies": [
        {
          "name": "Xcode",
          "required": true,
          "note": {
            "zh": "iOS/SwiftUI 开发需要兼容版本的 Xcode。",
            "en": "iOS and SwiftUI development require a compatible Xcode version."
          }
        }
      ],
      "install": {
        "method": "official-marketplace",
        "command": "$skill-installer swiftui-ui-patterns",
        "url": "https://developers.openai.com/codex/skills",
        "note": {
          "zh": "使用 Codex 官方技能安装流程。",
          "en": "Use the official Codex skill installation flow."
        }
      },
      "uninstall": {
        "command": null,
        "note": {
          "zh": "按 Codex Skills 文档移除技能。",
          "en": "Remove using the Codex Skills documentation."
        }
      },
      "risk": {
        "flags": {
          "shell": false,
          "network": false,
          "apiKey": false,
          "mcp": false,
          "fileWrite": true,
          "externalWrite": false
        },
        "level": "medium",
        "reasons": [
          {
            "zh": "会修改 SwiftUI 源文件；提交前运行项目测试。",
            "en": "Modifies SwiftUI source files; run project tests before committing."
          }
        ],
        "override": null
      },
      "evidenceIds": [
        "ev-swiftui-ui-patterns"
      ],
      "recommended": true,
      "validUntil": "2026-08-04",
      "lastCheckedAt": "2026-07-21T10:00:00+08:00"
    },
    {
      "schemaVersion": 1,
      "id": "ios-debugger-agent",
      "slug": "ios-debugger-agent",
      "type": "skill",
      "name": "iOS Debugger Agent",
      "description": {
        "zh": "指导在模拟器中构建、运行、交互和诊断 iOS 应用的 Codex 工作流。",
        "en": "A Codex workflow for building, running, interacting with, and diagnosing iOS apps in Simulator."
      },
      "agents": [
        "codex"
      ],
      "platforms": [
        "macos"
      ],
      "categories": [
        "ios"
      ],
      "source": {
        "label": {
          "zh": "OpenAI Skills 文档",
          "en": "OpenAI Skills documentation"
        },
        "url": "https://developers.openai.com/codex/skills",
        "kind": "official-docs",
        "sourceCode": "not-published",
        "archived": false
      },
      "license": {
        "status": "not-published",
        "name": null,
        "url": null,
        "note": {
          "zh": "当前官方条目未公开独立许可证。",
          "en": "No standalone license is currently published for this official entry."
        }
      },
      "dependencies": [
        {
          "name": "Xcode and iOS Simulator",
          "required": true,
          "note": {
            "zh": "需要本机 Xcode 与可启动的模拟器。",
            "en": "Requires local Xcode and an available iOS Simulator."
          }
        }
      ],
      "install": {
        "method": "official-marketplace",
        "command": "$skill-installer ios-debugger-agent",
        "url": "https://developers.openai.com/codex/skills",
        "note": {
          "zh": "使用 Codex 官方技能安装流程。",
          "en": "Use the official Codex skill installation flow."
        }
      },
      "uninstall": {
        "command": null,
        "note": {
          "zh": "按 Codex Skills 文档移除技能。",
          "en": "Remove using the Codex Skills documentation."
        }
      },
      "risk": {
        "flags": {
          "shell": true,
          "network": false,
          "apiKey": false,
          "mcp": false,
          "fileWrite": true,
          "externalWrite": false
        },
        "level": "medium",
        "reasons": [
          {
            "zh": "会执行 Xcode 构建命令、启动模拟器并写入构建产物。",
            "en": "Runs Xcode build commands, launches Simulator, and writes build artifacts."
          }
        ],
        "override": null
      },
      "evidenceIds": [
        "ev-ios-debugger-agent"
      ],
      "recommended": true,
      "validUntil": "2026-08-04",
      "lastCheckedAt": "2026-07-21T10:00:00+08:00"
    },
    {
      "schemaVersion": 1,
      "id": "swiftui-performance-audit",
      "slug": "swiftui-performance-audit",
      "type": "skill",
      "name": "SwiftUI Performance Audit",
      "description": {
        "zh": "检查 SwiftUI 失效、身份、布局和渲染成本的 Codex 工作流。",
        "en": "A Codex workflow for auditing SwiftUI invalidation, identity, layout, and rendering cost."
      },
      "agents": [
        "codex"
      ],
      "platforms": [
        "macos"
      ],
      "categories": [
        "ios"
      ],
      "source": {
        "label": {
          "zh": "OpenAI Skills 文档",
          "en": "OpenAI Skills documentation"
        },
        "url": "https://developers.openai.com/codex/skills",
        "kind": "official-docs",
        "sourceCode": "not-published",
        "archived": false
      },
      "license": {
        "status": "not-published",
        "name": null,
        "url": null,
        "note": {
          "zh": "当前官方条目未公开独立许可证。",
          "en": "No standalone license is currently published for this official entry."
        }
      },
      "dependencies": [
        {
          "name": "Xcode",
          "required": true,
          "note": {
            "zh": "动态性能验证需要 Xcode 工具。",
            "en": "Runtime performance verification requires Xcode tooling."
          }
        }
      ],
      "install": {
        "method": "official-marketplace",
        "command": "$skill-installer swiftui-performance-audit",
        "url": "https://developers.openai.com/codex/skills",
        "note": {
          "zh": "使用 Codex 官方技能安装流程。",
          "en": "Use the official Codex skill installation flow."
        }
      },
      "uninstall": {
        "command": null,
        "note": {
          "zh": "按 Codex Skills 文档移除技能。",
          "en": "Remove using the Codex Skills documentation."
        }
      },
      "risk": {
        "flags": {
          "shell": true,
          "network": false,
          "apiKey": false,
          "mcp": false,
          "fileWrite": false,
          "externalWrite": false
        },
        "level": "medium",
        "reasons": [
          {
            "zh": "动态审计可能执行构建与性能分析命令。",
            "en": "Dynamic audits may execute build and profiling commands."
          }
        ],
        "override": null
      },
      "evidenceIds": [
        "ev-swiftui-performance-audit"
      ],
      "recommended": true,
      "validUntil": "2026-08-04",
      "lastCheckedAt": "2026-07-21T10:00:00+08:00"
    },
    {
      "schemaVersion": 1,
      "id": "ettrace-performance",
      "slug": "ettrace-performance",
      "type": "skill",
      "name": "ETTrace Performance",
      "description": {
        "zh": "通过 ETTrace 和相关工具采集、比较 iOS 性能轨迹的 Codex 工作流。",
        "en": "A Codex workflow for capturing and comparing iOS performance traces with ETTrace and related tools."
      },
      "agents": [
        "codex"
      ],
      "platforms": [
        "macos"
      ],
      "categories": [
        "ios"
      ],
      "source": {
        "label": {
          "zh": "OpenAI Skills 文档",
          "en": "OpenAI Skills documentation"
        },
        "url": "https://developers.openai.com/codex/skills",
        "kind": "official-docs",
        "sourceCode": "not-published",
        "archived": false
      },
      "license": {
        "status": "not-published",
        "name": null,
        "url": null,
        "note": {
          "zh": "当前官方条目未公开独立许可证。",
          "en": "No standalone license is currently published for this official entry."
        }
      },
      "dependencies": [
        {
          "name": "ETTrace-compatible tooling",
          "required": true,
          "note": {
            "zh": "需要兼容版本的 Xcode 和性能工具。",
            "en": "Requires compatible Xcode and performance tooling."
          }
        }
      ],
      "install": {
        "method": "official-marketplace",
        "command": "$skill-installer ios-ettrace-performance",
        "url": "https://developers.openai.com/codex/skills",
        "note": {
          "zh": "使用 Codex 官方技能安装流程。",
          "en": "Use the official Codex skill installation flow."
        }
      },
      "uninstall": {
        "command": null,
        "note": {
          "zh": "按 Codex Skills 文档移除技能。",
          "en": "Remove using the Codex Skills documentation."
        }
      },
      "risk": {
        "flags": {
          "shell": true,
          "network": false,
          "apiKey": false,
          "mcp": false,
          "fileWrite": true,
          "externalWrite": false
        },
        "level": "medium",
        "reasons": [
          {
            "zh": "会运行性能采集命令并生成轨迹文件。",
            "en": "Runs profiling commands and generates trace files."
          }
        ],
        "override": null
      },
      "evidenceIds": [
        "ev-ettrace-performance"
      ],
      "recommended": true,
      "validUntil": "2026-08-04",
      "lastCheckedAt": "2026-07-21T10:00:00+08:00"
    },
    {
      "schemaVersion": 1,
      "id": "claude-swift-lsp",
      "slug": "claude-swift-lsp",
      "type": "plugin",
      "name": "Claude Swift LSP",
      "description": {
        "zh": "为 Claude Code 提供 Swift 语言服务器发现与诊断能力的官方插件。",
        "en": "An official plugin that gives Claude Code Swift language-server discovery and diagnostics."
      },
      "agents": [
        "claude-code"
      ],
      "platforms": [
        "macos"
      ],
      "categories": [
        "ios"
      ],
      "source": {
        "label": {
          "zh": "Anthropic Claude Code 仓库",
          "en": "Anthropic Claude Code repository"
        },
        "url": "https://github.com/anthropics/claude-code/tree/main/plugins/swift-lsp",
        "kind": "official-repository",
        "sourceCode": "public",
        "archived": false
      },
      "license": {
        "status": "not-published",
        "name": null,
        "url": null,
        "note": {
          "zh": "插件目录未单独声明开源许可证；遵循仓库条款。",
          "en": "The plugin directory has no standalone open-source license; follow repository terms."
        }
      },
      "dependencies": [
        {
          "name": "SourceKit-LSP",
          "required": true,
          "note": {
            "zh": "通常由 Xcode 工具链提供。",
            "en": "Normally provided by the Xcode toolchain."
          }
        }
      ],
      "install": {
        "method": "official-marketplace",
        "command": "/plugin install swift-lsp@claude-plugins-official",
        "url": "https://github.com/anthropics/claude-plugins-official",
        "note": {
          "zh": "在 Claude Code 内安装并确认 LSP 进程成功发现。",
          "en": "Install inside Claude Code and confirm that the LSP process is discovered."
        }
      },
      "uninstall": {
        "command": "/plugin uninstall swift-lsp@claude-plugins-official",
        "note": {
          "zh": "在 Claude Code 内卸载。",
          "en": "Uninstall inside Claude Code."
        }
      },
      "risk": {
        "flags": {
          "shell": true,
          "network": false,
          "apiKey": false,
          "mcp": false,
          "fileWrite": false,
          "externalWrite": false
        },
        "level": "medium",
        "reasons": [
          {
            "zh": "会启动本地语言服务器进程并读取项目源码。",
            "en": "Starts a local language-server process and reads project source code."
          }
        ],
        "override": null
      },
      "evidenceIds": [
        "ev-claude-swift-lsp"
      ],
      "recommended": true,
      "validUntil": "2026-08-04",
      "lastCheckedAt": "2026-07-21T10:00:00+08:00"
    }
  ],
  "bundles": [
    {
      "schemaVersion": 1,
      "id": "frontend-bundle",
      "slug": "frontend",
      "name": {
        "zh": "前端开发包",
        "en": "Frontend bundle"
      },
      "goal": "website",
      "promise": {
        "zh": "覆盖 React 实现、视觉指导和浏览器验证。",
        "en": "Covers React implementation, visual guidance, and browser verification."
      },
      "caveat": {
        "zh": "不会替代项目自身的设计系统和产品验收。",
        "en": "Does not replace the project's design system or product acceptance process."
      },
      "platforms": [
        "macos",
        "windows",
        "linux"
      ],
      "prerequisites": [
        {
          "zh": "已安装并能启动所选 Agent",
          "en": "The selected agent is installed and can start"
        }
      ],
      "orderedItemIds": [
        "react-best-practices",
        "frontend-testing-debugging",
        "claude-frontend-design",
        "webapp-testing",
        "web-artifacts-builder"
      ],
      "plans": [
        {
          "agent": "codex",
          "itemIds": [
            "react-best-practices",
            "frontend-testing-debugging"
          ],
          "instructions": {
            "zh": "先按 React 规范实现，再用浏览器工作流验证。",
            "en": "Implement with React guidance first, then verify with the browser workflow."
          }
        },
        {
          "agent": "claude-code",
          "itemIds": [
            "claude-frontend-design",
            "webapp-testing",
            "web-artifacts-builder"
          ],
          "instructions": {
            "zh": "先确定视觉方向，再构建并运行 Web 应用测试。",
            "en": "Set the visual direction first, then build and run web-app tests."
          }
        }
      ]
    },
    {
      "schemaVersion": 1,
      "id": "github-bundle",
      "slug": "github",
      "name": {
        "zh": "GitHub 开发包",
        "en": "GitHub bundle"
      },
      "goal": "github",
      "promise": {
        "zh": "覆盖 CI 排错、PR 评论处理和代码审查。",
        "en": "Covers CI troubleshooting, pull-request comments, and code review."
      },
      "caveat": {
        "zh": "涉及远端写操作时必须人工确认。",
        "en": "Remote write operations always require human confirmation."
      },
      "platforms": [
        "macos",
        "windows",
        "linux"
      ],
      "prerequisites": [
        {
          "zh": "GitHub CLI 已安装并完成授权",
          "en": "GitHub CLI is installed and authenticated"
        }
      ],
      "orderedItemIds": [
        "github-workflow",
        "fix-ci",
        "address-pr-comments",
        "claude-code-review",
        "pr-review-toolkit"
      ],
      "plans": [
        {
          "agent": "codex",
          "itemIds": [
            "github-workflow",
            "fix-ci",
            "address-pr-comments"
          ],
          "instructions": {
            "zh": "先只读检查，再在确认后修改代码或远端状态。",
            "en": "Inspect read-only first; modify code or remote state only after confirmation."
          }
        },
        {
          "agent": "claude-code",
          "itemIds": [
            "claude-code-review",
            "pr-review-toolkit"
          ],
          "instructions": {
            "zh": "按审查范围选择插件，并在发布评论前人工复核。",
            "en": "Choose the plugin by review scope and review findings before posting comments."
          }
        }
      ]
    },
    {
      "schemaVersion": 1,
      "id": "data-bundle",
      "slug": "data",
      "name": {
        "zh": "数据研究包",
        "en": "Data research bundle"
      },
      "goal": "data",
      "promise": {
        "zh": "覆盖表格处理、数据可视化和 PDF 报告。",
        "en": "Covers spreadsheet processing, data visualization, and PDF reporting."
      },
      "caveat": {
        "zh": "首版不承诺经过验证的量化回测执行能力。",
        "en": "The first release does not claim verified quantitative backtesting capability."
      },
      "platforms": [
        "macos",
        "windows",
        "linux"
      ],
      "prerequisites": [
        {
          "zh": "对输入数据和输出目录拥有授权",
          "en": "You are authorized to access the input data and output directory"
        }
      ],
      "orderedItemIds": [
        "codex-spreadsheets",
        "data-visualization",
        "codex-pdf",
        "claude-xlsx",
        "claude-pdf"
      ],
      "plans": [
        {
          "agent": "codex",
          "itemIds": [
            "codex-spreadsheets",
            "data-visualization",
            "codex-pdf"
          ],
          "instructions": {
            "zh": "先验证数据，再生成图表和只读报告副本。",
            "en": "Validate data first, then generate charts and a separate report copy."
          }
        },
        {
          "agent": "claude-code",
          "itemIds": [
            "claude-xlsx",
            "claude-pdf"
          ],
          "instructions": {
            "zh": "先在副本上处理工作簿，再生成并检查 PDF。",
            "en": "Work on a workbook copy first, then generate and inspect the PDF."
          }
        }
      ]
    },
    {
      "schemaVersion": 1,
      "id": "ios-bundle",
      "slug": "ios",
      "name": {
        "zh": "iOS 开发包",
        "en": "iOS bundle"
      },
      "goal": "ios",
      "promise": {
        "zh": "覆盖 SwiftUI 结构、调试和性能验证。",
        "en": "Covers SwiftUI structure, debugging, and performance verification."
      },
      "caveat": {
        "zh": "仅向 macOS 用户推荐，需要本机 Xcode。",
        "en": "Recommended only on macOS and requires local Xcode."
      },
      "platforms": [
        "macos"
      ],
      "prerequisites": [
        {
          "zh": "macOS、Xcode 和可用模拟器",
          "en": "macOS, Xcode, and an available simulator"
        }
      ],
      "orderedItemIds": [
        "swiftui-ui-patterns",
        "ios-debugger-agent",
        "swiftui-performance-audit",
        "ettrace-performance",
        "claude-swift-lsp"
      ],
      "plans": [
        {
          "agent": "codex",
          "itemIds": [
            "swiftui-ui-patterns",
            "ios-debugger-agent",
            "swiftui-performance-audit",
            "ettrace-performance"
          ],
          "instructions": {
            "zh": "先按 SwiftUI 模式实现，再完成模拟器调试和性能基线。",
            "en": "Implement with SwiftUI patterns, then complete simulator debugging and a performance baseline."
          }
        },
        {
          "agent": "claude-code",
          "itemIds": [
            "claude-swift-lsp"
          ],
          "instructions": {
            "zh": "安装后先确认 SourceKit-LSP 可发现，再进行代码诊断。",
            "en": "Confirm SourceKit-LSP discovery after installation before code diagnostics."
          }
        }
      ]
    }
  ],
  "evidence": [
    {
      "schemaVersion": 1,
      "id": "ev-react-best-practices",
      "itemId": "react-best-practices",
      "level": "source-verified",
      "platform": "macos",
      "architecture": "unknown",
      "agent": "codex",
      "agentVersion": "docs-current",
      "itemVersion": "catalog-2026.07",
      "testedAt": "2026-07-21T10:00:00+08:00",
      "result": "pass",
      "details": {
        "zh": "已核对官方目录和描述；未执行技能。",
        "en": "Official catalog and description verified; skill not executed."
      },
      "sourceUrl": "https://developers.openai.com/codex/skills"
    },
    {
      "schemaVersion": 1,
      "id": "ev-frontend-testing-debugging",
      "itemId": "frontend-testing-debugging",
      "level": "source-verified",
      "platform": "macos",
      "architecture": "unknown",
      "agent": "codex",
      "agentVersion": "docs-current",
      "itemVersion": "catalog-2026.07",
      "testedAt": "2026-07-21T10:00:00+08:00",
      "result": "pass",
      "details": {
        "zh": "已核对官方目录和描述；未执行技能。",
        "en": "Official catalog and description verified; skill not executed."
      },
      "sourceUrl": "https://developers.openai.com/codex/skills"
    },
    {
      "schemaVersion": 1,
      "id": "ev-claude-frontend-design",
      "itemId": "claude-frontend-design",
      "level": "source-verified",
      "platform": "macos",
      "architecture": "unknown",
      "agent": "claude-code",
      "agentVersion": "docs-current",
      "itemVersion": "main",
      "testedAt": "2026-07-21T10:00:00+08:00",
      "result": "pass",
      "details": {
        "zh": "已核对官方仓库条目；未安装插件。",
        "en": "Official repository entry verified; plugin not installed."
      },
      "sourceUrl": "https://github.com/anthropics/claude-code/tree/main/plugins/frontend-design"
    },
    {
      "schemaVersion": 1,
      "id": "ev-webapp-testing",
      "itemId": "webapp-testing",
      "level": "source-verified",
      "platform": "macos",
      "architecture": "unknown",
      "agent": "claude-code",
      "agentVersion": "docs-current",
      "itemVersion": "main",
      "testedAt": "2026-07-21T10:00:00+08:00",
      "result": "pass",
      "details": {
        "zh": "已核对 SKILL.md 和许可证入口；未执行脚本。",
        "en": "SKILL.md and license location verified; scripts not executed."
      },
      "sourceUrl": "https://github.com/anthropics/skills/tree/main/skills/webapp-testing"
    },
    {
      "schemaVersion": 1,
      "id": "ev-web-artifacts-builder",
      "itemId": "web-artifacts-builder",
      "level": "source-verified",
      "platform": "macos",
      "architecture": "unknown",
      "agent": "claude-code",
      "agentVersion": "docs-current",
      "itemVersion": "main",
      "testedAt": "2026-07-21T10:00:00+08:00",
      "result": "pass",
      "details": {
        "zh": "已核对 SKILL.md 和许可证入口；未执行脚本。",
        "en": "SKILL.md and license location verified; scripts not executed."
      },
      "sourceUrl": "https://github.com/anthropics/skills/tree/main/skills/web-artifacts-builder"
    },
    {
      "schemaVersion": 1,
      "id": "ev-github-workflow",
      "itemId": "github-workflow",
      "level": "source-verified",
      "platform": "macos",
      "architecture": "unknown",
      "agent": "codex",
      "agentVersion": "docs-current",
      "itemVersion": "catalog-2026.07",
      "testedAt": "2026-07-21T10:00:00+08:00",
      "result": "pass",
      "details": {
        "zh": "已核对官方目录；未连接 GitHub 账户。",
        "en": "Official catalog verified; no GitHub account connected."
      },
      "sourceUrl": "https://developers.openai.com/codex/skills"
    },
    {
      "schemaVersion": 1,
      "id": "ev-fix-ci",
      "itemId": "fix-ci",
      "level": "source-verified",
      "platform": "macos",
      "architecture": "unknown",
      "agent": "codex",
      "agentVersion": "docs-current",
      "itemVersion": "main",
      "testedAt": "2026-07-21T10:00:00+08:00",
      "result": "pass",
      "details": {
        "zh": "已核对公开技能目录和许可证入口；未运行 gh。",
        "en": "Public skill and license location verified; gh not executed."
      },
      "sourceUrl": "https://github.com/openai/skills/tree/main/skills/.curated/gh-fix-ci"
    },
    {
      "schemaVersion": 1,
      "id": "ev-address-pr-comments",
      "itemId": "address-pr-comments",
      "level": "source-verified",
      "platform": "macos",
      "architecture": "unknown",
      "agent": "codex",
      "agentVersion": "docs-current",
      "itemVersion": "main",
      "testedAt": "2026-07-21T10:00:00+08:00",
      "result": "pass",
      "details": {
        "zh": "已核对公开技能目录和许可证入口；未运行 gh。",
        "en": "Public skill and license location verified; gh not executed."
      },
      "sourceUrl": "https://github.com/openai/skills/tree/main/skills/.curated/gh-address-comments"
    },
    {
      "schemaVersion": 1,
      "id": "ev-claude-code-review",
      "itemId": "claude-code-review",
      "level": "source-verified",
      "platform": "macos",
      "architecture": "unknown",
      "agent": "claude-code",
      "agentVersion": "docs-current",
      "itemVersion": "main",
      "testedAt": "2026-07-21T10:00:00+08:00",
      "result": "pass",
      "details": {
        "zh": "已核对官方插件目录；未访问 PR。",
        "en": "Official plugin directory verified; no pull request accessed."
      },
      "sourceUrl": "https://github.com/anthropics/claude-code/tree/main/plugins/code-review"
    },
    {
      "schemaVersion": 1,
      "id": "ev-pr-review-toolkit",
      "itemId": "pr-review-toolkit",
      "level": "source-verified",
      "platform": "macos",
      "architecture": "unknown",
      "agent": "claude-code",
      "agentVersion": "docs-current",
      "itemVersion": "main",
      "testedAt": "2026-07-21T10:00:00+08:00",
      "result": "pass",
      "details": {
        "zh": "已核对官方插件目录；未访问 PR。",
        "en": "Official plugin directory verified; no pull request accessed."
      },
      "sourceUrl": "https://github.com/anthropics/claude-code/tree/main/plugins/pr-review-toolkit"
    },
    {
      "schemaVersion": 1,
      "id": "ev-codex-spreadsheets",
      "itemId": "codex-spreadsheets",
      "level": "source-verified",
      "platform": "macos",
      "architecture": "unknown",
      "agent": "codex",
      "agentVersion": "docs-current",
      "itemVersion": "main",
      "testedAt": "2026-07-21T10:00:00+08:00",
      "result": "pass",
      "details": {
        "zh": "已核对系统技能目录；未处理工作簿。",
        "en": "System skill directory verified; no workbook processed."
      },
      "sourceUrl": "https://github.com/openai/skills/tree/main/skills/.system/spreadsheets"
    },
    {
      "schemaVersion": 1,
      "id": "ev-data-visualization",
      "itemId": "data-visualization",
      "level": "source-verified",
      "platform": "macos",
      "architecture": "unknown",
      "agent": "codex",
      "agentVersion": "docs-current",
      "itemVersion": "catalog-2026.07",
      "testedAt": "2026-07-21T10:00:00+08:00",
      "result": "pass",
      "details": {
        "zh": "已核对官方目录和描述；未生成图表。",
        "en": "Official catalog and description verified; no chart generated."
      },
      "sourceUrl": "https://developers.openai.com/codex/skills"
    },
    {
      "schemaVersion": 1,
      "id": "ev-codex-pdf",
      "itemId": "codex-pdf",
      "level": "source-verified",
      "platform": "macos",
      "architecture": "unknown",
      "agent": "codex",
      "agentVersion": "docs-current",
      "itemVersion": "main",
      "testedAt": "2026-07-21T10:00:00+08:00",
      "result": "pass",
      "details": {
        "zh": "已核对系统技能目录；未处理 PDF。",
        "en": "System skill directory verified; no PDF processed."
      },
      "sourceUrl": "https://github.com/openai/skills/tree/main/skills/.system/pdfs"
    },
    {
      "schemaVersion": 1,
      "id": "ev-claude-xlsx",
      "itemId": "claude-xlsx",
      "level": "source-verified",
      "platform": "macos",
      "architecture": "unknown",
      "agent": "claude-code",
      "agentVersion": "docs-current",
      "itemVersion": "main",
      "testedAt": "2026-07-21T10:00:00+08:00",
      "result": "pass",
      "details": {
        "zh": "已核对 SKILL.md 和许可证入口；未执行脚本。",
        "en": "SKILL.md and license location verified; scripts not executed."
      },
      "sourceUrl": "https://github.com/anthropics/skills/tree/main/skills/xlsx"
    },
    {
      "schemaVersion": 1,
      "id": "ev-claude-pdf",
      "itemId": "claude-pdf",
      "level": "source-verified",
      "platform": "macos",
      "architecture": "unknown",
      "agent": "claude-code",
      "agentVersion": "docs-current",
      "itemVersion": "main",
      "testedAt": "2026-07-21T10:00:00+08:00",
      "result": "pass",
      "details": {
        "zh": "已核对 SKILL.md 和许可证入口；未执行脚本。",
        "en": "SKILL.md and license location verified; scripts not executed."
      },
      "sourceUrl": "https://github.com/anthropics/skills/tree/main/skills/pdfs"
    },
    {
      "schemaVersion": 1,
      "id": "ev-swiftui-ui-patterns",
      "itemId": "swiftui-ui-patterns",
      "level": "source-verified",
      "platform": "macos",
      "architecture": "unknown",
      "agent": "codex",
      "agentVersion": "docs-current",
      "itemVersion": "catalog-2026.07",
      "testedAt": "2026-07-21T10:00:00+08:00",
      "result": "pass",
      "details": {
        "zh": "已核对官方目录；未构建 iOS 项目。",
        "en": "Official catalog verified; no iOS project built."
      },
      "sourceUrl": "https://developers.openai.com/codex/skills"
    },
    {
      "schemaVersion": 1,
      "id": "ev-ios-debugger-agent",
      "itemId": "ios-debugger-agent",
      "level": "source-verified",
      "platform": "macos",
      "architecture": "unknown",
      "agent": "codex",
      "agentVersion": "docs-current",
      "itemVersion": "catalog-2026.07",
      "testedAt": "2026-07-21T10:00:00+08:00",
      "result": "pass",
      "details": {
        "zh": "已核对官方目录；未启动模拟器。",
        "en": "Official catalog verified; Simulator not launched."
      },
      "sourceUrl": "https://developers.openai.com/codex/skills"
    },
    {
      "schemaVersion": 1,
      "id": "ev-swiftui-performance-audit",
      "itemId": "swiftui-performance-audit",
      "level": "source-verified",
      "platform": "macos",
      "architecture": "unknown",
      "agent": "codex",
      "agentVersion": "docs-current",
      "itemVersion": "catalog-2026.07",
      "testedAt": "2026-07-21T10:00:00+08:00",
      "result": "pass",
      "details": {
        "zh": "已核对官方目录；未运行性能分析。",
        "en": "Official catalog verified; profiling not run."
      },
      "sourceUrl": "https://developers.openai.com/codex/skills"
    },
    {
      "schemaVersion": 1,
      "id": "ev-ettrace-performance",
      "itemId": "ettrace-performance",
      "level": "source-verified",
      "platform": "macos",
      "architecture": "unknown",
      "agent": "codex",
      "agentVersion": "docs-current",
      "itemVersion": "catalog-2026.07",
      "testedAt": "2026-07-21T10:00:00+08:00",
      "result": "pass",
      "details": {
        "zh": "已核对官方目录；未采集性能轨迹。",
        "en": "Official catalog verified; no performance trace captured."
      },
      "sourceUrl": "https://developers.openai.com/codex/skills"
    },
    {
      "schemaVersion": 1,
      "id": "ev-claude-swift-lsp",
      "itemId": "claude-swift-lsp",
      "level": "source-verified",
      "platform": "macos",
      "architecture": "unknown",
      "agent": "claude-code",
      "agentVersion": "docs-current",
      "itemVersion": "main",
      "testedAt": "2026-07-21T10:00:00+08:00",
      "result": "pass",
      "details": {
        "zh": "已核对官方插件目录；未启动 SourceKit-LSP。",
        "en": "Official plugin directory verified; SourceKit-LSP not started."
      },
      "sourceUrl": "https://github.com/anthropics/claude-code/tree/main/plugins/swift-lsp"
    }
  ],
  "privateCases": [
    {
      "schemaVersion": 1,
      "id": "frontend-art-workflow-private-case",
      "name": "frontend-art-workflow",
      "description": {
        "zh": "私有插件兼容性案例，仅展示依赖检测结构，不计入公开目录，也不提供安装按钮。",
        "en": "A private compatibility case that demonstrates dependency detection only; it is not in the public catalog and has no install action."
      },
      "visibility": "private",
      "installAvailable": false,
      "dependencyShape": [
        {
          "name": "Figma workflow",
          "kind": "skill",
          "required": false
        },
        {
          "name": "Product Design",
          "kind": "skill",
          "required": true
        },
        {
          "name": "Design Taste",
          "kind": "skill",
          "required": true
        },
        {
          "name": "GSAP",
          "kind": "tool",
          "required": false
        }
      ]
    }
  ]
}