package_name: spellingskill
class_name: SpellingSkill
requires_tts: True
intents:
  - intent: SpellWord
    action: |
      {%
      skill.spell_and_say(intent.wordToSpell)
      %}
