counting-game

Validate sequential counting messages and reset progress on mistakes in Discord and Telegram channels.

2|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/adraalabs/skills --skill counting-game
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: counting-game
Source: https://github.com/adraalabs/skills/tree/main/counting-game
Command: npx skills add https://github.com/adraalabs/skills --skill counting-game

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Counting in a dedicated channel can become chaotic when participants miss the next number, repeat turns, or require manual moderation. This skill enforces a simple, automated counting game that keeps the sequence orderly by deleting invalid messages and resetting progress on mistakes.

Core Features & Use Cases

  • Enforces sequential counting in a dedicated channel for Discord and Telegram.
  • Validates each message against the expected number, auto-deletes invalid entries, and resets the counter on errors.
  • Useful for engaging communities, icebreakers, or event channels where structured interaction is desired.

Quick Start

Ask the bot to enable a counting game in a channel.

Frequently Asked Questions about counting-game

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

FAQPage Schema
How do I set up an automated counting game in a Discord or Telegram channel?

To set up an automated counting game, ask the bot to enable the game in your dedicated channel, which enforces sequential counting by validating messages against the expected number and auto-deleting invalid entries.

How does a count-up bot handle repeated turns and invalid messages?

A count-up bot handles repeated turns and invalid messages by validating each message against the expected number, enforcing per-user turn validation, deleting invalid entries, and resetting the counter on mistakes.

Why does my community counting channel reset progress on mistakes?

Your community counting channel resets progress on mistakes because the counting game is configured to delete invalid messages and automatically reset the sequence to maintain orderly interaction and structured engagement.

Can I enforce sequential counting for community icebreakers without manual moderation?

Yes, you can enforce sequential counting for community icebreakers without manual moderation by using an automated bot that validates each message, tracks the expected number, and auto-resets on errors.

What is the best way to coordinate a counting game state across users in a chat?

The best way to coordinate a counting game state across users is to use a bot that persists data keys like counting_next and counting_last_user, ensuring the expected number and previous user are tracked accurately.

Does the counting game support both Discord and Telegram platforms?

Yes, the counting game supports both Discord and Telegram platforms, enforcing orderly sequential counting with per-user turn validation and auto-reset on mistakes for engaging communities on either platform.