Loading...
Loading...
ONLY for Pi Agents — all other agents have their own web tools. How Pi accesses the web via the pi-web-access package — search, fetch URLs/PDFs/YouTube/GitHub. Use whenever a Pi task needs current info, docs, news, prices, or content from a specific URL.
npx skill4agent add davidondrej/skills pi-web-searchpi-web-accessworkflow: "none"web_searchworkflow: "none"queriesworkflow: "none"web_search({ queries: ["query 1", "query 2"], workflow: "none" })web_searchworkflow: "none"code_searchweb_searchfetch_contentget_search_contentreadbashgh~/Downloads/GEMINI_API_KEYffmpegyt-dlpweb_searchweb_searchqueries[]web_search# Authenticate with your DeepAPI API key (see `deepapi` skill)
curl -s --max-time 60 "https://deepapi.co/v1/search/web" \
-H "Authorization: Bearer $DEEPAPI_API_KEY" -H "Content-Type: application/json" \
-H "Idempotency-Key: $(uuidgen)" \
-d '{"query": "your search terms", "maxResults": 5, "maxCostUsd": "0.05"}'.outputdeepapi