@clankie/web-search

Headless web search and page extraction for clankie using CloakBrowser + Playwright

Package details

extension

Install @clankie/web-search from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@clankie/web-search
Package
@clankie/web-search
Version
0.4.2
Published
Mar 14, 2026
Downloads
75/mo · 15/wk
Author
thiagovarela
License
MIT
Types
extension
Size
20.2 KB
Dependencies
5 dependencies · 2 peers
Pi manifest JSON
{
  "extensions": [
    "./src/index.ts"
  ]
}

Security note

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

README

@clankie/web-search

Headless web search and page extraction for clankie using CloakBrowser + Playwright.

Note While some @clankie extensions may work with a bare pi installation, they are crafted to be used with clankie (built on top of pi).

Tools

  • web_search — search DuckDuckGo (HTML results) and return title/link/snippet blocks
  • web_fetch_html — open a URL and return fetched HTML
  • html_to_markdown — convert raw HTML to Markdown (raw or readability mode)

Notes

  • Handles output truncation with pointers to full temp files when needed
  • Useful for research workflows where the agent needs fresh web context

Package contents

Published files include:

  • src/
  • package.json
  • README.md