voting-status
Create and post ASCII art voting status diagrams to GitHub issues and Discord. Use when asked to update voting, show voting results, or announce voting status.
Install
mkdir -p .claude/skills/voting-status && curl -L -o skill.zip "https://mcp.directory/api/skills/download/6269" && unzip -o skill.zip -d .claude/skills/voting-status && rm skill.zipInstalls to .claude/skills/voting-status
About this skill
Voting Status Diagrams
Generate phrack-style ASCII art diagrams showing community voting results and post them to GitHub + Discord.
Hard Rules
- Post diagram as GitHub comment (not in issue body)
- Post to all 3 Discord channels (chat, pollen-beta, news-polls)
- Always include voting link at bottom
- Gen-Z friendly language ("we been cooking fr fr 🔥")
Voting Issues
| Topic | Issue | Emoji Mapping |
|---|---|---|
| Models | #5321 | 👍=Video, 😄=Embed, ❤️=OSS, 🚀=Image, 🎉=TTS |
| Payments | #4826 | 👍=Crypto, 😄=PayPal, ❤️=Alipay, 🚀=UPI, 😕=GPU, 🎉=Ads, 👀=PIX |
| Login | #5543 | 👍=Google, 😄=Discord, ❤️=Email, 🚀=Phone, 🎉=WeChat, 👀=Wallet |
Discord Config
| Channel | ID |
|---|---|
| Guild | 885844321461485618 |
| 💬│chat | 889573359111774329 |
| 🏵️│pollen-beta | 1432378056126894343 |
| 📰│news-polls | 1339346975690068008 |
Workflow
1. Fetch Issue Data
mcp1_get_issue(owner: "pollinations", repo: "pollinations", issue_number: XXXX)
Extract from reactions: +1, -1, laugh, hooray, confused, heart, rocket, eyes
2. Generate ASCII Diagram
Template:
.--[ TITLE | XX votes ]--------------------------------------------------------.
| |
| VOTES BY CATEGORY STATUS |
| ──────────────── ────── |
| 🎉 WINNER ██████████████████████████████ XX ✓ shipped / ⏳ backlog |
| 👍 SECOND ████████████████████ XX ⏳ researching |
| 😄 THIRD ███████████████ XX ⏳ backlog |
| ... |
| |
| ✅ SHIPPED: What's already live |
| 🏆 LEADER: Top vote-getter (XX votes) |
'-------------------------------------------------------------------------------'
Bar formula: █ × Math.round(votes / maxVotes * 30)
3. Post to GitHub
mcp1_add_issue_comment(
owner: "pollinations",
repo: "pollinations",
issue_number: XXXX,
body: "## 📊 Voting Status Update (Month YYYY)\n\n```\n<DIAGRAM>\n```\n\n<OUTRO>"
)
4. Post to Discord (all 3 channels: chat, pollen-beta, news-polls)
mcp0_discord_send(channelId: "889573359111774329", message: "<DIAGRAM + LINK>") // chat
mcp0_discord_send(channelId: "1432378056126894343", message: "<DIAGRAM + LINK>") // pollen-beta
mcp0_discord_send(channelId: "1339346975690068008", message: "<DIAGRAM + LINK>") // news-polls
Example: Models Voting
## 📊 Voting Status Update (Dec 2025)
\`\`\`
.--[ MODEL VOTING | 121 votes ]-------------------------------------------------.
| |
| VOTES BY TYPE SHIPPED NOV-DEC '25 |
| ───────────── ─────────────────── |
| 👍 VIDEO ████████████████████████████████ 46 ✓ Veo 3.1 🎬 |
| ❤️ OSS LLM ████████████████ 21 ✓ Kimi K2, DeepSeek |
| 🎉 TTS/STT ███████████████ 20 ✓ openai-audio |
| 🚀 IMAGE █████████ 13 ✓ Nanobanana Pro |
| 😄 EMBED ████████ 12 ⏳ next up? |
| 👎 OTHER ████ 6 comment below! |
| |
| 🏆 LEADER: Video generation (46 votes) |
'-------------------------------------------------------------------------------'
\`\`\`
we been cooking fr fr 🔥 keep the votes coming!
🗳️ **Vote here:** https://github.com/pollinations/pollinations/issues/5321
Example: Payments Voting
## 📊 Payment Voting Status (Dec 2025)
\`\`\`
.--[ PAYMENT VOTING | 135 votes ]-----------------------------------------------.
| |
| VOTES BY METHOD STATUS |
| ──────────────── ────── |
| 🎉 ADS EARN ██████████████████████████████ 38 ⏳ exploring |
| 👍 CRYPTO ████████████████████ 24 ⏳ researching |
| 😄 PAYPAL █████████████████ 21 ⏳ polar integration? |
| 😕 HOST GPUs █████████████ 16 ⏳ get in touch! |
| 👀 PIX 🇧🇷 ██████████ 13 ⏳ researching |
| 🚀 UPI 🇮🇳 █████████ 11 ⏳ researching |
| ❤️ ALIPAY 🇨🇳 ██████ 9 ⏳ researching |
| |
| ✅ SHIPPED: Credit Card via Polar.sh |
| 🏆 LEADER: Display ads to earn (38 votes) |
'-------------------------------------------------------------------------------'
\`\`\`
ads to earn pollen is winning! 🗳️
💳 **Vote here:** https://github.com/pollinations/pollinations/issues/4826
Example: General Announcement (Dec 2025)
`░▒▓ POLLINATIONS // DEC 2025 ▓▒░`
**still in beta — values may shift as we find balance**
## ⚡ pollen rebalance
adjusting pollen grants to sustain compute
effective from next refill
\`\`\`
🍄 spore 0.01/hour
🌱 seed 0.15/hour
🌸 flower 0.4/hour
🍯 nectar 0.8/hour
\`\`\`
## 🌱 🌸 upgrade paths
**🍄 → 🌱** show us you're part of the community
- ⭐ star [repo](https://github.com/pollinations/pollinations)
- 🔀 merged PR
**🌱 → 🌸** build something with pollinations
- 🛠️ push code
- 📦 project in [showcase](https://pollinations.ai)
register → https://enter.pollinations.ai
## 🎬 new endpoints
premium models now live. all accessible to everyone.
\`\`\`
text claude opus 4.5 · kimi k2
image nanobanana-pro (4K) · seedream 4
video veo 3.1 · seedance
\`\`\`
---
📖 [docs](https://enter.pollinations.ai/api/docs) · 🐙 [github](https://github.com/pollinations/pollinations) · 🗳️ [vote for models](https://github.com/pollinations/pollinations/issues/5321) · 💬 questions welcome
*we're figuring this out together — free tiers may evolve as we grow* 🌱
Notes
- Keep diagrams < 2000 chars for Discord
- Sort categories by vote count (highest first)
- Include shipped items to show progress
- Use appropriate emoji for issue type (🗳️ models, 💳 payments, 🔐 login)
More by pollinations
View all skills by pollinations →You might also like
flutter-development
aj-geddes
Build beautiful cross-platform mobile apps with Flutter and Dart. Covers widgets, state management with Provider/BLoC, navigation, API integration, and material design.
drawio-diagrams-enhanced
jgtolentino
Create professional draw.io (diagrams.net) diagrams in XML format (.drawio files) with integrated PMP/PMBOK methodologies, extensive visual asset libraries, and industry-standard professional templates. Use this skill when users ask to create flowcharts, swimlane diagrams, cross-functional flowcharts, org charts, network diagrams, UML diagrams, BPMN, project management diagrams (WBS, Gantt, PERT, RACI), risk matrices, stakeholder maps, or any other visual diagram in draw.io format. This skill includes access to custom shape libraries for icons, clipart, and professional symbols.
ui-ux-pro-max
nextlevelbuilder
"UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient."
godot
bfollington
This skill should be used when working on Godot Engine projects. It provides specialized knowledge of Godot's file formats (.gd, .tscn, .tres), architecture patterns (component-based, signal-driven, resource-based), common pitfalls, validation tools, code templates, and CLI workflows. The `godot` command is available for running the game, validating scripts, importing resources, and exporting builds. Use this skill for tasks involving Godot game development, debugging scene/resource files, implementing game systems, or creating new Godot components.
nano-banana-pro
garg-aayush
Generate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) API. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., "modify this image", "change the background", "replace X with Y"). Supports both text-to-image generation and image-to-image editing with configurable resolution (1K default, 2K, or 4K for high resolution). DO NOT read the image file first - use this skill directly with the --input-image parameter.
fastapi-templates
wshobson
Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.
Related MCP Servers
Browse all serversIntegrate your Slack app to manage channels, messages, status on Slack, reactions, and user profiles securely via OAuth.
Create realistic AI generated videos with HeyGen's powerful AI video generator API. Access voices, avatars, and easy vid
Placid Image Generator creates dynamic images from templates using Placid's API—ideal for social media posts and marketi
Manage PostgreSQL connections, create a Postgres database, inspect schemas, and run SQL queries. Supports setting Postgr
Generate conventional commit messages from staged git changes. Streamline your git amend commit message process with aut
Enable AI agents to create and manage cryptocurrency payments via Bitnovo Pay API, generate QR codes, check payment stat
Stay ahead of the MCP ecosystem
Get weekly updates on new skills and servers.