aios-web2-build

Plans and drafts branded Web 2.0 backlink properties with a human approval gate before publishing.

1|Updated Jul 8, 2026
One-click install
npx skills add https://github.com/codesofadan/danyals-aios --skill aios-web2-build-codesofadan
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: aios-web2-build
Source: https://github.com/codesofadan/danyals-aios/tree/main/.claude/skills/aios-web2-build
Command: npx skills add https://github.com/codesofadan/danyals-aios --skill aios-web2-build-codesofadan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Building Web 2.0 tiered link properties manually risks duplicate content, stacked footprints, and accidental publishing; this Skill queues one property (or a multi-topic campaign) through a FastAPI backend, drafts it with metered AI budget, and stops at a human quality gate so nothing publishes without a LEAD's explicit approval. ## Core Features & Use Cases - Per-client platform eligibility: Reads the platform board to plan only onto platforms eligible for that client's topical scope, reporting each platform's own reason when one is not eligible. - Footprint and anchor safety: Checks the existing Web 2.0 ledger so each new property diversifies platform and anchor, avoiding exact-match commercial anchors and PBN-style footprints. - Human-gated approval with similarity checks: Drafts reach needs_review, then a LEAD approves or rejects; approval re-runs a cross-property similarity gate that blocks duplicates and refuses to publish when the gate cannot run. - Campaign mode: Prices, schedules, and approves a whole campaign of N properties, each requiring a distinct topic, with per-property hold reporting. - Use Case: An operator says "build a web2 backlink for client acme on Blogger with anchor 'Acme Plumbing' pointing to the services page"; the Skill plans the property, waits for the draft, and presents it for the LEAD's approve/reject decision. ## Quick Start Ask the assistant to build a Web 2.0 property for a given client with a chosen anchor text and target URL, then wait for the draft to reach needs_review and have a LEAD approve or reject it.

Frequently Asked Questions about aios-web2-build

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build a Web 2.0 backlink property for a client?▼

Provide the client id, anchor text, and target URL; the Skill reads the platform board, plans the property via POST /offpage/web2/plan, and waits for the draft to reach needs_review. A LEAD then explicitly approves or rejects it, since the Skill never auto-publishes.

How do I create a campaign of multiple Web 2.0 properties?▼

Use the campaign routes instead of looping the single-property flow: POST /offpage/web2/campaigns/estimate prices and schedules the request, then POST /offpage/web2/campaigns creates it. Each article needs a distinct topic, because identical topics produce duplicate content the similarity gate blocks.

Why is a platform not eligible for my client?▼

Eligibility is computed per client from topical scope: a platform is offered only when it is not do_not_use and its scope is agnostic or matches the client's declared scope. The platform board returns the platform's own reason, which the Skill reports verbatim.

Can this Skill publish Web 2.0 posts automatically?▼

No. The Skill always stops at the human quality gate; only a LEAD role can call plan or approve, and approval publishes to the external platform. Approval also re-runs the cross-property similarity gate, and a 409 sim_block or sim_unavailable result must not be retried.

What happens when the AI generation budget is exhausted?▼

Draft generation is cost-gated server-side through a money dial, cache, client cap, and daily spend-stop. If a spend-stop holds the draft, the property stays in draft at an honest $0 and the Skill reports the hold rather than retrying to force spend.