Web Research
Automates web research tasks, extracting data and insights from online sources based on provided queries.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add pollinations-web-research npx -- -y @trustedskills/pollinations-web-research
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"pollinations-web-research": {
"command": "npx",
"args": [
"-y",
"@trustedskills/pollinations-web-research"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill automates web research tasks, extracting data and insights from online sources based on provided queries. It leverages various search models like Google Gemini, Perplexity AI, and NomNom to retrieve information. By default, it runs both gemini-search and perplexity-fast in parallel for faster results. The skill requires curl to function correctly.
When to use it
- Fact-checking claims by providing a statement to be verified with supporting sources.
- Gathering general information about a topic or entity, such as "What is pollinations.ai?".
- Comparing answers from different search models on the same query.
- Quickly researching specific questions that require online data retrieval.
Key capabilities
- Utilizes multiple search models: gemini-search, perplexity-fast, perplexity, and nomnom.
- Runs queries in parallel for faster results (default behavior).
- Allows users to specify a particular model using the
--modelflag. - Supports comparing responses from multiple models simultaneously with the
--modelsflag.
Example prompts
- ".claude/skills/web-research/scripts/web-research.sh "What is pollinations.ai?""
- ".claude/skills/web-research/scripts/web-research.sh --model perplexity-fast "Fact-check this claim with sources""
- ".claude/skills/web-research/scripts/web-research.sh --models gemini-search,perplexity-fast "Compare answers""
Tips & gotchas
- Authentication Required: You must provide an API key via the
POLLINATIONS_API_KEYenvironment variable or a.envfile. If not provided, the script will prompt for one. - Dependencies: Ensure that
curlis installed on your system as this skill requires it to function. - Parallel Execution: When using multiple models with
--parallel, be aware of potential rate limits and increased processing time.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.