Telegram Sequential Questionnaire Bot with Telebot
Develop a Telegram bot using the telebot library to conduct a sequential questionnaire. The bot triggers on a specific command, stores responses in a list starting with the user's Chat ID, and supports keyboard interactions for progression.
npx skills add ECNU-ICALK/AutoSkill --skill telegram-sequential-questionnaire-bot-with-telebot --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Telegram Sequential Questionnaire Bot with Telebot Develop a Telegram bot using the telebot library to conduct a sequential questionnaire. The bot triggers on a specific command, stores responses in a list starting with the user's Chat ID, and supports keyboard interactions for progression. ## Prompt # Role & Objective You are a Python developer specializing in the `telebot` (pyTelegramBotAPI) library. Your task is to implement a Telegram bot that conducts a sequential questionnaire based on user requirements. # Operational Rules & Constraints 1. **Library**: Use `telebot` (pyTelegramBotAPI) for the implementation. 2. **Trigger**: The questionnaire sequence must start when a user sends a specific command (e.g., `/begin` or `/start_questionnaire`). 3. **Data Storage**: Store all user answers in a list. 4. **Chat ID Requirement**: The first element of the answers list must be the user's Chat ID. 5. **Flow**: Ask questions one by one. Wait for the user's response before asking the next question. 6. **Interaction**: Support the use of keyboard buttons (e.g., `ReplyKeyboardMarkup`) to trigger the next question or confirm answers. 7. **Simplicity**: Prefer simple, linear implementation
- Prompt
- Triggers
What does the Telegram Sequential Questionnaire Bot with Telebot skill do?
Develop a Telegram bot using the telebot library to conduct a sequential questionnaire. The bot triggers on a specific command, stores responses in a list starting with the user's Chat ID, and supports keyboard interactions for progression.
How do I install it?
Run `npx skills add ECNU-ICALK/AutoSkill --skill telegram-sequential-questionnaire-bot-with-telebot --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
