agentic-seo
Agentic SEO Skills adds project brains, data-backed SEO analysis, content workflows, and technical SEO checks to Agentic SEO.
pinned to #a45ab26updated 3 weeks ago
Ask your AI client: “install plugins/agentic-seo”.
Requires the metahub MCP server installed in your client. Set up MCP.
mh install plugins/agentic-seometahub onboarded this repo on the author's behalf.
If you own github.com/agencia-conversion/agentic-seo-skills on GitHub, claim the listing to take over publishing. Your claim preserves the existing eval history and badges; only the curator label is replaced with verified-publisher on your next publish.
Stars
47
Last commit
3 weeks ago
Latest release
published
- #agentic-ai
- #agentic-seo
- #claude-code
- #claude-code-plugin
- #claude-code-skill
- #dataforseo
- #seo
- #technical-seo
What's bundled
Items extracted from this plugin's manifest + directory tree.
Skills (21)
skills/agentic-seoLoad Agentic SEO's canonical runtime context and route broad, ambiguous, or compound Agentic SEO requests through the right gates and downstream skills.skills/autoresearchWhen the user wants a rigorous iteration loop for an artifact, prompt, briefing, content structure, or Agentic SEO skill. Also use for Karpathy-style experiment runs that need baseline scoring, exp…skills/backlink-analysisWhen the user wants backlink, referring-domain, anchor, link-quality, link-gap, link-intersect, anchor-diff, link-velocity, brand-mention, or competitor link-profile analysis for one target domain …skills/brain-keeperWhen the user wants to ingest sources, change brain pages, register decisions, catalog content publications, or lint brain pages for provenance and link integrity.skills/competitive-analysisWhen the user wants to compare domains or URLs against competitors across SEO footprint, share of voice, keyword/content gap, head-to-head pages, off-page link gap (via backlink-analysis), and bran…skills/content-importWhen the user wants to bulk-import existing public content from a website (via sitemap or a list of URLs) into project/contents/<origin>/<slug>.md as the starting point for editorial work in this b…skills/content-seoWhen the user wants to brief, write, review, optimize, or publish public SEO content. Also use for article outlines, blog posts, landing-page copy, refreshes, and ranking-oriented editorial drafts.skills/data-setupWhen the user wants to configure, validate, or troubleshoot DataForSEO or another SEO data provider securely. Also use when provider credentials are missing before keyword, SERP, or SEO analysis work.
Commands (2)
/seo-contentInvoke the `content-seo` skill for public SEO content work./spec-drivenInvoke the `spec-driven` skill on the user's most recent compound request.
Subagents (8)
autoresearchRuns Agentic SEO Autoresearch experiment loops for skills, fixtures, regressions, and keep/reject decisions.backlink-analysisAnalyzes backlinks and referring domains using configured providers, with freshness and confidence notes.brain-keeperMaintains Agentic SEO project authorial brain pages, append-only log, source provenance, and Obsidian-compatible links.content-seoProduces public SEO content briefings, drafts, reviews, and promotion checks with hard decision/check gates.data-setupHelps users configure and validate DataForSEO and future provider credentials without exposing secrets.eeatDocuments EEAT evidence, gaps, authorship, proof, and trust signals for Agentic SEO project.internal-linksFinds verified contextual internal link opportunities with websearch and review-ready paragraph edits.keyword-researchRuns keyword research with DataForSEO when enabled and produces normalized keyword evidence for clusters and content.
Evaluation report
WarningsAutomated checks the publisher passed at publish time — structure, docs, safety, and whether the artifact behaves as claimed.a45ab26· 3 weeks ago
Maintenance
21Recent activity
last push 5 weeks ago
Tests detected
1 test directory · 36 test files
CI configuration detectedwarn
no CI config found (looked for GitHub Actions, CircleCI, GitLab CI, etc.)
Add a simple workflow (lint + test on PR) — it tells consumers the artifact is built reproducibly.
Release history
1- releasecurrenta45ab26warn3 weeks ago
Contents
Agentic SEO is officially available as a Claude Code plugin. It is a framework for executing SEO with human judgment and agent scale: agents do the research, analysis, content drafting, technical checks, and brain maintenance while logging decisions, evidence, and limitations. The Web Companion is where you read and approve every deliverable.
Install
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 inside an active session.
Start
/agentic-seo:start
The agent orients the session, runs project-init when needed, and routes every substantive deliverable through the Web Companion. For a five-minute walkthrough, see docs/getting-started.md.
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.
How it works
- Humans own strategy, judgment, and positioning.
- Agents execute repeatable intelligence with explicit criteria.
- The Web Companion is the delivery surface — chat is for short conversation; deliverables are read in the Companion.
- Project knowledge compounds in an Obsidian-compatible brain at
project/brain/. - Raw sources, working analysis, deliverables, public content, and authorial knowledge stay in distinct folders.
Six pillars: Strategy · Brain · Technology · Technical SEO · Content · Data and Analysis.
Agentic SEO is English-first and officially supports Brazilian Portuguese. Generated prose preserves spelling, accents, and diacritics in the requested language.
Documentation
| For | Start here |
|---|---|
| Users | docs/getting-started.md, docs/web-companion.md, docs/brain.md, docs/clusters.md |
| Contributors | docs/architecture.md, docs/contributing.md, docs/refactor-status.md |
| Specifications | docs/specs/ |
The full index is at docs/README.md.
Local development
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
npm install
npm run build
claude --plugin-dir .
Running plain claude from this repository opens the folder as a normal project; plugin skills are only available after loading with --plugin-dir or installing through the Claude Code plugin marketplace.
Validate the manifests and run the tests:
claude plugin validate .claude-plugin/plugin.json
claude plugin validate .claude-plugin/marketplace.json
npm test
node scripts/validate_skills.mjs
For the full development workflow, see docs/contributing.md.
Other IDEs and Agents
Agentic SEO 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.mdfor the cross-agent runtime contract; - reading
skills/<skill-name>/SKILL.mdfiles as portable skill instructions; - running the local CLI commands after cloning the repository;
- using
templates/anddocs/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, plugin installation through .claude-plugin/plugin.json, SessionStart hooks and runtime context injection, Claude Code userConfig for sensitive settings, plugin-scoped browser handoff behaviour, and marketplace install/update semantics.
Codex compatibility is best-effort through AGENTS.md, .codex-plugin/plugin.json, and standard skills/<skill-name>/SKILL.md directories.
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
No reviews yet. Be the first.
Related
espalier-engineering
Train your AI coders the way you'd train a vine — discover your codebase's actual patterns, then encode them as rules, skills, agents, hooks, and a guided pipeline so generated code lands inside your conventions on the first try, not the fifth
superloopy
Lightweight loop harness with strict evidence gates — Claude Code edition.
mega-brain
OKF-powered knowledge context for Claude Code — injects your project knowledge base at every session
mh install plugins/agentic-seo