Agent skill
web-search-summary
Search via SearXNG, fetch top results, and return quick summaries plus markdown.
Install this agent skill to your Project
npx add-skill https://github.com/rcarmo/piclaw/tree/main/skel/.pi/skills/web-search-summary
SKILL.md
Web Search + Summaries
Search the web and generate lightweight summaries using HTML-to-Markdown conversion.
Steps
-
Run a summarized search:
bashbun /workspace/.pi/skills/web-search-summary/web-search-summary.ts --query "your query" -
Adjust fetch depth or summary length:
bashbun /workspace/.pi/skills/web-search-summary/web-search-summary.ts --query "your query" --fetch-limit 3 --max-sentences 4 --max-chars 800
Options
--query(or--q) Required search query.--limitNumber of results to return (default 5).--fetchSet tofalseto skip fetching pages (default true).--fetch-limitHow many results to fetch/convert (default 2).--searx-urlOverride the SearXNG endpoint (default http://192.168.1.100:3080/search).--timeoutFetch timeout in milliseconds (default 15000).--max-sentencesSummary sentence limit (default 3).--max-charsSummary character limit (default 600).
Notes
- Summaries are heuristic (first sentences) and may need human refinement.
- HTML conversion uses turndown + linkedom and prefers
<article>/<main>.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
autoresearch-create
Set up and run an autonomous experiment loop for any optimization target. Gathers what to optimize, then starts the loop immediately. Use when asked to "run autoresearch", "optimize X in a loop", "set up autoresearch for X", or "start experiments".
portainer-container-compare-chart
Compare two containers using native portainer tool data collection and render SVG/CSV outputs.
proxmox-guest-compare-chart
Compare two Proxmox guests using native proxmox tool data collection and render SVG/CSV outputs.
schedule
Schedule a task to run later or on a recurring basis. Prefer the schedule_task tool; fallback to IPC only if needed.
reload
Reinstall piclaw from workspace source and force-restart the running process. Use after making code changes to piclaw.
send-message
Send a message to the chat immediately without waiting for the current task to finish. Useful for acknowledging requests or sending progress updates while working.
Didn't find tool you were looking for?