Distribb SEO Skill

Let AI agents audit, write, publish, and earn backlinks through a network of real businesses.

Stars
★ 195
Last updated
3d ago
Primary language
Python

At a glance

How it runs
Agent plugin / skillCLIMCP server
Works with
Universal · cross-platformCodex · Claude Code
Cost
Needs a paid subscription or licence
Setup effort
Medium · a few setup steps
You'll need
Distribb API keycurljqWebsite/CMS connectionGoogle Search Console connectionShell / CLINetwork accessLocal filesystem
Typical use
A marketing team using Codex or Claude Code wants to build its content plan from a Search Console audit before publishing.
Not a fit if
  • Teams requiring a completely offline SEO workflow
  • New users unwilling to subscribe to Distribb's hosted service
  • Sites unable to connect a CMS and Google Search Console

What does this agent do, and when should you use it?

Distribb SEO Skill is an SEO automation package for AI agents including Claude Code, Codex, Hermes, and OpenClaw, while leaving content generation to a model chosen by the user. The repository supplies slash commands, raw API examples built around curl and jq, three optional Python helpers, and a news-topic script. Its prescribed workflow starts with Distribb onboarding, then connects a website or CMS and Google Search Console before auditing, planning topic clusters, researching keywords, publishing articles, and improving pages ranking beyond page one. Projects, keyword data, articles, backlinks, Search Console records, Google Business Profile operations, and Microworkers campaigns are handled through Distribb's hosted API. Content can be published to a connected CMS, and existing posts can be synchronized in place across WordPress, Shopify, Webflow, Wix, Ghost, GoHighLevel, Framer, Notion, or a webhook. It is best suited to teams comfortable relying on a hosted subscription while using their preferred AI for writing.

On first use, the skill guides the user through account onboarding and checks DISTRIBB_API_KEY, website/CMS access, and Google Search Console connectivity. /gsc-audit <domain> combines Search Console data with a live crawl to analyze CTR, content decay, page-two opportunities, cannibalization, dead pages, branded versus non-branded health, topical clusters, competitor gaps, and basic on-page issues. /keyword-research <seed> retrieves volume and difficulty data, while /write-article <keyword> researches and writes an article, adds internal links and one or two exchange links, then submits and publishes it. /optimize rewrites pages ranking on page two or lower from GSC evidence; /content-calendar manages scheduled articles, and /backlinks reports credits and targets. Additional commands produce news drafts, statistics pages, motion-collage YouTube explainers, Instagram carousels, and competitor-review videos, while /gbp manages reviews, public replies, posts, and analytics. The raw API also lists projects and business context, creates and synchronizes articles, runs optimization suggestions, inspects integrations, and operates backlink, GBP, and Microworkers resources.

  1. A marketing team using Codex or Claude Code wants to build its content plan from a Search Console audit before publishing.
  2. A business with an existing blog and supported CMS wants its own AI to draft articles and Distribb to publish them.
  3. A site owner wants to identify and rewrite pages stalled on page two or lower using GSC data.
  4. An SEO team wants to earn links by including links to other businesses participating in the exchange.
  5. A local business needs one workflow for Google Business Profile reviews, public replies, posts, and post analytics.
  6. A content operator wants to repurpose an article or keyword into news drafts, statistics pages, YouTube videos, or Instagram carousels.

How do you install or deploy this agent?

Install the repository as a skill:

npx skills add Bomx/distribb-skill

The API requires no separate installation, but its raw examples depend on curl and jq. Export the API key issued by Distribb:

export DISTRIBB_API_KEY=your_key_here

