voting-status
1
总安装量
1
周安装量
#46692
全站排名
安装命令
npx skills add https://github.com/pollinations/pollinations --skill voting-status
Agent 安装分布
openclaw
1
opencode
1
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 daily pollen to sustain compute
effective from next refill
\`\`\`
ð¦ spore 1/day
ð± seed 3/day
ð¸ flower 10/day
ð¯ nectar 20/day
\`\`\`
## ð± ð¸ 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)