One command installs domain-verified skills into any AI tool. No pre-install required. No guessing who published it.
No global install. No manual mkdir + curl. Just run one command — it finds the skill, downloads the SKILL.md, and puts it in the right directory for your tool.
--tool is omitted, agentroot auto-detects which AI tools you have installed by checking for ~/.claude/, ~/.codex/, ~/.gemini/, and .cursor/. If none are found, it falls back to .agents/skills/ — the cross-tool standard.
If you've registered your domain on AgentRoot with _skill DNS records, your skills are already installable via npx agent-root install yourdomain.com/your-skill. No extra work needed — this page is for the consumer side.
Claude Code reads SKILL.md files from personal and project skill directories. The CLI handles both.
The skill is immediately available. Claude reads the skill's description and auto-invokes when relevant.
| Scope | Path | Applies to |
|---|---|---|
| Personal | ~/.claude/skills/<name>/SKILL.md | All your projects |
| Project | .claude/skills/<name>/SKILL.md | This repo only |
description field in SKILL.md frontmatter to decide when to auto-invoke a skill. Well-written descriptions mean skills "just work."
Codex CLI reads SKILL.md from ~/.codex/skills/ (global) or .agents/skills/ (project-level).
Restart Codex CLI. The skill is discovered automatically.
| Scope | Path | Applies to |
|---|---|---|
| Global | ~/.codex/skills/<name>/SKILL.md | All projects |
| Project | .agents/skills/<name>/SKILL.md | This repo only |
.agents/skills/ directory is the cross-tool standard — it works in Codex, Gemini CLI, and others.
Gemini CLI supports both .gemini/skills/ and the cross-tool .agents/skills/ directories.
Gemini scans skills at session start and auto-activates them when your request matches.
| Scope | Path | Applies to |
|---|---|---|
| Project (cross-tool) | .agents/skills/<name>/SKILL.md | This repo (Gemini + Codex) |
| Project (Gemini) | .gemini/skills/<name>/SKILL.md | This repo (Gemini only) |
.agents/skills/ path if your team uses multiple AI tools. It's the cross-tool standard recognized by Codex CLI and Gemini CLI.
IDE-based AI assistants use rules files rather than the SKILL.md directory convention. The CLI downloads to .cursor/skills/ — you can reference the file from your rules, or paste the content directly.
Reference the downloaded skill from your .cursorrules or .cursor/rules file, or paste the SKILL.md content directly into your rules.
Build custom integrations using the AgentRoot API. The CLI uses these same endpoints under the hood.
Have an API or tool that other agents could use? Publish it as a SKILL.md and make it discoverable to every AI tool on the internet. DNS-based — no accounts, no approval, no vendor lock-in.