> For the complete documentation index, see [llms.txt](https://docs.interactive.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.interactive.ai/cli/iai_skills.md).

# iai skills

Manage Interactive Copilot skills (not to be confused with context items that configure the Interactive Agent)

## Synopsis

Manage Interactive Copilot skills for the interactive-copilot service.

IMPORTANT: These are Interactive Copilot skills, not to be confused with context items that configure the Interactive Agent. Skills are loaded by the Copilot runtime and injected into Copilot conversations as context. They have no effect on the Interactive Agent.

Each Copilot skill is a free-form markdown bundle. It carries a short description and an "intents" list of natural-language triggers (stored in config.skill) that the Copilot uses to route incoming queries to the right skill at runtime.

## Options

```
  -h, --help   help for skills
```

## Options inherited from parent commands

```
      --api-key string               API key for authentication
      --cfg-file string              Path to YAML config file with organization, project, and optional service definitions
      --deployment-hostname string   Hostname for the deployment API (default "https://deployment.interactive.ai")
      --hostname string              Hostname for the API (default "https://app.interactive.ai")
```

## SEE ALSO

* [iai](/cli/iai.md) - InteractiveAI's CLI
* [iai skills create](/cli/iai_skills_create.md) - Create a skill
* [iai skills delete](/cli/iai_skills_delete.md) - Delete a skill
* [iai skills diff](/cli/iai_skills_diff.md) - Compare two versions of a skill
* [iai skills get](/cli/iai_skills_get.md) - Describe a skill in detail
* [iai skills list](/cli/iai_skills_list.md) - List skills in a project
* [iai skills update](/cli/iai_skills_update.md) - Update a skill (creates a new version)
* [iai skills versions](/cli/iai_skills_versions.md) - List versions of a skill


---

# 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:

```
GET https://docs.interactive.ai/cli/iai_skills.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.
