Set up aeotrace Agent Skills
Add aeotrace skill files to your AI agent after connecting aeotrace MCP.
aeotrace Agent Skills are separate files from aeotrace MCP.
First, set up aeotrace MCP. MCP gives your agent access to aeotrace data.
Then add the aeotrace SKILL.md files you want your agent to use. Each skill gives your agent one SEO workflow.
Choose an installation option
Pick the option that matches how you want to install the files.
Option 1: Install and choose interactively
Use this if you want the installer to show the available skills and agents.
npx skills add every-app/open-seoOption 2: Install all aeotrace skills
Use this if you want every aeotrace skill.
npx skills add every-app/open-seo --skill '*'Option 3: Install all skills for Claude Code only
Use this if the skills should be available in Claude Code only.
npx skills add every-app/open-seo --skill '*' --agent claude-codeOption 4: Install all skills for OpenAI Codex only
Use this if the skills should be available in Codex only.
npx skills add every-app/open-seo --skill '*' --agent codexRun a skill
After the skill files are available to your agent, run the matching slash command:
/seo-project-setup/seo-coach/keyword-research/keyword-clustering/competitive-landscape/competitor-analysis/link-prospecting
Next step
Start with SEO Project Setup if this is a new SEO project, or SEO Coach if you are not sure which workflow to run first.