This does exactly what you'd expect: gives Claude web search capabilities when it needs current information or to look something up. It wraps WebSearch and WebFetch tools so you can just tell Claude to google something and it'll find results and pull content from specific pages. The skill includes source links in responses, which is good practice. Pretty straightforward implementation. You'll reach for this when you're asking Claude about anything time-sensitive, need documentation lookups, or want it to research topics that aren't in its training data. The examples show the natural language style it supports, like "google latest typescript features" instead of rigid command syntax.
npx skills add https://github.com/ceedaragents/cyrus --skill google