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

# 스킬 관리

스킬 관리 화면에서는 **전사에 공유되는 스킬**을 한눈에 보고, 켜고 끌 수 있어요.

## 시작하기 전에

* 이 기능은 **관리자**가 사용할 수 있어요.
* 관리자 왼쪽 메뉴의 **사내 에이전트 > 스킬 관리**에서 들어갈 수 있습니다.

## 따라하기

### 1단계. 스킬 목록 보기

등록된 스킬이 표로 보입니다. 오른쪽 **허용 여부** 스위치로 켜고 끌 수 있어요.

<figure><img src="https://285569235-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVUV1kKgqv1vX6LI7NOQx%2Fuploads%2Fgit-blob-9502c58d1c0d6be6ae215186ae3028ce084742f7%2Fskills-01.png?alt=media" alt=""><figcaption><p>1단계 화면</p></figcaption></figure>

### 2단계. 스킬 추가하기

오른쪽 위의 **\[스킬 추가]** 버튼을 눌러주세요.

<figure><img src="https://285569235-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVUV1kKgqv1vX6LI7NOQx%2Fuploads%2Fgit-blob-7206f3cff4d3d451509235c567dc4c3f0462e5e9%2Fskills-02.png?alt=media" alt=""><figcaption><p>2단계 화면</p></figcaption></figure>

## 다 되었어요!

전사 스킬을 등록·관리하고, 필요에 따라 켜고 끄실 수 있습니다.

설정 하나하나와 자주 묻는 질문은 [**관리자 도움말**](https://docs.wrks.ai/admin-help)에 정리돼 있어요.


---

# 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.wrks.ai/admin-guide/admin-agents/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.
