# Skill

{% embed url="<https://youtu.be/DuNoF0h7lUc>" %}

## Creation

To create a skill, find (or create) the *GameName/Resources/GameName/Recipe* folder in the project tab and right click.  Choose *Create > AnyRPG > Skills > Skill*.

## Properties

| Name           | Description                                                                                                                                                                                                                                                                                                                          |
| -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Required Level | The minimum level which the character must reach to learn this skill.                                                                                                                                                                                                                                                                |
| Auto Learn     | If true, this skill will be automatically learned upon reaching the *Required Level*.                                                                                                                                                                                                                                                |
| Ability Names  | A list of [Abilities](/scriptable-objects/abilities.md) that will be learned when the skill is learned.  These should generally be [Gathering Abilities](/scriptable-objects/abilities/gather-ability.md) or [Crafting Abilities](/scriptable-objects/abilities/craft-ability.md), but that is a suggestion, not a hard requirement. |

## Next Steps

* Add a skill as a reward for completing a [Quest](/scriptable-objects/quest.md).
* Add a skill to a [Skill Trainer](/scriptable-objects/interactable-option-configurations/skill-trainer-config.md) so the trainer can teach it.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.anyrpg.org/scriptable-objects/skill.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
