agentic-seo-skills

agent
Security Audit
Pass
Health Pass
  • License — License: MIT
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Community trust — 17 GitHub stars
Code Pass
  • Code scan — Scanned 12 files during light audit, no dangerous patterns found
Permissions Pass
  • Permissions — No dangerous permissions requested

No AI report is available for this listing yet.

SUMMARY

Agentic SEO operating system as a Claude Code plugin: project Wiki, DataForSEO workflows, content briefs, technical SEO, and human-approval gates.

README.md

Agentic SEO Skills

Agentic SEO Skills is officially available as a Claude Code plugin.

It is an Agentic SEO framework for building strategy with human judgment and agent scale. Agents execute research, analysis, content workflows, technical checks, and brain maintenance while recording decisions, evidence, and limitations.

Install in Claude Code

Run these commands in a terminal where Claude Code is available as claude:

claude plugin marketplace add agencia-conversion/agentic-seo-skills
claude plugin install agentic-seo@agentic-seo-skills-marketplace

Then restart Claude Code or run:

/reload-plugins

Start Agentic SEO with:

/agentic-seo:start

If you installed an older private beta from another GitHub repository, remove that marketplace first and then run the install commands above.

Update

claude plugin marketplace update agentic-seo-skills-marketplace
claude plugin update agentic-seo@agentic-seo-skills-marketplace

Then restart Claude Code or run /reload-plugins.

Test Locally Without Installing

To load the plugin from a local checkout without installing it:

git clone https://github.com/agencia-conversion/agentic-seo-skills.git
cd agentic-seo-skills
claude --plugin-dir .

Running plain claude from this repository opens the folder as a normal project. Plugin skills are available only after loading with --plugin-dir or installing Agentic SEO through the Claude Code plugin marketplace.

For local development, validate the plugin and marketplace manifests:

npm install
npm run build
claude plugin validate .claude-plugin/plugin.json
claude plugin validate .claude-plugin/marketplace.json
npm test

Other IDEs and Agents

Agentic SEO Skills is officially supported only as a Claude Code plugin in the current release.

Other IDEs and agents can test the portable parts of the framework, but not the complete plugin experience. What can be tested:

  • reading AGENTS.md for cross-agent operating rules;
  • reading skills/<skill-name>/SKILL.md files as portable skill instructions;
  • running the local CLI commands after cloning the repository;
  • using templates/ and docs/ as reference material;
  • validating source separation, Brain layout, and decision-aware workflows manually.

What is Claude Code-specific and should not be expected to work in other IDEs:

  • /agentic-seo:* plugin slash commands;
  • Claude Code plugin installation through .claude-plugin/plugin.json;
  • SessionStart hooks and plugin runtime context injection;
  • Claude Code userConfig for sensitive settings;
  • plugin-scoped browser handoff behavior;
  • marketplace install/update semantics.

Codex compatibility is best-effort through AGENTS.md, .codex-plugin/plugin.json, and standard skills/<skill-name>/SKILL.md directories. Cursor, Windsurf, Copilot, and similar tools may be able to use the Markdown instructions after opening or copying the repository, but this is not the official distribution path.

How Agentic SEO Works

Agentic SEO Skills organizes Agentic SEO around six pillars:

  1. Strategy
  2. Brain
  3. Technology
  4. Technical SEO
  5. Content
  6. Data and Analysis

The operating model is simple:

  • humans own strategy, judgment, and positioning;
  • agents execute repeatable intelligence with explicit criteria;
  • project knowledge compounds in an Obsidian-compatible brain;
  • raw sources stay separate from synthesized knowledge;
  • strategic pages require logged evidence and decisions before they become durable context.

Agentic SEO is English-first and officially supports Brazilian Portuguese. Generated prose preserves spelling, accents, and diacritics in the requested language.

Main Workflows

Once installed, skills are namespaced under /agentic-seo.

/agentic-seo:start
/agentic-seo:agentic-seo
/agentic-seo:project-init
/agentic-seo:seo-analysis
/agentic-seo:technical-seo
/agentic-seo:content-seo
/agentic-seo:keyword-research
/agentic-seo:topic-cluster
/agentic-seo:eeat

The local CLI also exposes deterministic commands used by the skills and tests:

bin/agentic-seo project-init "My project"
bin/agentic-seo data-setup
bin/agentic-seo keyword-research --keyword "agentic seo"
bin/agentic-seo serp-extract --keyword "agentic seo"
bin/agentic-seo seo-analysis --keyword "agentic seo"
bin/agentic-seo topic-cluster --seed "agentic seo"
bin/agentic-seo content-seo --topic "What is agentic SEO"
bin/agentic-seo technical-seo --html-file tests/fixtures/technical-seo-home.html --page-type inicial

Provider calls can consume credits unless an offline mode or provider sandbox is used. DataForSEO defaults to standard mode for SERP and keyword data.

Release

Agentic SEO 0.2.0 is distributed through:

  • GitHub repository: agencia-conversion/agentic-seo-skills
  • Claude Code marketplace: .claude-plugin/marketplace.json
  • Claude Code plugin id: agentic-seo@agentic-seo-skills-marketplace
  • Claude plugin release tag: agentic-seo--v0.2.0

Security

Do not commit secrets, raw client data, generated runs, or provider responses from real clients. Credentials belong in Claude Code plugin user configuration or local ignored environment files.

Reviews (0)

No results found