aios-offpage

Reads off-page SEO boards and KPIs and routes write actions to guarded feature skills.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Operators need a single grounded view of off-page SEO state—backlink profiles, citation/NAP listings, and Web 2.0 property ledgers—without risking accidental mutations, since all writes must go through LEAD-gated, cost-gated feature skills. ## Core Features & Use Cases - KPI Dashboard: Reads referring-domain counts, new/lost links over 30 days, and the toxic-flag queue via GET /offpage/kpis. - Board Reads: Pulls the backlinks board (with toxic/disavow filter), citations board (with NAP inconsistent/missing filters), and the Web 2.0 ledger, optionally scoped to a single client. - Write Routing: Directs toxic-flag reviews to /aios-backlink-audit, NAP reconciliation to /aios-citation-builder, new directory submissions to /aios-citation-submit, and Web 2.0 builds to /aios-web2-build—never mutating from the hub itself. - Use Case: An operator asks for the off-page state of one client; the skill renders KPIs, the top referring domains by authority, NAP consistency counts, and the Web 2.0 ledger mix, then points the operator to the correct LEAD-gated skill for any action. ## Quick Start Ask the assistant to show the off-page KPIs and backlink board for a specific client, optionally narrowing to the toxic disavow queue or inconsistent NAP listings.

Frequently Asked Questions about aios-offpage

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

FAQPage Schema
How do I check backlink KPIs and referring domains for a client?▼

Run the skill with the kpis or backlinks board and an optional client filter. It calls GET /offpage/kpis for referring domains, new/lost links over 30 days, and toxic counts, then GET /offpage/backlinks for the row-level profile.

How do I find inconsistent or missing NAP citations?▼

Read the citations board with the nap=inconsistent or nap=missing query filter. The skill reports consistency counts and routes any bulk reconciliation to the LEAD-gated /aios-citation-builder skill.

Can this skill flag toxic backlinks or submit citations directly?▼

No. The hub is strictly read-only; toxic-flag reviews go to /aios-backlink-audit, citation submissions to /aios-citation-submit, and Web 2.0 publishing to /aios-web2-build, all LEAD-only and cost-gated server-side.

What permissions are required to read off-page boards?▼

Any provisioned staff member with the view_reports permission can read the boards. Portal clients receive a 403 on this namespace, and all write actions require LEAD roles (owner, admin, or manager).

Why does the toxic queue not mean links are already disavowed?▼

A toxic status means the link is queued for a disavow review, not that a disavow file was submitted to Google. The skill surfaces the queue size and points to /aios-backlink-audit for the actual review.