Creates ASCII visual summaries of community votes for GitHub issues and Discord channels.

Install

mkdir -p .claude/skills/voting-status && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/6269" && unzip -o skill.zip -d .claude/skills/voting-status && rm skill.zip

Installs to .claude/skills/voting-status

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

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.
159 chars✓ has a “when” trigger
Beginner

Key capabilities

  • Fetch issue reactions via API
  • Generate ASCII art diagrams
  • Post comments to GitHub issues
  • Broadcast status to multiple Discord channels

How it works

It retrieves reaction count data from GitHub JSON payloads and maps them to a pre-defined ASCII art template for formatted display.

Inputs & outputs

You give it
GitHub issue URL
You get back
Posted ASCII visualization and Discord notification

When to use voting-status

  • Report community sentiment on new features
  • Post voting results to Discord channels
  • Visualize reaction data from GitHub issues

About this skill

Voting Status Diagrams

Generate phrack-style ASCII art diagrams showing community voting results and post them to GitHub + Discord.


Hard Rules

  1. Post diagram as GitHub comment (not in issue body)
  2. Post to all 3 Discord channels (chat, pollen-beta, news-polls)
  3. Always include voting link at bottom
  4. Gen-Z friendly language ("we been cooking fr fr 🔥")

Voting Issues

TopicIssueEmoji 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

ChannelID
Guild885844321461485618
💬│chat889573359111774329
🏵️│pollen-beta1432378056126894343
📰│news-polls1339346975690068008

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               ✓ available via Stripe    |
|  😕 HOST GPUs   █████████████ 16                   ⏳ get in touch!           |
|  👀 PIX 🇧🇷     ██████████ 13                      ⏳ researching             |
|  🚀 UPI 🇮🇳     █████████ 11                       ⏳ researching             |
|  ❤️ ALIPAY 🇨🇳  ██████ 9                           ⏳ researching             |
|                                                                               |
|  ✅ SHIPPED: Credit Card via Stripe                                          |
|  🏆 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 update

hourly grants have ended. existing balances remain spendable, and paid pollen packs keep working.

## 🛠️ app showcase

building with pollinations? submit your project:
- 📦 add it to [showcase](https://pollinations.ai)
- 🐙 open an app submission issue

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 as usage grows*

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)

When not to use it

  • Non-community-based projects
  • Projects not utilizing GitHub/Discord integrations

Prerequisites

GitHub issue accessDiscord webhook or bot access

Limitations

  • Restricted to pre-defined ASCII templates
  • Depends on GitHub API rate limits

How it compares

It automates community sentiment visualization in a branded, platform-specific style.

Compared to similar skills

voting-status side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
voting-status (this skill)14moNo flagsBeginner
drawio-diagrams-enhanced1,3209moReviewIntermediate
svg-precision5274moReviewIntermediate
infographic-creation1203moReviewBeginner

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

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.

1,3201,999

svg-precision

dkyazzentwatwa

Deterministic SVG generation, validation, and rendering. Use for icons, diagrams, charts, UI mockups, or technical drawings requiring structural correctness and cross-viewer compatibility.

5271,229

infographic-creation

antvis

Create beautiful infographics based on the given text content. Use this when users request creating infographics.

120358

draw-io

davila7

draw.io diagram creation, editing, and review. Use for .drawio XML editing, PNG conversion, layout adjustment, and AWS icon usage.

41204

cisco-network-diagram

neuro-synapse

Generate Draw.io network topology diagrams from Cisco router and switch configurations. Use when asked to visualize network topology, create network diagrams, map network infrastructure, or generate visual representations from Cisco device configs. Supports parsing show commands, configuration files, CDP/LLDP neighbor data, and routing protocol information to automatically create professional network diagrams.

8155

mermaid-expert

sickn33

Create Mermaid diagrams for flowcharts, sequences, ERDs, and architectures. Masters syntax for all diagram types and styling. Use PROACTIVELY for visual documentation, system diagrams, or process flows.

27133

Search skills

Search the agent skills registry