> ## Documentation Index
> Fetch the complete documentation index at: https://deobf.blueworld.cyou/llms.txt
> Use this file to discover all available pages before exploring further.

# 一键安装完整 Yaklang

> 安装 yaklang/hack-skills 全部 103 个安全 skill

# 一键安装完整 Yaklang

如果你想要 **完整** 的 yaklang hack-skills 集合（103 个安全 skill，包含 deobf-all 引用的 5 个 yaklang 子 skill），可以一次性安装：

```bash theme={"theme":"one-dark-pro"}
npx skills add yaklang/hack-skills -g -y
```

然后单独安装 4 个非 yaklang 子 skill：

```bash theme={"theme":"one-dark-pro"}
npx skills add lwjjike/xbsreverseskill --skill ast-deobfuscation -g -y
npx skills add ljagiello/ctf-skills --skill ctf-reverse -g -y
npx skills add wshobson/agents --skill anti-reversing-techniques -g -y
npx skills add cyberkaida/reverse-engineering-assistant --skill deep-analysis -g -y
```

## Yaklang 包含的 deobf-all 子 Skill

| Skill                            | 包含于 yaklang/hack-skills |
| -------------------------------- | ----------------------- |
| `code-obfuscation-deobfuscation` | ✅                       |
| `vm-and-bytecode-reverse`        | ✅                       |
| `anti-debugging-techniques`      | ✅                       |
| `symbolic-execution-tools`       | ✅                       |
| `binary-protection-bypass`       | ✅                       |

## 需要额外安装的子 Skill

| Skill                       | 来源仓库                                                                                                    |
| --------------------------- | ------------------------------------------------------------------------------------------------------- |
| `ast-deobfuscation`         | [lwjjike/xbsreverseskill](https://github.com/lwjjike/xbsreverseskill)                                   |
| `ctf-reverse`               | [ljagiello/ctf-skills](https://github.com/ljagiello/ctf-skills)                                         |
| `anti-reversing-techniques` | [wshobson/agents](https://github.com/wshobson/agents)                                                   |
| `deep-analysis`             | [cyberkaida/reverse-engineering-assistant](https://github.com/cyberkaida/reverse-engineering-assistant) |

<Note>
  完整 Yaklang 集合约 103 个 skill，体积较大。如果你只需要反混淆能力，推荐使用[自动安装脚本](/installation/auto-install)仅安装所需 skill。
</Note>
