Distribb SEO Skill
Let AI agents audit, write, publish, and earn backlinks through a network of real businesses.
- Source repo
- Bomx/distribb-skill
- Stars
- ★ 195
- Last updated
- 3d ago
- Primary language
- Python
- FA score
- 53/100 · Major gaps
At a glance
- How it runs
- Works with
- Universal · cross-platformCodex · Claude Code
- Cost
- Needs a paid subscription or licence
- Setup effort
- Medium · a few setup steps
- You'll need
- 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
- Source review
- 53/100 · Major gaps
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.
- A marketing team using Codex or Claude Code wants to build its content plan from a Search Console audit before publishing.
- A business with an existing blog and supported CMS wants its own AI to draft articles and Distribb to publish them.
- A site owner wants to identify and rewrite pages stalled on page two or lower using GSC data.
- An SEO team wants to earn links by including links to other businesses participating in the exchange.
- A local business needs one workflow for Google Business Profile reviews, public replies, posts, and post analytics.
- 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-skillThe 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_hereComplete 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_hereHow do you use this agent?
Start by checking the API key, website, and Search Console connections:
/distribb-setupAudit the site before producing content:
/gsc-audit example.comThen research a topic and create an article:
/keyword-research crm software
/write-article best crm softwareTo 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?
- 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.
- 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?
Why each dimension lost points
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.
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.
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.
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.
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.
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.
- 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.
FAQ
Is there a free plan for new users?
Does it require a particular AI model?
Can I follow the complete workflow without a website or Search Console connection?
What should a legacy free account do after keyword research returns HTTP 402?
instructions_for_agent text verbatim and avoid retrying until credentials are saved.Can a live article be updated after publication?
sync: true, or the article's /sync endpoint can push saved changes to the existing post on a supported CMS.