Loading...
Loading...
Query Pollinations text API with web-search models (gemini-search, perplexity-fast, nomnom, etc.). Use when you need web search grounded answers via Pollinations.
npx skill4agent add pollinations/pollinations web-researchcurlexport POLLINATIONS_API_KEY="YOUR_KEY".env.claude/skills/web-research/.envPOLLINATIONS_API_KEY="YOUR_KEY"POLLINATIONS_API_KEY.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,nomnom "Compare answers".claude/skills/web-research/scripts/web-research.sh --models gemini-search,perplexity-fast --parallel "Compare answers"https://gen.pollinations.ai/v1/chat/completionsAuthorization: Bearer <key>