@ahkohd/pi-oyo
Pi package that points the agent at the installed Oyo skills
Package details
Install @ahkohd/pi-oyo from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@ahkohd/pi-oyo- Package
@ahkohd/pi-oyo- Version
0.1.53- Published
- Jul 20, 2026
- Downloads
- 2,017/mo · 849/wk
- Author
- ahkohd
- License
- MIT
- Types
- extension
- Size
- 3.7 KB
- Dependencies
- 0 dependencies · 1 peer
Pi manifest JSON
{
"extensions": [
"./extensions"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
pi-oyo
Pi package that points the agent at the installed Oyo skills.
When enabled, it adds short routing instructions to the agent's system prompt:
- code reviews and comments use
oy skill path - guided walkthroughs use
oy skill path walkthrough - live TUI control uses
oy skill path control
The agent reads the matching skill and drives oy itself.
Install
From npm:
pi install npm:@ahkohd/pi-oyo
From a local checkout:
pi install ./packages/pi-oyo
Requirements
oyavailable inPATH
Commands
/oyo [on|off|status]on(default): add the Oyo skill instructions to the agent's system promptoff: stop adding themstatus: report the current mode
The mode persists across a session. The default is on.