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

Configure Feed

Select the types of activity you want to include in your feed.

1 1 0

Clone this repository

https://tangled.org/xenolandscapes.com/tui-use https://tangled.org/did:plc:d3vwkc3b2iflnugov436h37x
git@knot.xenolandscapes.com:xenolandscapes.com/tui-use git@knot.xenolandscapes.com:did:plc:d3vwkc3b2iflnugov436h37x

For self-hosted knots, clone URLs may differ based on your setup.



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