> For the complete documentation index, see [llms.txt](https://darkempire.gitbook.io/docs.darkempire/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://darkempire.gitbook.io/docs.darkempire/game-content/dark-hero/skills.md).

# Skills

Skill：Each dark hero has a skill space, players can put skills into the space, and the dark hero has the opportunity to activate skills in battle, most of which can bring a final word or a new turning point for the situation.

Skill Space: Initially, each dark hero will have a skill space, which is expected to increase according to the game version.

Free installation and disassembly: Players can install skills into Dark Heroes at will when they are not in combat, or they can take them out for use by other Dark Heroes, so that players can draw the most suitable and strongest combat strategy in various fierce battles.

Skill validity period: When a player acquires a skill, the skill will start a 7-day (168 hours) countdown. Before the countdown ends, the character equipped with the skill can activate the skill unlimited times under the conditions. When the countdown is over, the skill will be automatically removed from the character and the backpack will be recovered

In the future territory system, those temporarily disabled skills will have unique and unexpected effects.


---

# 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://darkempire.gitbook.io/docs.darkempire/game-content/dark-hero/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.
