# Skills

The skills interface is used to manage workspace skills, import packages, select versions, and submit run requests.

## Choose a task

| Task | Description |
| --- | --- |
| [View skill list](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/agents/skills/list-skills.html.md) | Lists current workspace skills and readable system default skills. |
| [View skill details](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/agents/skills/get-skill.html.md) | Read the skills in the current workspace. |
| [Add skills](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/agents/skills/create-skill.html.md) | Create a skill in the current workspace and create version `1` as the current version. |
| [Change skills](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/agents/skills/update-skill.html.md) | Partially update a skill; updates other than tag-only changes create a new current version. |
| [View skill tags](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/agents/skills/list-skill-tags.html.md) | Query the aggregation tags of the current workspace and system default skills. |
| [Execute skills](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/agents/skills/execute-skill.html.md) | Submit a skill run request; success confirms acceptance, not completed execution. |
| [Streaming polishing skill draft](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/agents/skills/polish-skill-stream.html.md) | Submit the skill draft and receive the polish event sent by the server; the result event contains the skill content that can be saved. |
| [Check skill pack](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/agents/skills/inspect-skill-package.html.md) | Validate and preview a skill ZIP package without creating a skill or saving files. |
| [Import skill pack](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/agents/skills/import-skill-package.html.md) | Import the skills ZIP package and the static files within it, and create an active skill of version `1`. |
| [View skill files](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/agents/skills/list-skill-files.html.md) | Lists static file metadata imported with skill packs. |
| [Download skill file](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/agents/skills/download-skill-file.html.md) | Download a static file imported with the skill pack. |
| [View skill version](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/agents/skills/list-skill-versions.html.md) | Lists the skill's version snapshot. |
| [Set the current skill version](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/agents/skills/set-current-skill-version.html.md) | Set the existing skill version as the current version. |
| [View agent that references this skill](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/agents/skills/list-referencing-agents.html.md) | Lists the agents in the current workspace that are effectively bound to the specified skill. |
