@unseated7635/pi-roxy-seo
Roxy SEO extension for pi-coding-agent with an installable SEO, AEO, and GEO skill companion.
Package details
Install @unseated7635/pi-roxy-seo from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@unseated7635/pi-roxy-seo- Package
@unseated7635/pi-roxy-seo- Version
0.1.2- Published
- May 4, 2026
- Downloads
- 192/mo · 192/wk
- Author
- unseated7635
- License
- MIT
- Types
- skill
- Size
- 4.3 KB
- Dependencies
- 0 dependencies · 1 peer
Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
@unseated7635/pi-roxy-seo
Companion PI extension scaffold for the public Roxy SEO skill.
What this package is
This package is a minimal, publishable PI/OMP extension scaffold that:
- proves the npm packaging shape for a PI extension
- exposes an extension entry through
omp.extensions - registers a lightweight
roxy-seo-aboutcommand - publishes compiled JavaScript and TypeScript declarations from
dist/
What this package is not
This package does not replace the full skill. Install the companion GitHub-hosted skill separately:
npx skills add 09ashishkapoor/Roxy_SEO --skill roxy-seo -a pi
Install after publish
npm install @unseated7635/pi-roxy-seo
Load the extension
Examples:
omp --extension ./node_modules/@unseated7635/pi-roxy-seo/dist/index.js
Or add the path to your OMP/PI extension config.
Intended pairing
Use this package together with the public GitHub-hosted skill from:
https://github.com/09ashishkapoor/Roxy_SEO
Notes
- Version is scaffold-only until first real publish.
- This repo intentionally stops before
npm publishin the current task scope.