> ## Documentation Index
> Fetch the complete documentation index at: https://docs.borntocraftstudio.net/llms.txt
> Use this file to discover all available pages before exploring further.

# Execute Skill

> Executes a specific BTCMob skill.

The `execute_btcmobs_skill` action triggers a defined skill from the BTCMobs plugin.

## Configuration

<ResponseField name="execute_btcmobs_skill" type="Map" required>
  Configuration for the execute skill action.

  <Expandable title="Properties">
    <ResponseField name="skillName" type="String" required>
      The internal name of the BTCMob skill to execute.
    </ResponseField>
  </Expandable>
</ResponseField>

## Examples

```yaml theme={null}
# Cast "Fireball"
execute_btcmobs_skill:
  skillName: "FireballAttack"
```
