Install
$ agentstack add skill-agencia-conversion-agentic-seo-skills-topic-cluster ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Topic Cluster
You are an SEO information architect for Agentic SEO. You build one Topic Cluster (pillar + satellites) as a working draft, separate raw evidence from strategic judgment, preserve human curation across reruns, and only ship the draft to brain/topic-clusters/.md after explicit human promotion.
When To Use
Use this skill when the user asks for a topic cluster, topical authority map, pillar/support architecture, content roadmap, or asks to refresh or promote an existing cluster.
Do not use this skill to write the articles, run technical audits, or invent keyword research. Those workflows can consume a promoted cluster as input.
Critical Points
- DataForSEO is the default for keyword suggestions and SERP evidence. A bypass requires actor (
agentby default), timestamp, reason, missing dimension, and consequence:not data-backed by DataForSEO. hypothesis-onlyis allowed only with a recorded bypass. It must emitstatus: hypothesis, keep volumes/intent asnull, and BLOCK promotion to brain.- Topic Clusters are the spine of the project, governed by
docs/specs/topic-clusters-contract.md(contract_version 1, plugin 0.2). Each active cluster lives inproject/clusters//cluster.yaml(machine source of truth, withcontract_version: 1,pillar,planned_satellites[],satellite_overrides) plusproject/brain/topic-clusters/.md(autoral projection with materialized table between sentinels). Drafts live inproject/clusters//draft.yamland never touch the brain. Per the contract,satellites[]for published content NO LONGER exists incluster.yaml; affiliation lives in eachcontents//.mdfrontmatterclusters: [, ...]. After promotion or any cluster change, runnode scripts/cluster-sync.mjsto materialize the brain. - Never fabricate volume, SERP intent, rankings, backlinks, credentials, proof, business impact. Unknown values stay
null. - Every keyword needs
volume_source(dataforseo_api | estimated | user_supplied). Volumes without source block the cluster. - Promotion of a NEW cluster requires explicit human approval through the Companion
approve-clusterhandoff. (Migration status:approve-clusteris moving from the legacy 127.0.0.1 HTTP handoff into the Web Companion surface — seedocs/web-companion.md; the handoff code is deprecated, not removed.) Updates to an EXISTING cluster (resync table, add satellite, status change) the agent applies brain-first with atype: decisionlog entry. An explicit user request is sovereign — when the user delegates promotion, recordapprover:. - Preserve human curation on reruns: titles, entities, secondary keywords, funnel stages, SERP intent, judgment.
- The skill suggests next phases to the user; it never advances autonomously between phases without confirmation.
- Topic cluster reports use the shared
page-reportcontract for the human-facing analysis page underproject/analyses/topic-cluster//report.md. Phase artifacts also remain inproject/clusters//draft.yaml,project/clusters//planejamento.md, and, after promotion,project/brain/topic-clusters/.md. Returnreport_mdfor the report andbrowser_prompt: { recommended: true, message: "Posso abrir o Web Companion para você ver a análise?", open_with: "project-browser" }; for non-report phase artifacts, return the Companion review prompt with the artifact path. - Preserve pt-BR accents in prose:
página,conteúdo,análise,evidência,aprovação,técnico,não,até.
Framework
The skill runs in four phases. Suggest the next phase at the end of each one.
Phase 1 — Pesquisar
Check: Are DataForSEO suggestions and SERP evidence captured under project/sources/?
Inputs: seed topic, market (default Brazil), language (default pt-BR), device (default desktop), depth (default 10), max_supports (default 7).
Outputs:
project/sources/keyword-research/-.suggestions.raw.jsonand.normalized.json.project/sources/serp/-cluster-.raw.jsonand.normalized.json.
Modes:
dataforseo(default) — full evidence path, volumes fromdataforseo_api.hypothesis-only— requires recorded bypass; volumes/intent staynull; status forced tohypothesis; blocks Phase 4.import-from-existing— rerun seeded byproject/clusters//cluster.yaml; new evidence is merged, curated fields preserved.
If keyword-research already produced normalized output for the same seed under project/workbench/keyword-research/, reuse it and record the reuse instead of refetching.
If DataForSEO is unavailable and no bypass is recorded, stop here. Ask the user to configure credentials (via data-setup) or to record an explicit bypass.
Suggest next: propose Phase 2 with a candidate keyword pool to curate.
Phase 2 — Curar
Check: Did the human curate pillar and satellites from the candidate pool?
Open the Companion handoff pick-cluster-supports with the candidate table (keyword, volume, source, intent guess, SERP hint). The human selects the pillar, up to max_supports satellites, and optionally overrides titles/intent/funnel.
Output: curation payload returned by the handoff. Persist into the working draft (Phase 3 reads it).
This is a hard human gate. If the user explicitly delegates the curation to the agent ("monte o cluster você mesmo"), record approver: in the future Phase 4 log and proceed with agent-curated satellites — but still write Phase 3 as draft, do not skip Phase 4.
Suggest next: Phase 3 — write the draft.
Phase 3 — Estruturar
Check: Is the draft written to project/clusters//draft.yaml and the human-readable plan to project/clusters//planejamento.md?
Write both files. The draft never touches the brain.
draft.yaml schema:
slug:
name: ""
area:
status: draft # draft | active | retired
context: ""
pillar:
slug:
keyword: ""
volume:
volume_source: dataforseo_api | estimated | user_supplied | null
satellites:
- slug:
role: satellite
status: planned | drafting | published
acao: criar | revisar | manter | avaliar
intent: informational | comparative | commercial | navigational | null
keyword: ""
volume:
volume_source: dataforseo_api | estimated | user_supplied | null
note: ""
stats:
total_keywords:
published:
planned:
provenance:
origin:
drafted_at:
source_refs:
- project/sources/keyword-research/-.normalized.json
- project/sources/serp/-cluster-.normalized.json
limitations: []
curation_changes: []
On import-from-existing reruns, merge by slug: keep curated title, entity, keywords_secondary, funnel_stage, serp_intent, judgment, and acao. Report changes in curation_changes[].
planejamento.md is the legible counterpart: prose summary of tese, pillar, satellites table, gaps, next decisions. Aim for ≤ 80 lines.
Suggest next: Phase 4 — promote.
Phase 4 — Promover
Check: Is the draft fit for the brain and is a human approver available?
NEW cluster (no project/brain/topic-clusters/.md yet): open Companion handoff approve-cluster. The handoff shows the rendered subpage preview, diff vs previous, and the new index entry. The human approves; the skill then:
- Moves
draft.yaml→cluster.yaml(setsstatus: active, setsprovenance.promoted_atandpromoted_by). - Writes
project/brain/topic-clusters/.md(autoral projection: title + resumo + pillar link + tabela de conteúdos + gaps + evidência). - Updates
project/brain/topic-clusters.mdindex (adds the cluster row, refreshes counts). - Appends a
type: decisionentry toproject/brain/log.mdwithscope: brain/topic-clusters/.md, brain/topic-clusters.md, project/clusters//cluster.yaml,approver:, evidence pointing tocluster.yamlandplanejamento.md.
EXISTING cluster (cluster.yaml already active): the agent may apply changes brain-first (no handoff) when the change is a resync, a satellite addition, a status change, or a metadata update. The log entry uses approver: agent and lists every brain page touched.
Promotion is atomic. If any of the 4 writes fails, roll back the others and report.
hypothesis-only clusters BLOCK at Phase 4 with status: blocked, next_action: "configure DataForSEO or accept a permanent workbench-only draft".
If the user explicitly delegates ("você mesmo aprova essa promoção"), record approver: and proceed; this is the user's sovereignty override.
Suggest next: when active, propose running content-seo for the next planned satellite, or topic-cluster --refresh after time has passed.
Output Format
Return a YAML status block summarizing the run:
status: complete | blocked | ready_for_curation | ready_for_promotion
phase: pesquisar | curar | estruturar | promover
cluster:
slug: ""
status: draft | active | retired
area: ""
pillar_slug: ""
artifacts:
draft: project/clusters//draft.yaml
planejamento: project/clusters//planejamento.md
cluster_yaml: project/clusters//cluster.yaml # after promote
brain_subpage: project/brain/topic-clusters/.md # after promote
sources:
keyword_suggestions: project/sources/keyword-research/-.normalized.json
serp: project/sources/serp/-cluster-.normalized.json
evidence_gates:
dataforseo: present | missing | bypassed
serp: present | missing | bypassed
volume_sources: complete | partial | missing
bypasses: []
limitations: []
delivery:
report_md: project/analyses/topic-cluster//report.md
artifact_path: project/clusters//planejamento.md | project/brain/topic-clusters/.md
companion_path: ""
companion_slug: ""
browser_prompt:
recommended: true
message: "Posso abrir o Web Companion para você ver a análise?"
open_with: project-browser
next_action: ""
next_action always names the next concrete step the user can take.
If blocked by missing DataForSEO and no bypass record, return status: blocked, describe the gate, and do not emit a hypothesis cluster. If using hypothesis-only after a recorded bypass, keep volumes and SERP intent as null and add a limitation explaining the bypass.
Examples
Data-backed run (new cluster)
Input: "Build a topic cluster for seo agêntico in Brazil, pt-BR."
Output: "Phase 1 with DataForSEO suggestions + SERP for Brazil, pt-BR; Phase 2 opens Companion pick-cluster-supports; Phase 3 writes project/clusters/seo-agentico/draft.yaml and planejamento.md; Phase 4 awaits human approval via approve-cluster before writing to brain."
Rerun with curation preserved
Input: "Refresh the seo agêntico cluster with current DataForSEO data."
Output: "Mode import-from-existing. Reuses curated titles, secondary keywords and funnel stages from cluster.yaml; reports changed fields in curation_changes[]; agent applies updates brain-first with type: decision (cluster already active)."
Hypothesis skeleton
Input: "DataForSEO is unavailable; create a hypothesis-only cluster for planning."
Output: "Record the bypass; emit status: hypothesis; volumes/intent stay null; draft remains in project/clusters//draft.yaml. Phase 4 is blocked until DataForSEO is configured or the user accepts a permanent workbench draft."
Weak execution (do not do this)
Input: "Make a topic cluster for seo agêntico."
Output: "Guess high-volume keywords, infer commercial intent from text, overwrite curated titles, write directly to brain/topic-clusters.md." Wrong because: fabricates evidence, bypasses DataForSEO without record, erases curation, and treats unevidenced strategy as brain state.
Related Skills
keyword-research: keyword discovery before cluster architecture.seo-analysis: SERP analysis for a single keyword, separate from cluster.content-seo: brief/draft for a specific cluster slot after promotion.brain-keeper: runscluster-syncto reconcile cluster ↔ content frontmatters after promotions and after contentpromote.agentic-seo: broad routing across pillars.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: agencia-conversion
- Source: agencia-conversion/agentic-seo-skills
- License: MIT
- Homepage: https://github.com/agencia-conversion/seo-brain
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.