TokenRollAI/acplugin

29 stars · Last commit 2026-04-06

Convert Claude Code plugins to Codex, OpenCode, and Cursor formats

README preview

# acplugin

[![LINUX.DO](https://img.shields.io/badge/LINUX.DO-Community-f0b752?logo=data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZmlsbD0id2hpdGUiIGQ9Ik0xMiAyQzYuNDggMiAyIDYuNDggMiAxMnM0LjQ4IDEwIDEwIDEwIDEwLTQuNDggMTAtMTBTMTcuNTIgMiAxMiAyem0wIDE4Yy00LjQyIDAtOC0zLjU4LTgtOHMzLjU4LTggOC04IDggMy41OCA4IDgtMy41OCA4LTggOHoiLz48L3N2Zz4=)](https://linux.do)

[中文文档](./README.zh-CN.md)

Convert [Claude Code](https://claude.ai/code) plugins to [Codex CLI](https://github.com/openai/codex), [OpenCode](https://opencode.ai/), [Cursor](https://cursor.com/), and [Google Antigravity](https://antigravity.google/) formats.

## Install

```bash
npm install -g @disdjj/acplugin
```

Or use directly with `npx`:

```bash
npx @disdjj/acplugin convert .
```

View full repository on GitHub →