Switch OpenCode install from plugin to git clone + symlink

The opencode.json plugin mechanism was unverified and likely non-functional.
Replace with reliable git clone + symlink approach, and remove unused plugin JS.

Power by MiniMax
This commit is contained in:
akai
2026-03-17 18:43:30 +08:00
parent 1706804893
commit 76bd138fa4
4 changed files with 50 additions and 121 deletions

View File

@@ -46,15 +46,14 @@ Restart Codex to discover the skills. See [`.codex/INSTALL.md`](.codex/INSTALL.m
### OpenCode
Add to your `opencode.json`:
```bash
git clone https://github.com/MiniMax-AI/skills.git ~/.minimax-skills
```json
{
"plugin": ["minimax-skills@git+https://github.com/MiniMax-AI/skills.git"]
}
mkdir -p ~/.config/opencode/skills
ln -s ~/.minimax-skills/skills/* ~/.config/opencode/skills/
```
Restart OpenCode. See [`.opencode/INSTALL.md`](.opencode/INSTALL.md) for details.
Restart OpenCode to discover the skills. See [`.opencode/INSTALL.md`](.opencode/INSTALL.md) for details.
## License