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,
FAQ
agentic-seo is a Claude Code plugin with 21 hand-picked skills for marketing work, indexed on Flowy. Install it with the command on its page. It includes agentic-seo, autoresearch, backlink-analysis. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.
> /plugin marketplace add agencia-conversion/agentic-seo-skills> /plugin install agentic-seo@agentic-seo-skills-marketplace
Repo: agencia-conversion/agentic-seo-skills
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.
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.
/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.
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.
project/brain/.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.
| 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.
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.
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:
AGENTS.md for the cross-agent runtime contract;skills/<skill-name>/SKILL.md files as portable skill instructions;templates/ and docs/ as reference material;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.
Agentic SEO 0.2.0 is distributed through:
agencia-conversion/agentic-seo-skills.claude-plugin/marketplace.jsonagentic-seo@agentic-seo-skills-marketplaceagentic-seo--v0.2.0Do 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.
.claude/
.claude-plugin/
marketplace.json
plugin.json
settings.json
.codex-plugin/
plugin.json
.env.example
.gitignore
agents/
AGENTS.md
autoresearch.md
backlink-analysis.md
brain-keeper.md
content-seo.md
data-setup.md
eeat.md
internal-links.md
keyword-research.md
project-init.md
seo-analysis.md
serp-extract.md
technical-seo.md
topic-cluster.md
apps/
companion/
.gitignore
AGENTS.md
e2e/
agentic-query.spec.ts
auto-block-cell-edit.spec.ts
auto-block.spec.ts
backlinks.spec.ts
bug-triage-frontmatter-rename-empty.spec.ts
bulk-ops-and-trash.spec.ts
cluster-create-from-ui.spec.ts
cluster-page-cell-edit.spec.ts
cluster-row-actions-menu.spec.ts
cluster-stats-live.spec.ts
cluster-sync.spec.ts
clusters-single-table.spec.ts
crud-100-percent.spec.ts
crud-content-lifecycle.spec.ts
crud-empty-state.spec.ts
crud-full-flow.spec.ts
discoverability.spec.ts
external-edit-watcher.spec.ts
fixtures/
sample-project/
.agentic-seo/
project.json
brain/
companion-cluster-content-demo.md
companion-demo.md
companion-row-drag-demo.md
identity.md
index.md
log.md
review.md
technology.md
topic-clusters/
topic-clusters.md
sample-cluster.md
voice.md
clusters/
sample-cluster/
cluster.yaml
contents/
blog/
sample-pilar.md
sample-satellite.md
sources/
site/
technology-snapshot.md
global-setup.ts
graph.spec.ts
inline-edits-persist.spec.ts
keyboard-shortcuts.spec.ts
language-persistence.spec.ts
legacy-content-auto-rename.spec.ts
live-renders.spec.ts
markdown-extensions.spec.ts
no-native-prompts.spec.ts
obsidian-compat.spec.ts
rename-cluster-no-freeze.spec.ts
rename-cluster-propagation.spec.ts
row-error-surfacing.spec.ts
screenshots/
cluster-content-modal.png
cluster-table-view.png
home.png
slash-menu.spec.ts
sync-3-views.spec.ts
sync-no-flicker.spec.ts
tags.spec.ts
test-constants.ts
topic-cluster-publish-mirror.spec.ts
visual-screenshots.spec.ts
eslint.config.mjs
next.config.ts
package.json
playwright.config.ts
postcss.config.mjs
public/
brand/
conversion-logo-sidebar.svg
icon-512.png
icon.svg
logo-1200.png
logo.svg
file.svg
globe.svg
next.svg
vercel.svg
window.svg
src/
app/
api/
credentials/
dataforseo/
route.ts
project/
analyses/
route.ts
auto-block/
auto-block-watcher/
route.ts
expand/
route.ts
mutate/
route.ts
schema/
route.ts
backlinks/
route.ts
brain/
bootstrap/
route.ts
broken-links/
route.ts
bypass/
route.ts
cluster/
cluster-list/
route.ts
[slug]/
promote/
route.ts
route.ts
row/
[contentSlug]/
route.ts
satellite/
route.ts
clusters/
route.ts
content/
[contentSlug]/
clusters/
route.ts
delete/
route.ts
duplicate/
route.ts
metadata/
route.ts
contents/
route.ts
file/
create/
route.ts
delete/
route.ts
route.ts
graph/
route.ts
log/
route.ts
query/
route.ts
reports/
route.ts
settings/
route.ts
source/
route.ts
tags/
route.ts
tree/
route.ts
workbench/
route.ts
favicon.ico
globals.css
icon.svg
layout.tsx
manifest.webmanifest/
route.ts
page.tsx
project/
[token]/
[[...slug]]/
page.tsx
broken-links/
page.tsx
graph/
page.tsx
tags/
page.tsx
components/
auto-block-config-modal.tsx
cluster-pick-modal.tsx
color-swatch.tsx
confirm-modal.tsx
i18n-provider.tsx
image-embed-modal.tsx
listing/
listing-filters.tsx
listing-pagination.tsx
listing-panel.tsx
listing-table.tsx
use-listing-state.ts
noteblock-brand.tsx
noteblock-logo.tsx
prompt-modal.tsx
select.tsx
toast.tsx
features/
analyses/
analyses-index-panel.tsx
clusters/
active-clusters-table-view.tsx
active-clusters-table.tsx
add-planned-modal.tsx
cluster-content-modal.tsx
cluster-detail-panel.tsx
cluster-row-actions-menu.tsx
cluster-row-api.ts
cluster-row-cells.tsx
cluster-table-view.tsx
create-cluster-modal.tsx
editable-select-cell.tsx
suggest-cluster-icon.ts
contents/
cluster-content-table.tsx
content-index-panel.tsx
create-content-modal.tsx
table-settings-menu.tsx
credentials/
dataforseo-bypass-modal.tsx
dataforseo-credentials-form.tsx
dataforseo-modal.tsx
editor/
agentic-query-extension.ts
agentic-query-hydrator.tsx
auto-block-extension.ts
auto-block-hydrator.tsx
block-handle-menu.tsx
block-plus-button.tsx
callout-extension.ts
cluster-table-extension.tsx
collapsible-heading.ts
cover-picker.tsx
editor-commands.tsx
editor-extensions.ts
editor-panel.tsx
frontmatter-drawer.tsx
link-edit-modal.tsx
linked-mentions-panel.tsx
mention-chip-hydrator.tsx
mention-hydration.ts
mention-popup.tsx
mermaid-extension.ts
mermaid-hydrator.tsx
page-embed-extension.ts
page-mention-extension.ts
raw-markdown-extension.ts
report-block-data.ts
report-block-extension.tsx
report-table-menu.tsx
slash-command-extension.ts
slash-command-menu.tsx
title-editor.tsx
sources/
source-viewer-modal.tsx
workbench/
workbench-index-panel.tsx
workspace/
breadcrumb-trail.tsx
layout-menu.tsx
new-page-button.tsx
new-subpage-modal.tsx
page-width.ts
search-modal.tsx
settings-modal.tsx
sidebar-item.tsx
sidebar.tsx
sortable-page-list.tsx
store.ts
user-footer.tsx
virtual-page-shell.tsx
workspace-header.tsx
workspace-switcher.tsx
hooks/
use-click-outside.ts
use-keyboard-shortcuts.ts
use-page-path.ts
lib/
agentic-query.ts
api-guard.ts
auto-block-reverse-sync.ts
auto-block-watcher.ts
backlink-index.ts
brain-templates.ts
cluster-labels.ts
cluster-management.ts
cluster-mutations.ts
cluster-sync-runner.ts
cluster-yaml.ts
content-mutations.ts
content-trash.ts
contents.ts
credentials.ts
graph-builder.ts
i18n.server.ts
i18n.ts
inline-markdown.ts
markdown.ts
notion-colors.ts
page-display.ts
project-files.ts
project-slugs.ts
reports.ts
row-error-messages.ts
slug.ts
source-files.ts
sync-bus.ts
tag-index.ts
utils.ts
workbench.ts
write-silencer.ts
tsconfig.json
bin/
agentic-seo
CHANGELOG.md
CLAUDE.md
commands/
seo-content.md
spec-driven.md
dist/
agentic-seo.js
commands/
cluster-sync.js
runtime.js
lib/
auto-block-diff.js
auto-block-mutate.js
auto-block-registry.js
auto-block-render.js
auto-block-reverse-parser.js
auto-block-scanner.js
auto-blocks/
cluster-content.js
cluster-index.js
clusters-by-area.js
index.js
cluster-io.js
cluster-labels.js
cluster-render.js
cluster-types.js
player-score.js
docs/
architecture.md
brain.md
clusters.md
contributing.md
dataforseo-integration.md
dataforseo-live-test.md
getting-started.md
obsidian-vault.md
output-and-tone.md
plans/
content-seo-frictionless-impl.md
project-persistence.md
README.md
refactor-status.md
specs/
companion-links-and-sources.md
en-rename-map.md
topic-clusters-contract.md
topic-clusters-iteration-3.md
web-companion.md
hooks/
hooks.json
LICENSE
package-lock.json
package.json
program.md
project/
.gitkeep
... 424 moreยฉ 2026 Flowy ยท Free and open source
Built for Claude Code ยท Not affiliated with Anthropic