> For the complete documentation index, see [llms.txt](https://docs.boba.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.boba.xyz/agents/boba-agents/terminal-interface/skills.md).

# Skills

With the `/skills` you can open the skills menu to manage or create new skills

<figure><img src="/files/asvpxyiIntXvsO6fwv2a" alt=""><figcaption></figcaption></figure>

* Selecting a enabled skill will disable it
* Create Skill at bottom of menu will allow you to create a new skill assisted by the main agent&#x20;

<figure><img src="/files/4TxFjtjKopFczX6dkgyM" alt=""><figcaption></figcaption></figure>

Below is an example of first steps to create a new skill assisted by the main agent -&#x20;

<figure><img src="/files/s1IjT9R14tC5YiP2H5d3" alt=""><figcaption></figcaption></figure>

## Using Skills&#x20;

Agents use skills automatically without you manually prompting them to if it fits the task but if you would like to manually run a skill you can do that as well&#x20;

To use skills manually you can type `/skill-name` and suggestions will pop up to pre fill the skill&#x20;

<figure><img src="/files/lvCoPU1HHVWN14q1NyCa" alt=""><figcaption></figcaption></figure>

#### Some skills may require variables depending on the use case and set up

Not all skills require variables and can be ran by themselves for example this skill requires a contract address to audit a token.&#x20;

For example - \
`/skill-name <variable recquired>`

<figure><img src="/files/IgI0KIwCNaKTgsCEa2kk" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.boba.xyz/agents/boba-agents/terminal-interface/skills.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
