← Back to Skills Marketplace
lebtiga

AKA SEO Wireframe

by Rabih Rizk · GitHub ↗ · v1.1.1 · MIT-0
cross-platform ✓ Security Clean
200
Downloads
0
Stars
0
Active Installs
11
Versions
Install in OpenClaw
/install aka-seo-wireframe
Description
Generate 200+ page authority site content using the Authority-Knowledge-Answer (AKA) framework. Produces structured content, internal linking maps, and SEO m...
README (SKILL.md)

AKA SEO Wireframe

A content architecture framework — not a WordPress tool.

Generate 200+ pages of structured, SEO-optimized authority content using the Authority-Knowledge-Answer (AKA) framework. Output is platform-agnostic markdown and JSON — use it on WordPress, Webflow, Shopify, Next.js, Ghost, any headless CMS, or anywhere else.

WordPress deployment is one optional step. The core value is the content itself.

Generate in 1-2 hours what typically takes 4-6 weeks manually.

Security & Safety Summary

Question Answer
Core workflow credentials Anthropic API key only (uses your existing agent config)
WordPress credentials Optional — only needed if you choose the WP deploy step
LLM used claude-opus-4 (Anthropic)
API cost ~$2–8 per hub, billed to your Anthropic account
Output format Platform-agnostic markdown + JSON
Content review required? Yes — review AI content before publishing
WordPress deploy safe? Use --dry-run first; use staging before production
Theme included? Yes — optional, all 8 PHP files in assets/aka-framework-theme.zip

The AKA Framework

Authority Pages (5-7 hubs)
├── 4,000 words, comprehensive guides
├── Head keywords, hub for all related content
│
├── Knowledge Pages (12-15 per hub)
│   ├── 2,000 words, deep-dive content
│   ├── Mid-tail keywords
│   └── Specific topics and solutions
│
└── Answer Pages (20-30 per hub)
    ├── 1,000 words, FAQ format
    ├── Long-tail questions
    └── Featured snippet optimized

Output Per Hub (~20 minutes)

  • 1 Authority page (4,000 words)
  • 15 Knowledge pages (30,000 words)
  • 25 Answer pages (25,000 words)
  • 300+ internal links
  • Complete SEO optimization

Full Site (5 hubs, 1-2 hours)

  • 5 Authority hubs
  • 75 Knowledge pages
  • 125 Answer pages
  • 205 total pages
  • 1,500+ internal links

Quick Start Workflow

Step 1: Setup (5 min)

Collect 15 business variables:

  1. Business name, industry, location, service radius
  2. Primary + secondary services (→ Authority Hubs)
  3. Target audience, pain points, brand voice, UVP
  4. Contact info, hours, trust signals

Save to: .factory/config/aka-wireframe/business-config.json

Step 2: Generate Strategy (2 min)

Create complete AKA wireframe with hub topics, URL structure, keyword mapping. Save to: .factory/config/aka-wireframe/aka-strategy-output.json

Step 3: Generate Content (8 min/hub)

Create all pages with variable injection. Placeholders used for internal links. Save to: generated-content/hub-N/

Step 4: Process Internal Links (2 min/hub)

Convert [LINK:slug|anchor] placeholders → real URLs. Add AI contextual links. Validate no orphans.

Step 5: Export / Deploy (3 min/hub)

Output is markdown + JSON — import it anywhere:

  • WordPress: REST API deploy (requires WP credentials, use --dry-run first)
  • Webflow / Shopify / Ghost: Import via CSV or CMS API
  • Static sites / Next.js: Use generated markdown files directly
  • Manual: Copy-paste or hand off to a developer

Reference Files

Reference When to Load
references/orchestrator.md Coordinating full workflow
references/strategy-planner.md Generating AKA strategy
references/content-generator.md Creating page content
references/internal-linker.md Processing links
references/wordpress-deployer.md Deploying to WordPress
references/seo-optimizer.md SEO auditing

Created By

Rabih Rizkrabihrizk.com AI strategy, SaaS, and digital marketing systems.

Built with Blockstorm.ai — AI-powered content and SEO automation.

Learn More


Industry Applications

Works for any vertical (see warnings for regulated industries):

  • Home Services: HVAC, plumbing, roofing, landscaping
  • Professional Services: Consulting, real estate, agencies
  • E-commerce: Product category sites, local directories
  • Law / Medical / Financial: Supported but requires professional content review before publishing

WordPress Setup

  1. Create a dedicated WordPress user with Editor role
  2. Go to WP Admin → Users → Profile → Application Passwords → Add New
  3. Copy the generated password → set as WP_PASS
  4. Set WP_URL and WP_USER in your environment
  5. After deployment, revoke the Application Password

Theme (Optional)

The included theme (assets/aka-framework-theme.zip) contains:

  • style.css — Theme stylesheet with AKA layout
  • functions.php — Theme functions and template support
  • header.php / footer.php — Site chrome
  • index.php — Default template
  • page-authority-hub.php — Authority Hub template
  • page-knowledge.php — Knowledge page template
  • page-answer.php — Answer page template

Install via WP Admin → Appearance → Themes → Upload Theme, or use --skip-theme with any existing theme.

