ceedaragents / google
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/google && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/1840" && unzip -o skill.zip -d .claude/skills/google && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/google/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
Search the web for information. Use when you need to look something up, find current information, or research a topic.
0 views
0 installs
Skill Content
--- name: google description: Search the web for information. Use when you need to look something up, find current information, or research a topic. allowed-tools: WebSearch, WebFetch --- # Google Search the web for information. ## Instructions 1. Use WebSearch to find relevant results 2. Use WebFetch to read specific pages if needed 3. Include source links in your response ## Examples - "google latest typescript features" - "google how to use pnpm workspaces" - "google claude api rate limits"