oh-my-pi port of the tui-use plugin (it's very basic)

README.md

tui-use — oh-my-pi Plugin #

A skill plugin that teaches oh-my-pi agents how to drive the tui-use CLI for PTY-based TUI automation.

Prerequisites #

Install the tui-use CLI:

npm install -g tui-use

Installation #

cd ~/Development/scratch/tui-use
omp plugin link

Option 2: Add as a custom skills directory #

In ~/.omp/agent/config.yml:

skills:
  customDirectories:
    - ~/Development/scratch/tui-use/skills

Option 3: Install from marketplace #

omp plugin marketplace add ~/Development/scratch/tui-use
omp plugin install tui-use@tui-use-local