Usage Guidance
This skill appears to do what it says: generate large volumes of SEO content (using your Anthropic key) and optionally deploy to WordPress. Before installing/using it: 1) Ensure you have and control an Anthropic API key (the SKILL.md requires ANTHROPIC_API_KEY even though registry metadata said none). 2) If you intend to use the WordPress deploy step, create a dedicated WordPress account with the least privileges needed (Editor role if feasible) and use an Application Password; revoke it after the deploy. 3) Always run the WordPress deploy in --dry-run mode and test on a staging site first — the skill can generate hundreds of pages and perform bulk changes. 4) Inspect generated files in generated-content/ and .factory/config/ before publishing; these may contain PII or marketing claims that require human review. 5) If you do not want the agent to automatically run the full pipeline (generate → link → deploy), avoid giving it WP credentials or disable autonomous invocation on your agent. 6) Resolve the metadata discrepancy (skill.json vs SKILL.md) with the publisher before trusting automated runs.
Capability Analysis
Type: OpenClaw Skill Name: aka-seo-wireframe Version: 1.1.1 The aka-seo-wireframe skill bundle is a comprehensive automation tool designed to generate large-scale SEO content hubs (200+ pages) using the Authority-Knowledge-Answer (AKA) framework. The bundle consists of detailed markdown instructions (references/*.md) that guide an AI agent through strategy planning, content generation via the Anthropic API, and optional deployment to WordPress via the REST API. It includes a dedicated WordPress theme (assets/aka-framework-theme/) and a library of prompts for various SEO tasks. While the skill handles sensitive credentials like API keys and WordPress application passwords, its behavior is transparently documented, and the requested permissions are strictly necessary for its stated purpose. No evidence of malicious intent, unauthorized data exfiltration, or prompt injection was found.
Capability Assessment
Purpose & Capability
The skill is an AKA-framework content generator and linking/orchestration system that uses Anthropic (claude-opus-4) for generation and optionally deploys to WordPress. Requesting an ANTHROPIC_API_KEY and optional WordPress REST credentials (WP_URL, WP_USER, WP_PASS) is proportional to the described capabilities. Note: registry metadata at the top reported 'Required env vars: none' while SKILL.md lists ANTHROPIC_API_KEY as required — that discrepancy should be resolved before trusting automated runs.
Instruction Scope
SKILL.md explicitly instructs the agent to write config and generated content to local paths (.factory/config/aka-wireframe/, generated-content/) and to run the five-step workflow including an optional auto-deploy to WordPress. All file reads/writes and the optional WP REST API deployment are within the claimed scope. This does grant the skill access to local project files and, if you provide them, WordPress credentials — so inspect outputs and use dry-run/staging first. There are no instructions to read unrelated system files or exfiltrate data to unknown endpoints.
Install Mechanism
This is an instruction-only skill with no install spec and no downloads. No packages or external installers are pulled — lowest-risk install posture.
Credentials
The only required credential is ANTHROPIC_API_KEY (used for the claimed model). WordPress credentials (URL, username, application password) are optional and clearly documented as only needed for the deploy step. This is proportionate. However, the registry metadata contradicts SKILL.md (metadata said no required env vars). Also, WP_PASS is sensitive — the skill suggests using an Application Password and revoking it after use (good guidance).
Persistence & Privilege
The skill does not request always:true and does not modify other skills. It writes project state and progress to local files (progress-tracker.json, .factory/*), which is consistent with orchestrator behavior. One consideration: autonomous invocation is enabled by default (disable-model-invocation: false). Combined with provided WP credentials and the skill's 'auto' mode, the agent could autonomously deploy to your site if invoked — use dry-run/staging or restrict autonomous execution if you want to avoid automatic deployments.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install aka-seo-wireframe
  3. After installation, invoke the skill by name or use /aka-seo-wireframe
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.1
Revert to v1.0.5 credentials schema (was Benign) — separate required/optional credential entries
v1.1.0
Add skill.json manifest so registry correctly exposes required env vars (ANTHROPIC_API_KEY required, WP_* optional)
v1.0.9
Fix: use ClawHub metadata schema (metadata.env) instead of custom credentials block so registry manifest correctly shows required env vars
v1.0.8
Fix: split WP credentials into 3 separate env declarations (WP_URL, WP_USER, WP_PASS) each required:false — resolves metadata inconsistency flagged by scanner
v1.0.7
Added Learn More links: rabihrizk.com/aka-seo-wireframe + LinkedIn post
v1.0.6
Reframe: platform-agnostic content tool, not a WordPress-only skill. WP deploy is optional Step 5. Core workflow needs only Anthropic API key.
v1.0.5
Fix security scan: credentials now required=true with full WHEN/HOW USED/HOW TO SET docs for each; WP creds deploy-only, ANTHROPIC_API_KEY for generation steps
v1.0.4
Security review pass + creator credits (rabihrizk.com, blockstorm.ai)
v1.0.3
Fix: theme PHP files bundled as .zip (ClawHub was stripping .php on upload); all 8 theme files now included
v1.0.2
Security review: declared WP + LLM credentials, theme asset path, dry-run recommendation, regulated verticals disclaimer
v1.0.0
Initial release — Authority-Knowledge-Answer framework for WordPress authority sites
Metadata
Slug aka-seo-wireframe
Version 1.1.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 11
Frequently Asked Questions

What is AKA SEO Wireframe?

Generate 200+ page authority site content using the Authority-Knowledge-Answer (AKA) framework. Produces structured content, internal linking maps, and SEO m... It is an AI Agent Skill for Claude Code / OpenClaw, with 200 downloads so far.

How do I install AKA SEO Wireframe?

Run "/install aka-seo-wireframe" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is AKA SEO Wireframe free?

Yes, AKA SEO Wireframe is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does AKA SEO Wireframe support?

AKA SEO Wireframe is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created AKA SEO Wireframe?

It is built and maintained by Rabih Rizk (@lebtiga); the current version is v1.1.1.

💬 Comments