pi-nasty-verbs

Replaces Pi's default 'Working...' message with some better words.

Packages

Package details

extension

Install pi-nasty-verbs from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:pi-nasty-verbs
Package
pi-nasty-verbs
Version
0.1.1
Published
Apr 15, 2026
Downloads
48/mo · 5/wk
Author
kynnyhsap
License
MIT
Types
extension
Size
2.3 KB
Dependencies
0 dependencies · 1 peer
Pi manifest JSON
{
  "extensions": [
    "./index.ts"
  ]
}

Security note

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

README

pi-nasty-verbs

Pi's default Working... is not reflective enough of what my agents are actually doing. This extension fixes that.

Full list of verbs is in nasty-verbs.ts. I call it as I see it.

Try this extension

# try (without installation)
pi -e git:github.com/kynnyhsap/pi-nasty-verbs

# install globally
pi install git:github.com/kynnyhsap/pi-nasty-verbs

# or locally (for the current project)
pi install -l git:github.com/kynnyhsap/pi-nasty-verbs

or via npm:

# try (without installation)
pi -e npm:pi-nasty-verbs

# install globally
pi install npm:pi-nasty-verbs

# or locally (for the current project)
pi install -l npm:pi-nasty-verbs