pi-search-skill
DuckDuckGo search skill for pi - lightweight and fast
Package details
Install pi-search-skill from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:pi-search-skill- Package
pi-search-skill- Version
1.0.0- Published
- Mar 14, 2026
- Downloads
- 49/mo Β· 9/wk
- Author
- cecil_chang
- License
- MIT
- Types
- skill
- Size
- 9.5 KB
- Dependencies
- 0 dependencies Β· 0 peers
Pi manifest JSON
{
"skills": [
"."
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
pi-search-skill
π DuckDuckGo search skill for pi - lightweight, fast, and Chinese-friendly.
Features
- β Better Chinese search results than ddgs
- β Time-based filtering (day/week/month/year)
- β Region support (cn-zh, us-en, etc.)
- β Site-specific search
- β Clean JSON output
Prerequisites
pipx install ddgr
Installation
Via npm
pi install npm:pi-search-skill
Usage
# Basic search
search "python tutorial" -n 5
# Chinese search
search "δΊΊε·₯ζΊθ½" -r cn-zh -n 5
# Recent news
search "AI news" -t w -n 10
# Site-specific
search "dotfiles" -w github.com -n 5
License
MIT