web-search
Search the web and read page content using native pi tools — DuckDuckGo search results, web page fetching, and Mozilla Readability extraction. No external system tools required.
Install / Use
npx skills add emanuelcasco/pi-mono-extensionsInstalls into whichever agent you are using.
SKILL.md
Installable skill definition
Quality Score
Category
Development & EngineeringSupported Platforms
Tags
Skill content
View source on GitHubname: web-search description: Search the web and read page content using native pi tools — DuckDuckGo search results, web page fetching, and Mozilla Readability extraction. No external system tools required.
Web Search
Search the web and read page content using DuckDuckGo and Mozilla Readability extraction.
Prerequisites
No external system tools are required. Search and page fetching use the Node.js runtime built into pi.
Tools
web_search
Search the web using DuckDuckGo. Returns titles, URLs, and content snippets.
When to use:
- The user asks to find information online
- Looking up documentation not available locally
- Verifying facts or looking up recent data
Parameters:
query(string, required): Search querymaxResults(number, optional, default 5, max 10): How many results to returnmaxResponseChars(number, optional): Truncate output to this many characters
Guidelines:
- Always follow up with
web_readif the user needs full page content - DuckDuckGo is used — no API key required
- Rate limits apply; avoid rapid repeated queries
web_read
Fetch a web page and extract readable content.
When to use:
- You need the full content of a specific page
- Following up on a
web_searchresult - Reading documentation or articles
Parameters:
url(string, required): Page URL (must behttp:orhttps:)maxChars(number, optional, default 8000, max 50000): How many characters of content to returnmaxResponseChars(number, optional): Truncate output to this many characters
Guidelines:
- Works best on article/blog pages
- JavaScript-heavy SPAs may return limited content (no JS execution)
- Private/internal URLs (
localhost,127.0.0.1,169.254.x.x, etc.) are blocked for security
Limitations
- No JavaScript rendering: Pages that require JS to load content will return incomplete results.
- HTML only: PDFs or other binary formats are not supported.
- DuckDuckGo rate limiting: Aggressive querying may be throttled.
Related Skills
career-ops
72.4kOpen-source AI job search: scan job portals, evaluate listings into a structured A-H report with a global 1-5 score, tailor your CV, track applications — runs locally in your AI coding CLI (Claude Code, Codex, OpenCode, Antigravity…)
ai-job-search
43.6kThe job search that runs on your machine. AI job application framework built on Claude Code: evaluate postings, tailor CVs, write cover letters, prep interviews. Fork it and own it.
claude-howto
41.6kA visual, example-driven guide to Claude Code — from basic concepts to advanced agents, with copy-paste templates that bring immediate value.
guizang-ppt-skill
26.7kAI-agent Skill for generating polished HTML slide decks: editorial magazine and Swiss layouts, image prompts, social covers, and a WebGL/low-power presentation runtime.
Security Score
Audited on Aug 26, 2026
