skel/.pi/skills/web-search-summary/SKILL.md
Search via SearXNG, fetch top results, and return quick summaries plus markdown.
npx skillsauth add rcarmo/piclaw web-search-summaryInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Search the web and generate lightweight summaries using HTML-to-Markdown conversion.
Run a summarized search:
bun /workspace/.pi/skills/web-search-summary/web-search-summary.ts --query "your query"
Adjust fetch depth or summary length:
bun /workspace/.pi/skills/web-search-summary/web-search-summary.ts --query "your query" --fetch-limit 3 --max-sentences 4 --max-chars 800
--query (or --q) Required search query.--limit Number of results to return (default 5).--fetch Set to false to skip fetching pages (default true).--fetch-limit How many results to fetch/convert (default 2).--searx-url Override the SearXNG endpoint (default http://192.168.1.100:3080/search).--timeout Fetch timeout in milliseconds (default 15000).--max-sentences Summary sentence limit (default 3).--max-chars Summary character limit (default 600).<article>/<main>.documentation
Resolve Teams or SharePoint document links to canonical metadata.
development
Search the web via SearXNG and optionally convert result pages to Markdown.
testing
Fetch a user's recent tweets (tweets, replies, retweets) using Playwright + Nitter fallbacks and produce compact JSON/Markdown summaries.
development
Delete low-value messages from the web timeline by keyword patterns. Protects messages with user-uploaded images. Optionally vacuums the DB afterward.