longbridge/skills 项目新增了 codex plugin,请修改 skills 页面,在 claude code plugin 相关的地方增加 codex plugin 的安装脚本。当#1090
Merged
Conversation
…e code plugin 相关的地方增加 codex plugin 的安装脚本。当 Generated by Endless task #24. Co-authored-by: Huacnlee Li Huashun <huacnlee@longbridge-inc.com>
…aude code plugin 相关的地方增加 codex plugin 的安装脚本。当 Generated by Endless task #24. Co-authored-by: Huacnlee Li Huashun <huacnlee@longbridge-inc.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 Auto-generated by Endless task #24.
Initiated by: Huacnlee Li Huashun
Background
The
longbridge/skillsrepository recently added a Codex plugin manifest (.codex-plugin/plugin.json), enabling OpenAI Codex users to install Longbridge Skills via the native Codex plugin system — analogous to the existing Claude Code plugin path.The developer documentation site already documented how to install Skills via the Claude Code plugin, npx/bunx, ZIP download, and OpenClaw. However, there was no corresponding install block for Codex users who want to use the plugin system. This left Codex users without a clear, official install method in the docs.
Summary
code/skills/docs/install.mdPath D (codex plugin marketplace add longbridge/skills+codex plugin add longbridge@longbridge-skills)/skill/install,/zh-CN/skill/install,/zh-HK/skill/install) and confirm the new "Via Codex plugin" block appears between the Claude Code plugin block and the npx/bunx block in Step 2Changes
docs/en/skill/install/index.mddocs/zh-CN/skill/install/index.mddocs/zh-HK/skill/install/index.mdKey Decisions
Placed the Codex plugin block immediately after Claude Code plugin (before npx/bunx) because both are plugin-system install methods and belong together; npx/bunx is a more general path that applies to all tools regardless of plugin support.