# Using SkillMD Skills with Trae CN > skillmd.com is an open registry of Agent Skills (SKILL.md files). Every listed skill passes a safety review before it is publicly visible. This guide covers Trae CN. ## Where Trae CN looks for skills - Project scope: ./.trae/skills//SKILL.md - Global scope: ~/.trae-cn/skills//SKILL.md ## Install a skill (CLI) npm i -g skillmds skillmd add / -a trae-cn # project scope skillmd add / -a trae-cn -g # global scope ## Install a skill (manual) Copy the SKILL.md from https://skillmd.com/skills// into .trae/skills//SKILL.md. ## Find skills - https://skillmd.com/search?q= - JSON API: https://api.skillmd.com/v1/search?q= - All agent guides: https://skillmd.com/agents.txt