> For the complete documentation index, see [llms.txt](https://mixmarvel.gitbook.io/dehero_game/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mixmarvel.gitbook.io/dehero_game/ch/guide/skills.md).

# 獲得技能

進入遊戲後，點擊【背包】按鈕，進入【背包】界面

![](/files/beEpypGNELGdsJpjj4Yx)

點擊【技能】按鈕，進入【技能】界面

![](/files/zSXkEORAXBat8dqC6mBm)

點擊【商店】按鈕，通過碎片合成或Coin購買可以獲得技能卡包，打開技能卡包即可獲得技能

![](/files/0xatPFSiQvRWATE5maSW)

1、100個技能碎片可以合成一個技能卡包

2、15Coin可以購買一個技能卡包

3、月卡用戶可以花費COIN購買專屬技能卡包

Tips：技能碎片和Coin均可通過挑戰關卡獲取

![](/files/54anzNs9TdRUjfjUs59a)

獲得的技能卡包可以在【卡包】界面內查看，選擇技能卡包後點擊確認即可開啟，開啟後會隨機獲得一個技能

<div align="left"><img src="/files/ddlmaXdSibUoTbsh4Ui1" alt=""></div>

![](/files/CLbi6bdL2BMZzW2Ra1M9)

<div align="left"><img src="/files/DzzwGUh0iXhGFZK0vYDz" alt=""></div>


---

# 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://mixmarvel.gitbook.io/dehero_game/ch/guide/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.
