Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →

pollinations/pollinations

2 skills268 installs9.8k starsGitHub

Install

npx skills add https://github.com/pollinations/pollinations

Skills in this repo

1Web ResearchPollinations web-research is a small agent-invokable bash workflow for solo builders who want fast, cite-friendly answers without building a custom research stack. The script accepts a natural-language prompt, optionally reads API configuration from a nearby `.env`, and by default fans the same question to multiple Pollinations search models in parallel—starting with gemini-search and perplexity-fast. You can narrow to one model with `--model` or define your own ensemble via `--models`. That flexibility matters when you are validating an idea (what is this API?), comparing positioning statements for a landing page, or doing a quick competitive scan before scope lock. It is not a full browser automation suite; it is a deterministic CLI you can drop into agent sessions or local terminals. Because it uses `set -euo pipefail` and guarded dotenv loading, failures surface early instead of silently returning empty strings—useful when your agent chains research into a spec or brainstorm doc.159installs2Model Managementmodel-management is a pollinations/pollinations Claude skill guiding the full lifecycle of models on the Pollinations generation platform. It covers adding, updating pricing, changing providers, modifying modalities, renaming slugs, updating descriptions, and deleting text, image, video, audio, and embeddings models. The skill maps each action to concrete files—text.pollinations.ai/.env, secrets/env.json (SOPS), modelConfigs.ts, availableModels.ts, shared/registry/text.ts for text models, and parallel image.pollinations.ai paths for image/video handlers. A change matrix (§6) and test matrix (§7) pair every registry edit with empirical verification commands such as `npx vitest run test/aliases.test.ts` and integration tests from enter.pollinations.ai. The skill enforces empirical-over-documentation: trust live upstream API responses over vendor docs before declaring inputModalities or capabilities. Field-parity audit (§9) is mandatory on new model and provider-change PRs. Reach for model-management when modifying Pollinations model registry entries rather than debugging unrelated Tinybird pipes.109installs

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.

pollinations/pollinations · 2 skills · Skillselion