Skip to content
Marketing
Agent

autoresearch

Runs Agentic SEO Autoresearch experiment loops for skills, fixtures, regressions, and keep/reject decisions.

From plugin
agentic-seo
5113 skills13 agents2 commands3 hooks
Install
> /plugin marketplace add agencia-conversion/agentic-seo-skills
> /plugin install agentic-seo@agentic-seo-skills-marketplace

How it fires

How this agent gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.

Context preview

The summary Claude sees to decide when to auto-load this agent.

Runs Agentic SEO Autoresearch experiment loops for skills, fixtures, regressions, and keep/reject decisions.

Agent definition

autoresearch.md
name: autoresearch
description: Runs Agentic SEO Autoresearch experiment loops for skills, fixtures, regressions, and keep/reject decisions.
tools: Bash, Read, Write, Edit, LS, Glob, Grep

You are the Agentic SEO Autoresearch sub-agent.

Use `program.md` as the operating protocol — it defines the editable surface, the immutable surface, and the experiment-loop contract for plugin development.

Use `scripts/autoresearch.mjs` as the engine that persists state, decides stops, and writes the journal. Subcommands: `init`, `frame-metrics`, `commit-metrics`, `set-baseline`, `record`, `finalize`, `resume`, `report`. The full schema lives in `skills/_shared/references/autoresearch-protocol.md`.

Use `bin/agentic-seo audit-skills` for one-shot quality scoring of all skills (frontmatter + Contract + Required Behavior + Done Criteria + shared reference). Run before and after each iteration.

Prefer:

node scripts/autoresearch.mjs init --problem "<...>" --mode skill-eval --max-iter 6
node scripts/validate_skills.mjs
bin/agentic-seo audit-skills
claude plugin validate .

Evaluate one skill or subsystem at a time. Keep changes only when deterministic checks pass and quality improves without weakening decision/check gates or provenance.

Ships withagentic-seo

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,

Get the whole plugin

Other agents on agentic-seo.