@pollinations_ai/ompc
v2.0.1
Published
Pre-configured OpenCode + oh-my-opencode with Pollinations AI models
Readme
🌸 Oh My Pollicode
Pre-configured OpenCode + oh-my-opencode with Pollinations AI models for optimal multi-agent workflows.
Quick Install
npx @pollinations_ai/ompcOr clone and run:
git clone https://github.com/pollinations/pollinations.git
cd pollinations/packages/ompc
node orchestrator.jsWhat Gets Installed
Models (via Pollinations - Free!)
| Agent | Model | Purpose | |-------|-------|---------| | Sisyphus (main) | Claude Opus 4.5 | Orchestrator - plans & delegates | | Oracle | GPT-5.2 | Architecture & strategic reasoning | | Librarian | Claude Sonnet 4.5 | Documentation & codebase research | | Explore | Gemini Flash Lite | Fast codebase search & grep | | UI/UX Engineer | Gemini 3 Flash | Creative frontend development | | Document Writer | Gemini Flash Lite | Technical writing | | Multimodal Looker | Gemini 3 Flash | Image/PDF analysis |
Config Files
Both files are written to ~/.config/opencode/:
opencode.json- Provider config (Pollinations API, model definitions)oh-my-opencode.json- Agent-to-model mappings
Usage
Basic
opencodeUltrawork Mode (Multi-Agent)
Just include ultrawork or ulw in your prompt:
ulw - refactor this codebase for better performanceThis triggers:
- Parallel agent execution
- Background task delegation
- Automatic context management
- Todo-driven workflow until completion
Direct Agent Commands
@oracle review this architecture
@librarian how is auth implemented in this codebase?
@explore find all usages of the User classAPI Key (Optional)
Pollinations works without a key, but with one you get:
- Higher rate limits
- Priority access
- Usage tracking
Get your free key at: https://enter.pollinations.ai
Cross-Platform Support
Works on:
- ✅ macOS
- ✅ Linux
- ✅ Windows (PowerShell)
License
MIT - Powered by Pollinations.ai 🌸
