claw-vote

Detect Twitch chat debates and convert them into structured polls.

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/PixxzR/twitch-claw-stream --skill claw-vote
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claw-vote
Source: https://github.com/PixxzR/twitch-claw-stream/tree/main/skills/claw-vote
Command: npx skills add https://github.com/PixxzR/twitch-claw-stream --skill claw-vote

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically manage audience polls on Twitch by detecting debates in chat and turning them into structured polls, while supporting manual polls for explicit voter control.

Core Features & Use Cases

  • Automatic debate detection from chat, triggering polls with 2-4 options.
  • Manual polling with commands like !vote, !v1-4 and results via !results.
  • Quick binary voting with !qv and LLm-assisted results analysis for nuanced insights. Use case: during a live topic, viewers disagree in chat; this skill opens a poll to capture sentiment and publishes a summarized leaderboard.

Quick Start

Start a poll by issuing a command like !vote <question> | <option1> | <option2> [| option3] [| option4].

Frequently Asked Questions about claw-vote

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Twitch polls when viewers debate in chat?

Twitch poll automation detects chat debates automatically and converts them into structured polls with 2-4 options. It parses chat messages, maintains per-poll state, and emits summarized results without manual intervention.

How do I start a manual poll in Twitch chat?

Start a manual Twitch poll by issuing a command like !vote <question> | <option1> | <option2> in chat. You can include up to four options and viewers vote using commands like !v1-4.

Can I run quick binary votes on Twitch without setting up full poll options?

Yes, you can run quick binary voting using the !qv command. This allows fast sentiment capture, and an LLM-assisted analysis provides nuanced insights from the results.

How does LLM analysis work for Twitch chat poll results?

LLM analysis processes the structured poll results to generate nuanced insights and a summarized leaderboard. It evaluates the audience sentiment captured during the chat debate or manual vote.

Do I need external tools or dependencies to manage Twitch chat polls?

No external dependencies are required. The skill is self-contained and operates by parsing chat messages, maintaining state, and emitting poll results entirely on its own.