@anhkhoa2109/pi-you-search

Pi extension for web_you_search and web_you_fetch tools powered by You.com

Packages

Package details

extension

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

$ pi install npm:@anhkhoa2109/pi-you-search
Package
@anhkhoa2109/pi-you-search
Version
0.1.1
Published
May 14, 2026
Downloads
not available
Author
anhkhoa2109
License
MIT
Types
extension
Size
710.9 KB
Dependencies
2 dependencies · 0 peers
Pi manifest JSON
{
  "extensions": [
    "./dist"
  ]
}

Security note

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

README

@anhkhoa2109/pi-you-search

Pi extension for web_you_search and web_you_fetch tools powered by You.com.

Features

  • 🔍 web_you_search — Search the web via You.com Search API
  • 📄 web_you_fetch — Fetch and extract content from URLs via You.com Contents API

Install

# npm
npm install @anhkhoa2109/pi-you-search

# pnpm
pnpm add @anhkhoa2109/pi-you-search

Setup

  1. Get your API key from you.com/platform
  2. Set the environment variable:
export YOU_API_KEY="your-api-key-here"
  1. Add the extension to your Pi configuration.

Usage

Once installed and configured, the extension automatically registers two tools in Pi:

web_you_search

{
  "query": "your search query",
  "numResults": 5
}

web_you_fetch

{
  "urls": ["https://example.com", "https://example.org"]
}

License

MIT