Install
openclaw skills install seo-rankerMeta-skill for end-to-end SEO auditing and on-page optimization by orchestrating brave-search, summarize, api-gateway, and markdown-converter. Use when users want to understand why a page is not ranking for a target keyword and need concrete rewrite actions plus backlink intelligence.
openclaw skills install seo-rankerRun a complete SEO ranking diagnosis and optimization pipeline:
This is an orchestration skill. It does not replace upstream tools.
brave-search (inspected latest: 1.0.1)summarize (inspected latest: 1.0.0)api-gateway (inspected latest: 1.0.29)markdown-converter (inspected latest: 1.0.0)Install/update:
npx -y clawhub@latest install brave-search
npx -y clawhub@latest install summarize
npx -y clawhub@latest install api-gateway
npx -y clawhub@latest install markdown-converter
npx -y clawhub@latest update --all
Verify:
npx -y clawhub@latest list
BRAVE_API_KEY (for brave-search)MATON_API_KEY (for api-gateway)OPENAI_API_KEY, orANTHROPIC_API_KEY, orXAI_API_KEY, orGEMINI_API_KEYOptional:
FIRECRAWL_API_KEY (for difficult page extraction via summarize)APIFY_API_TOKEN (for YouTube fallback in summarize)Preflight:
echo "$BRAVE_API_KEY" | wc -c
echo "$MATON_API_KEY" | wc -c
echo "$OPENAI_API_KEY$ANTHROPIC_API_KEY$XAI_API_KEY$GEMINI_API_KEY" | wc -c
Mandatory behavior:
MissingAPIKeys section with missing variables and blocked stages.Partial when necessary.target_urltarget_keyword (example: AI tools)region_locale (country/language for SERP interpretation)content_source (URL fetch, pasted text, or file path)content_type (blog, category page, product page, landing page)business_goal (traffic, leads, sales)rewrite_scope (light, moderate, full)data_provider_preference (semrush, ahrefs, gsc-only, none)Do not run rewrite before keyword intent and content goal are explicit.
Use for live SERP reconnaissance:
Operational constraints from inspected skill:
BRAVE_API_KEY--contentUse for structured competitor content analysis:
Operational constraints from inspected skill:
--extract-only, --json, and length controlsUse for external SEO data APIs only when active connections exist:
Operational constraints from inspected skill:
MATON_API_KEYctrl.maton.ai connection lifecycle)Important capability note:
api-gateway service list, semrush and ahrefs are not listed as native app names.google-search-console) and manual competitor-link extraction.Use to normalize the user's own content into editable Markdown:
uvx markitdown ...),Input StageSERP Audit Stage (brave-search)Competitor Content Stage (summarize)Data Gate Stage (api-gateway)Required user-facing gate message format:
DataGateStatus: available / blockedReason: missing key, missing connection, or provider unsupportedAction: exact next step and link(s)As of February 14, 2026:
When user requests a 14-day Semrush trial:
https://www.semrush.com/sem/.https://ahrefs.com/webmaster-tools.Optimization Stage (LLM rewrite)Output StageAlways return:
SERPFindings
DataGateStatus
OptimizedMarkdown
BacklinkOpportunities
high|medium|low)NextActions
Before final output, validate:
If any gate fails, return Needs Revision with exact missing evidence.
BRAVE_API_KEY: return MissingAPIKeys, skip SERP stage, and request user-provided competitor URLs.MissingAPIKeys, skip summarize stage, and provide structure-only audit from available snippets.MATON_API_KEY: return MissingAPIKeys, skip API-gateway enrichment, continue with on-page-only optimization.