Complete onboarding at distribb.io, then connect the website/CMS and Google Search Console. If the installer does not register the commands automatically, run /distribb-setup or copy commands/*.md into the project's .claude/commands/ directory. The optional Python helpers require:

pip install requests python-dotenv
export DISTRIBB_API_KEY=your_key_here

How do you use this agent?

Start by checking the API key, website, and Search Console connections:

/distribb-setup

Audit the site before producing content:

/gsc-audit example.com

Then research a topic and create an article:

/keyword-research crm software
/write-article best crm software

To verify direct API access, list the available projects:

curl -s -H "Authorization: Bearer $DISTRIBB_API_KEY" \
  https://distribb.io/api/v1/projects | jq .

A raw request to create an article draft looks like this:

curl -s -X POST -H "Authorization: Bearer $DISTRIBB_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"project_id": 42, "keyword": "best crm", "title": "Best CRM", "content": "<h2>...</h2>", "status": "Draft"}' \
  https://distribb.io/api/v1/articles | jq .

The documented process calls for one or two exchange links in each published article. After publication, use /optimize to address opportunities identified from GSC rankings.

What are this agent's strengths and limitations?

Pros
  • Combines Search Console auditing, keyword research, content creation, CMS publishing, and later optimization in one defined workflow.
  • Allows the user to choose the writing model while Distribb supplies SEO data, APIs, publishing, and backlink infrastructure.
  • Every current plan includes the audit, content calendar, and unlimited backlink exchange access.
  • Can update already-published posts in place across CMS platforms including WordPress, Shopify, Webflow, Wix, Ghost, Framer, and Notion.
  • Extends beyond article SEO into GBP management, social content, YouTube publishing, and Microworkers campaigns.
Limitations
  • There is no free plan for new users; Agentic Mode is listed at $49 per month and Pro at $97 per month.
  • Core data and operations depend on distribb.io's hosted API, a valid API key, and network access.
  • The full workflow requires business onboarding plus website/CMS and Google Search Console connections, making setup broader than one install command.
  • The repository's license is unknown, so redistribution and modification rights are not established by the supplied material.
  • The supplied material does not independently validate the quality or outcomes of the claimed high-DR business backlinks.

How does this agent compare with similar options?

Key facts side by side with the most closely related agents.

Agent Source review Form / cost Stars Updated Language Full support on
Distribb SEO Skill This agent 53 · Major gaps Agent plugin / skillPaid ★ 195 3d ago Python Codex · Claude Code
SuperSEO Skills 49 · Major gaps Agent plugin / skillFreemium ★ 337 23d ago — Claude Code · Claude.ai
ASO & App Marketing Skills 39 · Major gaps Agent plugin / skillFreemium ★ 2.1k 1mo ago MDX Claude Code
LinkedIn Skills for Claude Code and Codex 61 · Some gaps Agent plugin / skillFree + model costs ★ 3.5k 4d ago Python Codex · Claude Code · Claude.ai

How does FollowAgents rate this agent?

FollowAgents source review · FARS-2.1
Major gaps
53/ 100 5-point scale 2.7 / 5
Trust 11/29
Reliability 8/14
Adaptability 14/18
Convention 8/18
Effectiveness 9/13
Verifiability 3/8
Why each dimension lost points
Trust11 / 29 · 1.9/5

The README identifies authentication, major API data flows, and consequential effects such as publishing, syncing, public review replies, Google posts, and Microworkers ratings, supporting a moderate transparency score. However, one API key appears to cover many high-impact actions without documented scopes, least-privilege roles, or revocation behavior. Some workflows require users to connect services or complete government-account steps, but there is no consistent per-action confirmation gate for publishing, rewriting, public replies, or autopublishing. Sensitive-data guidance stops at an environment variable and saving third-party keys in Distribb settings; encryption, redaction, retention, and deletion are not covered. Dependencies are unpinned and no supply-chain checks are described. Editing and syncing a published article are shown, but unpublishing, rollback, and recovery are not. The product and repository are named, yet no verifiable author, organizational ownership, or maintainer identity is supplied; unknown publisher identity is not treated as suspicious.

Reliability8 / 14 · 2.9/5

Commands, endpoints, plan restrictions, and the recommended SEO process are mostly internally consistent, and the legacy-account HTTP 402 behavior is described precisely. curl, jq, requests, python-dotenv, and external connection requirements are identified adequately for ordinary setup. Deductions apply because there are no version constraints, compatibility matrix, service-outage fallback, or dependency-health evidence. Failure handling is detailed only for the BYO-key case; authentication, networking, CMS, publication, and third-party integration failures lack diagnostics and recovery guidance.

Adaptability14 / 18 · 3.9/5

The source thoroughly addresses scenarios spanning audits, keywords, writing, optimization, social media, GBP, video, government directories, and a 90-day sprint. It states several plan differences, required connections, legacy-account limitations, and tasks reserved for the user, but does not fully define data-access boundaries, platform-specific differences, or limits on high-impact automation. Most slash commands have clear names and arguments, and the sub-skill has explicit trigger phrases; broader commands such as /optimize, /gbp, and /backlinks remain underspecified. Claude command placement, generic curl/jq use, Python helpers, and MCP are covered, while the claimed Codex, Hermes, and OpenClaw environments lack platform-specific setup and compatibility evidence.

Convention8 / 18 · 2.2/5

The quick start, process, command table, raw API examples, plans, topical sections, references, and helper descriptions form a strong information architecture. Installation and API-key instructions are usable, but system requirements, uninstalling, upgrades, and common setup failures are absent. Naming is generally stable, although “Agentic Mode” and deprecated “Free Agentic” are easy to confuse. There are many examples but no complete FAQ, and the referenced files were not supplied as evidence. Some legacy-plan and connection limitations are disclosed, though no consolidated limitations section exists. No license, version identifier, changelog, release policy, maintainer contact, security-reporting path, or explicit maintenance responsibility is shown, so those criteria receive no credit.

Effectiveness9 / 13 · 3.5/5

The source supplies adaptable curl requests, command entry points, an ordered workflow, and expected deliverables, making outputs reasonably usable. It does not provide representative output artifacts, acceptance criteria, or human-review procedures after failures. Combining GSC, keyword, content, backlink, CMS, and social workflows offers plausible marginal value, but outcome claims and assertions such as real or high-DR links are supported only by product copy. Pricing and plan distinctions are explicit, and optional helpers are separated from the no-install API path; deductions remain because model/API costs, review labor, third-party fees, and SEO or reputational risks are not quantified.

Verifiability3 / 8 · 1.9/5

Many capabilities map to named commands and endpoints, and the README points to several repository references. Only the README is supplied here, however, so those references, implementation code, tests, and response contracts cannot be cross-checked. No independent or second-source evidence corroborates audit quality, live data, unlimited exchange, high-DR backlinks, autopublishing, or broad platform support. Marketing conclusions, intended capabilities, and observable facts are generally stated with equal certainty rather than separated into evidence, assumptions, and measured results, limiting all three verifiability scores.

Risks and how to mitigate them
  • The API key appears capable of CMS publishing, live-content synchronization, public review replies, Google posts, and campaign ratings. Until scopes and confirmation controls are verified, use an isolated project, least-privilege credentials, and human approval for every write action.
  • Do not rely solely on README claims of real or high-DR backlinks, unlimited exchange, live data, or cross-platform publishing; no implementation, tests, or independent corroboration were supplied.
  • Before entrusting DataForSEO, Ahrefs, Google Search Console, CMS, GBP, or social credentials to the service, separately verify storage, encryption, logging, retention, deletion, and revocation practices.
  • Autopublishing, public replies, government-directory registration, and Microworkers actions may create reputational, compliance, and hard-to-reverse external effects; the source provides no uniform preview, approval, undo, or rollback workflow.
  • No license or maintenance responsibility is documented. Confirm legal permission and the support/update path before copying, modifying, distributing, or adopting the repository in production.
Evidence confidence: Low Reviewed Sep 25, 2026 Reviewed revision cf21bb11bd04
Review evidence README.md
See the full review method →

FAQ

Is there a free plan for new users?
No. Free Agentic is deprecated and closed to new users. The listed current plans are Agentic Mode at $49 per month with a three-day trial and Pro at $97 per month; no Accelerator price is stated.
Does it require a particular AI model?
No. The documentation says users may choose any AI model; Distribb provides the keyword data, audit, backlinks, publishing, and analytics infrastructure.
Can I follow the complete workflow without a website or Search Console connection?
No. The documented setup requires a website/CMS, Google Search Console connectivity, and a blog where content can be published.
What should a legacy free account do after keyword research returns HTTP 402?
The account must save a DataForSEO or Ahrefs API key in Distribb settings. The agent should surface the returned instructions_for_agent text verbatim and avoid retrying until credentials are saved.
Can a live article be updated after publication?
Yes. A PUT request can update the article with sync: true, or the article's /sync endpoint can push saved changes to the existing post on a supported CMS.
View on GitHub ↗ Install ↓

Compare agents like this one

The same FARS review applied across the shortlist this agent qualifies for.

Related agents