@ar-llm/pi-skill-request-params
Pi extension that injects per-skill, per-model, and per-provider request parameters (temperature, top_p, thinking, etc.) into every provider payload.
Package details
Install @ar-llm/pi-skill-request-params from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@ar-llm/pi-skill-request-params- Package
@ar-llm/pi-skill-request-params- Version
0.1.0- Published
- Aug 7, 2026
- Downloads
- 108/mo · 17/wk
- Author
- arichiardi
- License
- Unlicense
- Types
- extension
- Size
- 19.8 KB
- Dependencies
- 0 dependencies · 1 peer
Pi manifest JSON
{
"extensions": [
"./src/skill-request-params.ts"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
@ar-llm/pi-skill-request-params
Pi extension that injects per-skill, per-model, and per-provider request parameters (temperature, top_p, thinking, etc.) into every provider payload before the request fires.
Install
pi install 'npm:@ar-llm/pi-skill-request-params'
Or try without installing:
pi -e 'npm:@ar-llm/pi-skill-request-params'
License
The Unlicense — public domain, original work.