SEOAgent Developer Resources

SEOAgent ships as a command-line tool and coding-agent Skill. This page is the index of everything a developer — or an AI agent — needs to install it, drive it, and read about it programmatically.

SEOAgent CLI

The CLI is published on npm as @seoagent-official/seoagent. The npm page doubles as the CLI reference documentation.

npm install -g @seoagent-official/seoagent
seoagent init

Key commands: seoagent init (scaffold the Skill in a project), seoagent status, seoagent doctor, seoagent crawl (audit the site), seoagent keywords, seoagent internal-links, seoagent okf and seoagent llms (generate agent-readable files), seoagent sitemap, and — with a cloud account — seoagent login, seoagent sync, and seoagent inbox.

SEOAgent Skill for Claude Code, Cursor & Codex

seoagent init scaffolds the SEOAgent Skill into your project so your coding agent can run SEO audits and build pages itself. See the homepage for the paste-ready install prompt and the SEO skill benchmark for how it scores against other SEO skills.

Machine-readable endpoints

  • /llms.txt — AI-readable site index, agent instructions, and when-to-use guidance
  • /.well-known/okf/index.md — Open Knowledge Format bundle: curated product knowledge as Markdown + YAML
  • /sitemap.xml — every indexable page
  • Markdown mirrors — append .md to any blog, guide, comparison, feature, or industry page URL; the same pages also answer Accept: text/markdown content negotiation

Free developer tools

Help

Stuck? Email [email protected] (attach seoagent doctor output) or ask in the community Slack.