A SERP-overlap SEO skill that turns seed keywords into validated hub-and-spoke content architectures, link matrices, briefs, and interactive cluster maps.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install seo-cluster
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install seo-cluster using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Semantic Topic Clustering is an Openclaw Skills workflow for planning SEO content architecture based on how Google actually ranks keywords. Instead of grouping terms by text similarity, it compares shared top-10 organic SERP results to determine which keywords belong on the same page, in the same cluster, or in separate content areas.
The skill expands a seed keyword, classifies search intent, selects pillar and spoke pages, checks for cannibalization, creates bidirectional internal-link structures, and generates both machine-readable plans and interactive visualizations. When the claude-blog skill is available, it can also execute the plan and create content; otherwise, it produces detailed briefs for editorial or AI-assisted writing.
--from strategy.No separate package installation command is defined in the skill specification. Make the skill available to the agent, then run it from the directory where plans and generated files should be stored.
/seo cluster plan <seed-keyword>
/seo cluster plan --from strategy
The strategy import searches the current directory for files matching patterns such as *SEO*Plan*, *strategy*, and *content-strategy*. If no strategy is found, provide a seed keyword or run /seo plan first.
/seo cluster execute
For automatic article creation, ensure the claude-blog skill is installed at ~/.claude/skills/blog/SKILL.md. Without it, execution creates content briefs in cluster-briefs/ instead.
/seo cluster map
Optional integrations include DataForSEO MCP for SERP collection, plus related SEO skills for content quality, schema markup, reporting, and strategy import. DataForSEO cost checks run before API batches; blocked or unavailable API requests fall back to WebSearch when possible.
The skill writes all artifacts to the current working directory.
| File or directory | Purpose |
|---|---|
cluster-plan.json |
Complete machine-readable plan containing keywords, intent, architecture, posts, links, and execution metadata. |
cluster-plan.md |
Human-readable summary of the planned pillar, clusters, posts, and linking strategy. |
cluster-map.html |
Interactive SVG-based visualization of the cluster structure and link relationships. |
cluster-briefs/ |
Individual markdown briefs generated when claude-blog is unavailable. |
cluster-scorecard.md |
Post-execution quality report with coverage and implementation metrics. |
The interactive map uses a CLUSTER_DATA object with this structure:
{
pillar: { title, keyword, volume, template, wordCount, url },
clusters: [
{
name,
color,
posts: [{ title, keyword, volume, template, wordCount, url, status }]
}
],
links: [{ from, to, type }],
meta: { totalPosts, totalClusters, totalLinks, estimatedWords }
}
The internal-link matrix is represented as a JSON adjacency list. Link records include from, to, type, and anchor. Supported relationship types include mandatory pillar links, within-cluster spoke links, and cross-cluster links.
The metadata taxonomy includes:
Recommended targets are 2,500–4,000 words for a pillar page, 1,200–1,800 words for each spoke, at least three incoming links per post, zero orphan pages, and no duplicate primary keywords.
serp_organic_live_advanced after per-batch cost approval./seo plan output while adding fresh SERP validation and enrichment.Loading
Use TicketSource through a secure OOMOL connector to discover events, performance dates, and venues without handling API credentials.

A six-role AI delivery team that turns software specifications into tested, reviewed, security-checked, and release-ready code.

An AI-assisted DEX token analysis skill for holder clustering, advanced trader tracking, liquidity-pool research, and structured crypto market insights.

An AI-powered financial literacy and A-share analysis skill for answering questions, personalizing education, evaluating risk, and supporting investment workflows.

Brand Mention Scanner measures how strongly a brand is represented across the platforms that AI systems use for entity recognition, citations, and recommendations.

Convert PDF files into accurate, structured Markdown through the official ComPDF Server API.








































