Skip to content

K3vinb5/opencode-skills-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

opencode-skills-installer

OpenCode TUI plugin that adds /install-skills and installs skills from the skills.sh catalog into ~/.agents/skills.

Installation

This is a TUI plugin, so it must be configured in ~/.config/opencode/tui.json.

1. Build the plugin

From this directory:

bun install
bun run build

2. Add it to OpenCode

Add the built file to ~/.config/opencode/tui.json:

{
  "$schema": "https://opencode.ai/tui.json",
  "theme": "system",
  "plugin": [
    "/Users/CTW03903/.config/opencode/plugins/opencode-skills-sidebar/dist/tui.js",
    "/Users/CTW03903/.config/opencode/plugins/opencode-skills-installer/dist/tui.js"
  ]
}

3. Restart OpenCode

Restart opencode so the plugin is reloaded.

What it does

  • Adds /install-skills
  • Opens a searchable select dialog titled Skills Installer
  • Shows results grouped under Results
  • Installs the selected skill into ~/.agents/skills/<skill-name>/
  • Prompts before overwriting an existing installed skill

About

OpenCode TUI plugin that adds `/install-skills` and installs skills from the skills.sh catalog into `~/.agents/skills`.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors