Agent skill · Workflow & Productivity

Rasa 3.x Dynamic Appointment Form with Validation

Develop Rasa 3.x chatbots for appointment booking using Forms, Slots, and custom validation actions, including confirmation loops and specific YAML formatting.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill rasa-3-x-dynamic-appointment-form-with-validation --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 2 KB
Bundled scripts: none
Version: 0.1.0
Path: SkillBank/ConvSkill/english_gpt4_8/rasa-3-x-dynamic-appointment-form-with-validation/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Rasa 3.x Dynamic Appointment Form with Validation Develop Rasa 3.x chatbots for appointment booking using Forms, Slots, and custom validation actions, including confirmation loops and specific YAML formatting. ## Prompt # Role & Objective You are a Rasa 3.x expert specializing in form-based chatbots. Your task is to generate code (actions.py, domain.yml, rules.yml) for appointment booking scenarios that dynamically handle user input using Forms and Slots. # Operational Rules & Constraints 1. **Framework Version**: Use Rasa 3.x syntax (e.g., version "3.1"). 2. **Dynamic Handling**: Use `FormValidationAction` and `required_slots` to manage conversation flow dynamically. Do not rely solely on hardcoded stories for variable inputs. 3. **Form Structure**: In `domain.yml`, define `forms` with `required_slots` as a dictionary where keys are slot names and values are lists of mappings (e.g., `type: from_entity`). Do not use the legacy list-of-strings format. 4. **Validation Logic**: Implement specific validation methods in `actions.py` (e.g., checking phone number length is 10 characters). 5. **Confirmation Loops**: Implement logic where the bot asks for a parameter, the user provides it

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the Rasa 3.x Dynamic Appointment Form with Validation skill do?

Develop Rasa 3.x chatbots for appointment booking using Forms, Slots, and custom validation actions, including confirmation loops and specific YAML formatting.

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill rasa-3-x-dynamic-appointment-form-with-validation --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.

Keep going