
Claude Skills by Lincoln504
github.com/Lincoln504Multi-agent web research for any coding agent. Use for anything requiring current information from the internet — news, trends, product/service/company facts, statistics, people, places, events, APIs, library behavior, or 'what is X / how does X work' questions. Also use to search a local knowledge store of previously researched findings before doing live research. Powered by the pi-research engine (search, stealth scraping, security databases, Stack Exchange). Not for reading local files, ru...
PI_RESEARCH_MODEL=provider/model-id ``` If you use `pi`, the API key comes from your pi configuration (`~/.pi/agent/auth.json`) automatically; otherwise also set `PI_RESEARCH_API_KEY` (same file or env var). See [Configuration](CONFIGURATION.md). On Windows, run `pi-research` from `cmd` or use `pi-research.cmd`: PowerShell's default execution policy (`Restricted`) blocks npm's `.ps1` shims ("running scripts is disabled"); or run `Set-ExecutionPolicy -Scope CurrentUser RemoteSigned` once. ![In...