@k41ch3n/pi-deepseek-search

DeepSeek live web search extension for Pi coding agent

Packages

Package details

extension

Install @k41ch3n/pi-deepseek-search from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@k41ch3n/pi-deepseek-search
Package
@k41ch3n/pi-deepseek-search
Version
0.1.0
Published
Aug 5, 2026
Downloads
234/mo · 29/wk
Author
k41ch3n
License
MIT
Types
extension
Size
11.4 KB
Dependencies
2 dependencies · 1 peer
Pi manifest JSON
{
  "extensions": [
    "./dist/index.js"
  ]
}

Security note

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

README

@k41ch3n/pi-deepseek-search

Pi coding agent extension that registers the deepseek_web_search tool and /deepseek-web-search-status command.

Install

pi install npm:@k41ch3n/pi-deepseek-search

The scoped name is intentional: the unscoped pi-deepseek-search npm name belongs to another publisher and is unrelated to this repository.

Configure DeepSeek with Pi's /login command. DEEPSEEK_API_KEY is supported as a fallback.

The tool accepts a required query and optional context, forces DeepSeek's live web_search tool, reports progress in Pi, and truncates oversized answers before they enter the agent context.

Requires Pi @earendil-works/pi-coding-agent 0.83.0 or newer and Node.js 22.19 or newer.