[开源] acplugin: 一键迁移 claude code plugin 到 codexopencodecursorantigravity
- 内容介绍
- 文章标签
- 相关推荐
开源推广 开源项目 Claude
本帖使用社区开源推广,符合推广要求。我申明并遵循社区要求的以下内容:
- 我的帖子已经打上 开源推广 标签: 是
- 我的开源项目完整开源,无未开源部分: 是
- 我的开源项目已链接认可 LINUX DO 社区: 是
- 我帖子内的项目介绍,AI生成、润色内容部分已截图发出: 是
- 以上选择我承诺是永久有效的,接受社区和佬友监督: 是
以下为项目介绍正文内容,AI生成、润色内容已使用截图方式发出
开源推广 开源项目 Claude
Repo
是什么?
一个将 claude code 的 plugin / skill / agents 转换为 codex / opencode / cursor / antigravity 支持的插件/Skill/Command 格式
让你的项目可以在任何 AI Coding 工具中使用你熟悉的 Skills / Agents, 一键迁移
为什么?
Claude Code的 Plugin 生态非常丰富, 过去囿于其他 AI Coding 的生态不够丰富, 但是随着 codex subagent 的发布, 一些最核心的能力已经健全, 一些生态有了共享的技术支持
Agents Skills / Agents 的定义大同小异, 本质上只是一些字段的同步和修改
最近使用中转商, claude渠道非常不稳定, 但是使用 claude 又积累了很多资源, 需要迁移, 所以没有办法, 只能迁移, 于是就有了这个项目.
佬友们估计也有类似的顾虑, 分享一下这个工具.
使用
// 安装
npm install -g @disdjj/acplugin
// 使用
acplugin
效果
这里以 cc-plugin 为例
Image1402×858 81 KB
> acplugin
acplugin — Claude Code Plugin Converter
✔ What do you want to do? Convert — Convert plugins to other platforms
✔ Where are the plugins? Local — Current directory or local path
✔ Local path: .
✔ Select target platforms Codex CLI, OpenCode, Cursor, Antigravity (Google)
✔ Use custom output directory? No
✔ Dry run (preview only, no files written)? Yes
✔ Found 1 plugin(s)
✔ Select plugins to convert tr (13 resources) — TokenRoll custom commands and agents for
Claude Code
✔ Output to subdirectory "tr/"? No
ℹ Converting 1 plugin(s) to codex, opencode, cursor, antigravity...
tr
Resources: 13
Codex: 21 file(s)
.agents/skills/commit/SKILL.md
.agents/skills/commit/agents/openai.yaml
.agents/skills/deep-dive/SKILL.md
.agents/skills/deep-dive/references/mermaid-patterns.md
.agents/skills/deep-dive/references/stack-detection.md
.agents/skills/doc-workflow/SKILL.md
.agents/skills/doc-workflow/references/doc-conventions.md
.agents/skills/doc-workflow/references/llmdoc-structure.md
.agents/skills/investigate/SKILL.md
.agents/skills/investigate/references/investigation-guide.md
.agents/skills/read-doc/SKILL.md
.agents/skills/read-doc/agents/openai.yaml
.agents/skills/update-doc/SKILL.md
.agents/skills/update-doc/agents/openai.yaml
.codex/agents/investigator.toml
.codex/agents/recorder.toml
.codex/agents/scout.toml
.codex/agents/worker.toml
.agents/skills/cmd-initDoc/SKILL.md
.agents/skills/cmd-what/SKILL.md
.agents/skills/cmd-withScout/SKILL.md
Opencode: 18 file(s)
.opencode/skills/commit/SKILL.md
.opencode/skills/deep-dive/SKILL.md
.opencode/skills/deep-dive/references/mermaid-patterns.md
.opencode/skills/deep-dive/references/stack-detection.md
.opencode/skills/doc-workflow/SKILL.md
.opencode/skills/doc-workflow/references/doc-conventions.md
.opencode/skills/doc-workflow/references/llmdoc-structure.md
.opencode/skills/investigate/SKILL.md
.opencode/skills/investigate/references/investigation-guide.md
.opencode/skills/read-doc/SKILL.md
.opencode/skills/update-doc/SKILL.md
.opencode/agents/investigator.md
.opencode/agents/recorder.md
.opencode/agents/scout.md
.opencode/agents/worker.md
.opencode/commands/initDoc.md
.opencode/commands/what.md
.opencode/commands/withScout.md
Cursor: 19 file(s)
skills/commit/SKILL.md
skills/deep-dive/SKILL.md
skills/deep-dive/references/mermaid-patterns.md
skills/deep-dive/references/stack-detection.md
skills/doc-workflow/SKILL.md
skills/doc-workflow/references/doc-conventions.md
skills/doc-workflow/references/llmdoc-structure.md
skills/investigate/SKILL.md
skills/investigate/references/investigation-guide.md
skills/read-doc/SKILL.md
skills/update-doc/SKILL.md
agents/investigator.md
agents/recorder.md
agents/scout.md
agents/worker.md
commands/initDoc.md
commands/what.md
commands/withScout.md
.cursor-plugin/plugin.json
Antigravity: 18 file(s)
.agent/skills/commit/SKILL.md
.agent/skills/deep-dive/SKILL.md
.agent/skills/deep-dive/references/mermaid-patterns.md
.agent/skills/deep-dive/references/stack-detection.md
.agent/skills/doc-workflow/SKILL.md
.agent/skills/doc-workflow/references/doc-conventions.md
.agent/skills/doc-workflow/references/llmdoc-structure.md
.agent/skills/investigate/SKILL.md
.agent/skills/investigate/references/investigation-guide.md
.agent/skills/read-doc/SKILL.md
.agent/skills/update-doc/SKILL.md
.gemini/agents/investigator.md
.gemini/agents/recorder.md
.gemini/agents/scout.md
.gemini/agents/worker.md
.agent/skills/cmd-initDoc/SKILL.md
.agent/skills/cmd-what/SKILL.md
.agent/skills/cmd-withScout/SKILL.md
✔ Would generate 76 file(s) for 1 plugin(s)
网友解答:
--【壹】--:
感谢大佬。
--【贰】--:
本来也打算做一个的,哈哈
--【叁】--:
哈哈哈哈, 客气客气
--【肆】--:
好用,把 pr-review-toolkit 移植到 Opencode 了
--【伍】--:
skills/skills/.curated/frontend-skill at main · openai/skills
Skills Catalog for Codex. Contribute to openai/skills development by creating an account on GitHub.
✔ Where are the plugins? GitHub — Download from a GitHub repository
✔ GitHub repo (owner/repo): https://github.com/openai/skills/tree/main/skills/.curated/frontend-skill
✔ Select target platforms OpenCode
✔ Use custom output directory? No
✔ Dry run (preview only, no files written)? No
ℹ Downloading openai/skills#main...
✔ Downloaded and extracted
⚠ No resources found.```
这个 repo 可以看一下,不支持。
--【陆】--:
插件这个是不是只能登录才可以使用啊,我看 codex app 里如果是 api 的 plugin 是灰色的啊
--【柒】--:
好东西 感谢分享
--【捌】--:
太客气了, just try it!
--【玖】--:
确实是有这个需求, hhhh
--【拾】--:
感谢感谢! 如果有界面管理就好了
--【拾壹】--:
谢谢大佬分享!
--【拾贰】--:
暂时没有这个打算, 这个工具的属性比较单一, 命令行里直接 run 会更合适一些
--【拾叁】--:
感谢大佬分享
开源推广 开源项目 Claude
本帖使用社区开源推广,符合推广要求。我申明并遵循社区要求的以下内容:
- 我的帖子已经打上 开源推广 标签: 是
- 我的开源项目完整开源,无未开源部分: 是
- 我的开源项目已链接认可 LINUX DO 社区: 是
- 我帖子内的项目介绍,AI生成、润色内容部分已截图发出: 是
- 以上选择我承诺是永久有效的,接受社区和佬友监督: 是
以下为项目介绍正文内容,AI生成、润色内容已使用截图方式发出
开源推广 开源项目 Claude
Repo
是什么?
一个将 claude code 的 plugin / skill / agents 转换为 codex / opencode / cursor / antigravity 支持的插件/Skill/Command 格式
让你的项目可以在任何 AI Coding 工具中使用你熟悉的 Skills / Agents, 一键迁移
为什么?
Claude Code的 Plugin 生态非常丰富, 过去囿于其他 AI Coding 的生态不够丰富, 但是随着 codex subagent 的发布, 一些最核心的能力已经健全, 一些生态有了共享的技术支持
Agents Skills / Agents 的定义大同小异, 本质上只是一些字段的同步和修改
最近使用中转商, claude渠道非常不稳定, 但是使用 claude 又积累了很多资源, 需要迁移, 所以没有办法, 只能迁移, 于是就有了这个项目.
佬友们估计也有类似的顾虑, 分享一下这个工具.
使用
// 安装
npm install -g @disdjj/acplugin
// 使用
acplugin
效果
这里以 cc-plugin 为例
Image1402×858 81 KB
> acplugin
acplugin — Claude Code Plugin Converter
✔ What do you want to do? Convert — Convert plugins to other platforms
✔ Where are the plugins? Local — Current directory or local path
✔ Local path: .
✔ Select target platforms Codex CLI, OpenCode, Cursor, Antigravity (Google)
✔ Use custom output directory? No
✔ Dry run (preview only, no files written)? Yes
✔ Found 1 plugin(s)
✔ Select plugins to convert tr (13 resources) — TokenRoll custom commands and agents for
Claude Code
✔ Output to subdirectory "tr/"? No
ℹ Converting 1 plugin(s) to codex, opencode, cursor, antigravity...
tr
Resources: 13
Codex: 21 file(s)
.agents/skills/commit/SKILL.md
.agents/skills/commit/agents/openai.yaml
.agents/skills/deep-dive/SKILL.md
.agents/skills/deep-dive/references/mermaid-patterns.md
.agents/skills/deep-dive/references/stack-detection.md
.agents/skills/doc-workflow/SKILL.md
.agents/skills/doc-workflow/references/doc-conventions.md
.agents/skills/doc-workflow/references/llmdoc-structure.md
.agents/skills/investigate/SKILL.md
.agents/skills/investigate/references/investigation-guide.md
.agents/skills/read-doc/SKILL.md
.agents/skills/read-doc/agents/openai.yaml
.agents/skills/update-doc/SKILL.md
.agents/skills/update-doc/agents/openai.yaml
.codex/agents/investigator.toml
.codex/agents/recorder.toml
.codex/agents/scout.toml
.codex/agents/worker.toml
.agents/skills/cmd-initDoc/SKILL.md
.agents/skills/cmd-what/SKILL.md
.agents/skills/cmd-withScout/SKILL.md
Opencode: 18 file(s)
.opencode/skills/commit/SKILL.md
.opencode/skills/deep-dive/SKILL.md
.opencode/skills/deep-dive/references/mermaid-patterns.md
.opencode/skills/deep-dive/references/stack-detection.md
.opencode/skills/doc-workflow/SKILL.md
.opencode/skills/doc-workflow/references/doc-conventions.md
.opencode/skills/doc-workflow/references/llmdoc-structure.md
.opencode/skills/investigate/SKILL.md
.opencode/skills/investigate/references/investigation-guide.md
.opencode/skills/read-doc/SKILL.md
.opencode/skills/update-doc/SKILL.md
.opencode/agents/investigator.md
.opencode/agents/recorder.md
.opencode/agents/scout.md
.opencode/agents/worker.md
.opencode/commands/initDoc.md
.opencode/commands/what.md
.opencode/commands/withScout.md
Cursor: 19 file(s)
skills/commit/SKILL.md
skills/deep-dive/SKILL.md
skills/deep-dive/references/mermaid-patterns.md
skills/deep-dive/references/stack-detection.md
skills/doc-workflow/SKILL.md
skills/doc-workflow/references/doc-conventions.md
skills/doc-workflow/references/llmdoc-structure.md
skills/investigate/SKILL.md
skills/investigate/references/investigation-guide.md
skills/read-doc/SKILL.md
skills/update-doc/SKILL.md
agents/investigator.md
agents/recorder.md
agents/scout.md
agents/worker.md
commands/initDoc.md
commands/what.md
commands/withScout.md
.cursor-plugin/plugin.json
Antigravity: 18 file(s)
.agent/skills/commit/SKILL.md
.agent/skills/deep-dive/SKILL.md
.agent/skills/deep-dive/references/mermaid-patterns.md
.agent/skills/deep-dive/references/stack-detection.md
.agent/skills/doc-workflow/SKILL.md
.agent/skills/doc-workflow/references/doc-conventions.md
.agent/skills/doc-workflow/references/llmdoc-structure.md
.agent/skills/investigate/SKILL.md
.agent/skills/investigate/references/investigation-guide.md
.agent/skills/read-doc/SKILL.md
.agent/skills/update-doc/SKILL.md
.gemini/agents/investigator.md
.gemini/agents/recorder.md
.gemini/agents/scout.md
.gemini/agents/worker.md
.agent/skills/cmd-initDoc/SKILL.md
.agent/skills/cmd-what/SKILL.md
.agent/skills/cmd-withScout/SKILL.md
✔ Would generate 76 file(s) for 1 plugin(s)
网友解答:
--【壹】--:
感谢大佬。
--【贰】--:
本来也打算做一个的,哈哈
--【叁】--:
哈哈哈哈, 客气客气
--【肆】--:
好用,把 pr-review-toolkit 移植到 Opencode 了
--【伍】--:
skills/skills/.curated/frontend-skill at main · openai/skills
Skills Catalog for Codex. Contribute to openai/skills development by creating an account on GitHub.
✔ Where are the plugins? GitHub — Download from a GitHub repository
✔ GitHub repo (owner/repo): https://github.com/openai/skills/tree/main/skills/.curated/frontend-skill
✔ Select target platforms OpenCode
✔ Use custom output directory? No
✔ Dry run (preview only, no files written)? No
ℹ Downloading openai/skills#main...
✔ Downloaded and extracted
⚠ No resources found.```
这个 repo 可以看一下,不支持。
--【陆】--:
插件这个是不是只能登录才可以使用啊,我看 codex app 里如果是 api 的 plugin 是灰色的啊
--【柒】--:
好东西 感谢分享
--【捌】--:
太客气了, just try it!
--【玖】--:
确实是有这个需求, hhhh
--【拾】--:
感谢感谢! 如果有界面管理就好了
--【拾壹】--:
谢谢大佬分享!
--【拾贰】--:
暂时没有这个打算, 这个工具的属性比较单一, 命令行里直接 run 会更合适一些
--【拾叁】--:
感谢大佬分享

![[开源] acplugin: 一键迁移 claude code plugin 到 codexopencodecursorantigravity](/imgrand/LOCis4ak.webp)