claw-quiz

Run adaptive Twitch quizzes with persistent leaderboards and rewards.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamers need engaging, repeatable ways to involve viewers without heavy coding. This Skill provides an adaptive quiz engine with a persistent leaderboard and rewards to keep audiences invested across streams.

Core Features & Use Cases

  • Adaptive question generation aligned with stream themes (anime, coding, gaming, etc.).
  • Persistent ClawPoints-based leaderboard with per-session and all-time tracking.
  • Rich command surface for viewers to join, answer, view scores, and see top players in real time.

Quick Start

Start a quiz session with !quiz, accept answers with !r, and watch the live leaderboard update as viewers compete.

Frequently Asked Questions about claw-quiz

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

FAQPage Schema
How do I run an interactive Twitch quiz with chat commands for viewer engagement?

You can run an interactive Twitch quiz by using chat commands like !quiz to start a session and !r for viewers to submit answers, with a persistent leaderboard updating scores in real time. This system handles question posting and answer collection atomically to prevent race conditions.

How does a persistent leaderboard work for Twitch viewer engagement across multiple streams?

A persistent leaderboard tracks viewer scores using a ClawPoints system, maintaining both per-session and all-time records across multiple streams. This allows viewers to accumulate rewards and compete continuously, keeping audiences invested in the quiz over time.

Can I generate adaptive quiz questions for different Twitch stream topics like gaming or coding?

Yes, adaptive question generation aligns with various stream themes such as anime, coding, and gaming. The quiz engine dynamically adjusts questions to fit the specific topic of your stream, providing a customized trivia experience for your viewers.

What is the best way to prevent race conditions when collecting Twitch chat answers for a quiz leaderboard?

The best way to prevent race conditions during answer collection is to use a system that performs safe, atomic updates for scoring rules and leaderboard persistence. This ensures accurate score tracking even when many viewers submit answers simultaneously.

Do I need coding knowledge to set up gamification and a trivia leaderboard on Twitch?

No heavy coding is required. This gamification engine provides a rich command surface enabling viewers to join, answer, and view top players automatically, satisfying end-to-end requirements for posting questions and tracking scores without custom development.