# Using SkillMD Skills with OpenCode > 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 OpenCode. ## Where OpenCode looks for skills - Project scope: ./.opencode/skills//SKILL.md - Global scope: ~/.config/opencode/skills//SKILL.md ## Install a skill (CLI) npm i -g skillmds skillmd add / -a opencode # project scope skillmd add / -a opencode -g # global scope ## Install a skill (manual) Copy the SKILL.md from https://skillmd.com/skills// into .opencode/skills//SKILL.md. ## Find skills - https://skillmd.com/search?q= - JSON API: https://api.skillmd.com/v1/search?q= - Human guide: https://skillmd.com/agents/opencode - All agent guides: https://skillmd.com/agents.txt