@cnife/pi-miscs

Miscellaneous small pi extensions and skills (debug, exit, measure-tokens)

Packages

Package details

extensionskill

Install @cnife/pi-miscs from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@cnife/pi-miscs
Package
@cnife/pi-miscs
Version
0.2.0
Published
Jun 2, 2026
Downloads
532/mo · 15/wk
Author
cnife
License
MIT
Types
extension, skill
Size
23.3 KB
Dependencies
0 dependencies · 1 peer
Pi manifest JSON
{
  "extensions": [
    "./extensions"
  ],
  "skills": [
    "./skills"
  ]
}

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

README

@cnife/pi-miscs

pi 杂项小工具集合。

包含

  • debug-request-body — 将请求体写入调试文件(需设置 PI_DEBUG_REQUEST_BODY 环境变量)
  • exit — 输入 exit 退出当前会话

安装

pi install npm:@cnife/pi-miscs