# XuanRanL

> Open-source publisher. Listings imported from github.com/XuanRanL — credited to the original author with their license.

- **Listings:** 50
- **Total installs:** 0
- **Profile:** https://agentstack.voostack.com/s/xuanranl
- **Website:** https://github.com/XuanRanL

## Published listings

- [Cost Guard](https://agentstack.voostack.com/l/skill-xuanranl-loamwright-seo-skill-cost-guard) — Skill · Free · security-reviewed — `agentstack add skill-xuanranl-loamwright-seo-skill-cost-guard`
  Budget enforcement. Estimate → check → log → summary. Daily total + per-init + per-article + per-image-batch caps from config.yaml. Triggered by every API call upstream.
- [Topic Angle Selector](https://agentstack.voostack.com/l/skill-xuanranl-loamwright-seo-skill-topic-angle-selector) — Skill · Free · security-reviewed — `agentstack add skill-xuanranl-loamwright-seo-skill-topic-angle-selector`
  Within the chosen format, generates 6 title candidates across ≥3 angles, validates each via title_validator.py, scores CTR potential, picks top-1. Required step before outline-architect. Use whenever planning to write — happens after format-selector and before outline.
- [Citation Capsule Builder](https://agentstack.voostack.com/l/skill-xuanranl-loamwright-seo-skill-citation-capsule-builder) — Skill · Free · security-reviewed — `agentstack add skill-xuanranl-loamwright-seo-skill-citation-capsule-builder`
  After section-drafter, verifies each H2 has a Citation Capsule (40-60 word AI-quotable block). If missing, generates one. Princeton GEO requirement.
- [Fleet View](https://agentstack.voostack.com/l/skill-xuanranl-loamwright-seo-skill-fleet-view) — Skill · Free · security-reviewed — `agentstack add skill-xuanranl-loamwright-seo-skill-fleet-view`
  Multi-site agency dashboard. Use /fleet to see 100+ sites in one view — health, clicks, cost, drift alerts, by-client + by-vertical aggregation. Daily landing page for an operator managing many SEO projects.
- [Rank Tracker](https://agentstack.voostack.com/l/skill-xuanranl-loamwright-seo-skill-rank-tracker) — Skill · Free · security-reviewed — `agentstack add skill-xuanranl-loamwright-seo-skill-rank-tracker`
  Query GSC for impressions/clicks/position; T+7/14/30/90 post-publish baselines. Outputs projects/{slug}/rank-history-{date}.json. Triggered by /rank-check command or scheduled monitor.
- [Cost Summary](https://agentstack.voostack.com/l/skill-xuanranl-loamwright-seo-skill-cost-summary) — Skill · Free · security-reviewed — `agentstack add skill-xuanranl-loamwright-seo-skill-cost-summary`
  Aggregate past spending (day/week/month) — total USD, per-model, per-endpoint. Use when user runs /cost or asks "how much have I spent?" / "what's my burn?" / "show me the bill".
- [Content Refresher](https://agentstack.voostack.com/l/skill-xuanranl-loamwright-seo-skill-content-refresher) — Skill · Free · security-reviewed — `agentstack add skill-xuanranl-loamwright-seo-skill-content-refresher`
  Compute 0-100 decay score; trigger refresh workflow on aging articles. Score = 0.30×traffic + 0.25×rank + 0.15×ctr + 0.15×freshness + 0.15×replacement. Triggered by /refresh command or weekly schedule.
- [Project Switch](https://agentstack.voostack.com/l/skill-xuanranl-loamwright-seo-skill-project-switch) — Skill · Free · security-reviewed — `agentstack add skill-xuanranl-loamwright-seo-skill-project-switch`
  Switch active project. Updates ~/.xuanran-seo/active-project pointer. All subsequent commands inherit new project's business-context. Triggered by /switch <slug>.
- [Image Post Processor](https://agentstack.voostack.com/l/skill-xuanranl-loamwright-seo-skill-image-post-processor) — Skill · Free — `agentstack add skill-xuanranl-loamwright-seo-skill-image-post-processor`
  After batch completes, runs 4-step post-processing on each image: EXIF strip → WebP convert (q85) → srcset 3 sizes → SEO filename. Generates ImageObject schema fragment. Stage 27e.
- [Brand Auto Tuner](https://agentstack.voostack.com/l/skill-xuanranl-loamwright-seo-skill-brand-auto-tuner) — Skill · Free · security-reviewed — `agentstack add skill-xuanranl-loamwright-seo-skill-brand-auto-tuner`
  Analyze winner vs loser articles to find features that distinguish them, then suggest brand-guideline.yaml updates. Use after ≥10 articles have outcome tags. Closes the data-loop: production → measurement → learning → next-cycle adjustment.
- [Section Drafter](https://agentstack.voostack.com/l/skill-xuanranl-loamwright-seo-skill-section-drafter) — Skill · Free · security-reviewed — `agentstack add skill-xuanranl-loamwright-seo-skill-section-drafter`
  Dispatches N writer agents in parallel, one per H2 section, each receiving an isolated context with section spec + style references + research brief slice. Writes each section to workspace/{task}/sections/{N}.json conforming to section.schema.json. Critical Build phase step. Use after outline-architect produces outline.json.
- [Youtube Embed](https://agentstack.voostack.com/l/skill-xuanranl-loamwright-seo-skill-youtube-embed) — Skill · Free · security-reviewed — `agentstack add skill-xuanranl-loamwright-seo-skill-youtube-embed`
  PARKED (2026-07-17 wiring audit) — its trigger `brief.embed_youtube=true` is set and read by NOTHING in the repo, so this add-on can never fire. Searches YouTube Data API for primary keyword, picks 1-2 high-relevance videos (viewCount/duration/channel auth filtered), embeds into article.
- [Image Curator](https://agentstack.voostack.com/l/skill-xuanranl-loamwright-seo-skill-image-curator) — Skill · Free · security-reviewed — `agentstack add skill-xuanranl-loamwright-seo-skill-image-curator`
  Produces image_metadata.json with all 4 WordPress media fields (title, alt_text, caption, description) per image slot. Runs AFTER image generation and BEFORE WordPress upload. Without this, captions and descriptions are empty in the media library and figcaptions never render in posts. Stage 27f of phase-publish image sub-pipeline.
- [Wordpress Category Setup](https://agentstack.voostack.com/l/skill-xuanranl-loamwright-seo-skill-wordpress-category-setup) — Skill · Free · security-reviewed — `agentstack add skill-xuanranl-loamwright-seo-skill-wordpress-category-setup`
  Design and deploy a WordPress blog category taxonomy (top-level categories + subcategories) with descriptions, slugs, and RankMath SEO meta. Three modes — interactive (design from scratch with the user), apply (deploy an existing categories-config.json), refresh (re-sync to live site). Use when user runs /setup-categories, when /init asks about content architecture, or when a project is preparing…
- [Seo Blog](https://agentstack.voostack.com/l/skill-xuanranl-loamwright-seo-skill-seo-blog) — Skill · Free · security-reviewed — `agentstack add skill-xuanranl-loamwright-seo-skill-seo-blog`
  Production-grade SEO + GEO content factory. Routes user intent to one of 5 phases (research / build / optimize / publish / monitor) or runs end-to-end. Use whenever the user wants to write a blog post, create SEO/GEO-optimized articles, refresh existing content, audit a page, or publish to WordPress. Always trigger when user mentions "blog", "article", "content", "SEO", "SERP", "AI search", "Chat…
- [Resume](https://agentstack.voostack.com/l/skill-xuanranl-loamwright-seo-skill-resume) — Skill · Free · security-reviewed — `agentstack add skill-xuanranl-loamwright-seo-skill-resume`
  Resume an interrupted /article pipeline from its last checkpoint. Reads workspace state.json + verifies artifacts, decides whether to re-run the failing stage or jump forward. Use when /status shows a stuck task, network blip, OpenAI Batch wait, laptop sleep, etc.
- [Rewrite](https://agentstack.voostack.com/l/skill-xuanranl-loamwright-seo-skill-rewrite) — Skill · Free · security-reviewed — `agentstack add skill-xuanranl-loamwright-seo-skill-rewrite`
  Rewrite + optimize an existing published article. 6-phase workflow (Audit → Research → Chart Gen → Content Rewrite → Verification → Summary). Preserves author voice while applying 6 pillars — fabricated stat replacement, answer-first formatting, AI-detection scrubbing, citation capsule injection, freshness signals, information gain markers. Use /rewrite <file> for full rewrite OR /update <file> f…
- [Website Project Init](https://agentstack.voostack.com/l/skill-xuanranl-loamwright-seo-skill-website-project-init) — Skill · Free · security-reviewed — `agentstack add skill-xuanranl-loamwright-seo-skill-website-project-init`
  Initialize a new website project from a URL. FIRST asks the user for all required credentials (Anthropic / Tavily / OpenAI / WordPress App Password / brand config), then deep-scans the site (40 pages with 5-tier JS fallback waterfall), generates projects/{slug}/ archive (business-context, brand identity, competitors, GEO baseline, personas, target keywords). Use when user provides a URL + wants t…
- [Outline Architect](https://agentstack.voostack.com/l/skill-xuanranl-loamwright-seo-skill-outline-architect) — Skill · Free · security-reviewed — `agentstack add skill-xuanranl-loamwright-seo-skill-outline-architect`
  Designs H2/H3 outline with explicit per-section word budgets, table placements (≥2 with one in front 50%), image/video slot markers, FAQ count, abstract seed, takeaways seeds, Citation Capsule requirement per H2. Loads format-specific template. Critical pre-build step. Use whenever building an article — after format + angle picked, before section-drafter parallel dispatch.
- [Image Prompt Designer](https://agentstack.voostack.com/l/skill-xuanranl-loamwright-seo-skill-image-prompt-designer) — Skill · Free · security-reviewed — `agentstack add skill-xuanranl-loamwright-seo-skill-image-prompt-designer`
  Build shared Art Direction Prefix + per-slot 9-field prompts for 4 images. Uses Strategy A (shared prefix; per-slot variation). Reads brand-identity, brand-config, format_id. Produces image-prompts.json for openai-image-generator. Stage 27b.
- [Cta Placement](https://agentstack.voostack.com/l/skill-xuanranl-loamwright-seo-skill-cta-placement) — Skill · Free · security-reviewed — `agentstack add skill-xuanranl-loamwright-seo-skill-cta-placement`
  Inject the project's designed CTA module (styled .xr-cta-box conversion card) into the draft. Config lives in business-context.json :: cta (legacy) or :: conversion_offers (v3.37 service-aware). Projects without either no-op.
- [Project Show](https://agentstack.voostack.com/l/skill-xuanranl-loamwright-seo-skill-project-show) — Skill · Free · security-reviewed — `agentstack add skill-xuanranl-loamwright-seo-skill-project-show`
  Display current active project's PROJECT.md + brief stats. Use /show-project.
- [Memory Manager](https://agentstack.voostack.com/l/skill-xuanranl-loamwright-seo-skill-memory-manager) — Skill · Free · security-reviewed — `agentstack add skill-xuanranl-loamwright-seo-skill-memory-manager`
  Manage HOT/WARM/COLD memory transitions, Wiki Phase 1/2/3 entity sedimentation, GDPR Art 17 purge. Triggered by hooks/stop_finalize.py + /forget-project command.
- [Weekly Digest](https://agentstack.voostack.com/l/skill-xuanranl-loamwright-seo-skill-weekly-digest) — Skill · Free · security-reviewed — `agentstack add skill-xuanranl-loamwright-seo-skill-weekly-digest`
  Production weekly industry-news digest: harvest Tier-A + Tier-B sources, assemble a digest article, publish as DRAFT, await explicit publish. Triggers on /weekly, 'industry weekly digest', 'weekly roundup', 'weekly report', '行业周报', '每周简报'. NOT a general article — does NOT run keyword-research/SERP/competitor stages.
- [Website Audit](https://agentstack.voostack.com/l/skill-xuanranl-loamwright-seo-skill-website-audit) — Skill · Free · security-reviewed — `agentstack add skill-xuanranl-loamwright-seo-skill-website-audit`
  Full website SEO audit — crawls up to 500 pages, detects business type, spawns up to 15 parallel specialist agents (8 always + 7 conditional), generates SEO Health Score (0-100) with enterprise HTML report. Completely standalone — not connected to the blog-writer pipeline. Triggers on: audit my site, website audit, full SEO check, site health, analyze my website, SEO analysis, technical SEO audit…
- [Status Reporter](https://agentstack.voostack.com/l/skill-xuanranl-loamwright-seo-skill-status-reporter) — Skill · Free · security-reviewed — `agentstack add skill-xuanranl-loamwright-seo-skill-status-reporter`
  Show current pipeline state — in-progress tasks, current stage, elapsed time, accrued cost, ETA. Use when user runs /status or asks "what's the pipeline doing right now" or "is anything still running". Read-only — does not modify state.
- [Phase Build](https://agentstack.voostack.com/l/skill-xuanranl-loamwright-seo-skill-phase-build) — Skill · Free · security-reviewed — `agentstack add skill-xuanranl-loamwright-seo-skill-phase-build`
  Run Phase Build — section drafting (N parallel agents), fact-check, citation injection, assembly. Use when research.json and outline.json exist and need to write the actual article body. Triggered by /seo-blog build, "draft the article now", "write the body".
- [Entity Optimizer](https://agentstack.voostack.com/l/skill-xuanranl-loamwright-seo-skill-entity-optimizer) — Skill · Free · security-reviewed — `agentstack add skill-xuanranl-loamwright-seo-skill-entity-optimizer`
  PARKED (2026-07-17 wiring audit) — designed but never wired; nothing routes here and its companion agents/entity-extractor.md is equally unreachable. Track 47 entity signals per entity (per seo-geo). Maintains ai_resolution_status per engine (recognized/partial/unrecognized/confused). The ONLY skill that writes to memory/entities/.
- [Image Slot Allocator](https://agentstack.voostack.com/l/skill-xuanranl-loamwright-seo-skill-image-slot-allocator) — Skill · Free · security-reviewed — `agentstack add skill-xuanranl-loamwright-seo-skill-image-slot-allocator`
  Decide 4 image slots per article (1 cover + 3 section images). Reads outline.json + format_id. Picks H2s to image based on per-format mapping in references/image/format-style-mapping.md. Triggered as Stage 27a of phase-publish image sub-pipeline.
- [Batch Article](https://agentstack.voostack.com/l/skill-xuanranl-loamwright-seo-skill-batch-article) — Skill · Free · security-reviewed — `agentstack add skill-xuanranl-loamwright-seo-skill-batch-article`
  Run /article end-to-end for a list of keywords. Each keyword goes through the FULL pipeline (research → plan → build → optimize → publish → monitor baseline). Use for agency-scale operations — drop 10-500 keywords, get 10-500 published articles. Resumable across sessions.
- [Drift Detector](https://agentstack.voostack.com/l/skill-xuanranl-loamwright-seo-skill-drift-detector) — Skill · Free · security-reviewed — `agentstack add skill-xuanranl-loamwright-seo-skill-drift-detector`
  17-rule diff vs SQLite baseline. Detects: title/meta changed, schema removed, H1 changed, AI bots policy changed, broken internal links emerged, AIO citation lost, etc. Triggered by /drift command or scheduled weekly.
- [Phase Publish](https://agentstack.voostack.com/l/skill-xuanranl-loamwright-seo-skill-phase-publish) — Skill · Free · security-reviewed — `agentstack add skill-xuanranl-loamwright-seo-skill-phase-publish`
  Run Phase Publish — image generation sub-pipeline (provider-pluggable: relay primary + official OpenAI fallback, realtime-forced) + WordPress publish with RankMath meta + IndexNow ping. Use when draft has passed all quality gates and is ready for live publication. Triggered by /seo-blog publish, /publish, "post this to WordPress", "go live".
- [Project List](https://agentstack.voostack.com/l/skill-xuanranl-loamwright-seo-skill-project-list) — Skill · Free · security-reviewed — `agentstack add skill-xuanranl-loamwright-seo-skill-project-list`
  List all projects/{slug}/ with status (fresh/stale/expired). Use /list-projects.
- [Phase Research](https://agentstack.voostack.com/l/skill-xuanranl-loamwright-seo-skill-phase-research) — Skill · Free · security-reviewed — `agentstack add skill-xuanranl-loamwright-seo-skill-phase-research`
  Run Phase 1 Research only — keyword research, SERP analysis, competitor analysis, content gap analysis, surface targeting. Use when user wants research-only output without writing an article. Triggered by /seo-blog research, "research this keyword", "what's the SERP for X", "competitor analysis for".
- [Manifest Consistency Checker](https://agentstack.voostack.com/l/skill-xuanranl-loamwright-seo-skill-manifest-consistency-checker) — Skill · Free · security-reviewed — `agentstack add skill-xuanranl-loamwright-seo-skill-manifest-consistency-checker`
  Verify VERSION + plugin.json + marketplace.json + install.sh + install.ps1 + CHANGELOG + __init__.py all agree on version. Auto-fix via --apply. Run via /guard --versions.
- [Performance Reporter](https://agentstack.voostack.com/l/skill-xuanranl-loamwright-seo-skill-performance-reporter) — Skill · Free · security-reviewed — `agentstack add skill-xuanranl-loamwright-seo-skill-performance-reporter`
  Aggregate 30+ KPIs across rank/ai-visibility/drift/refresh for time-period view (week/month/quarter). Outputs human-readable executive summary. Triggered by /perf command.
- [Chart Generator](https://agentstack.voostack.com/l/skill-xuanranl-loamwright-seo-skill-chart-generator) — Skill · Free · security-reviewed — `agentstack add skill-xuanranl-loamwright-seo-skill-chart-generator`
  Generate markdown tables OR XSS-safe SVG charts for sections with needs_table=true. Ensures ≥2 tables per article with ≥1 in front 50%. Uses scripts/build/chart_svg_builder.py.
- [Self Upgrade](https://agentstack.voostack.com/l/skill-xuanranl-loamwright-seo-skill-self-upgrade) — Skill · Free · security-reviewed — `agentstack add skill-xuanranl-loamwright-seo-skill-self-upgrade`
  9-step in-place upgrade from marketplace remote. Triggered by bin/update-check returning UPGRADE_AVAILABLE OR /upgrade command. Backs up old version + git fetch + version sync + cache purge + changelog summary.
- [Project Forget](https://agentstack.voostack.com/l/skill-xuanranl-loamwright-seo-skill-project-forget) — Skill · Free · security-reviewed — `agentstack add skill-xuanranl-loamwright-seo-skill-project-forget`
  GDPR Art 17 delete. Tombstone projects/{slug}/, schedule physical deletion in 30 days. Use /forget-project <slug>. Cannot be undone after 30d.
- [Repair Orchestrator](https://agentstack.voostack.com/l/skill-xuanranl-loamwright-seo-skill-repair-orchestrator) — Skill · Free · security-reviewed — `agentstack add skill-xuanranl-loamwright-seo-skill-repair-orchestrator`
  5-level repair escalation when quality gates fail. Surgical → Section-rewrite → Stage-rewrite → Full-regen → From-scratch. Hard cap 4 rounds total. Use when quality.json reports overall_passed=false OR reviewer rejects. Last line of defense before declaring an article unsalvageable.
- [Second Opinion](https://agentstack.voostack.com/l/skill-xuanranl-loamwright-seo-skill-second-opinion) — Skill · Free · security-reviewed — `agentstack add skill-xuanranl-loamwright-seo-skill-second-opinion`
  Cross-model audit via Gemini (review / challenge / consult modes). Defends against same-model self-bias. Used before high-impact decisions (publish gate, /init final review).
- [Ai Visibility Tracker](https://agentstack.voostack.com/l/skill-xuanranl-loamwright-seo-skill-ai-visibility-tracker) — Skill · Free · security-reviewed — `agentstack add skill-xuanranl-loamwright-seo-skill-ai-visibility-tracker`
  Active probe of ChatGPT/PPLX/Claude/Gemini to check if our article is cited. Compares to projects/{slug}/geo-baseline.json. Triggered by /ai-visibility command or daily/weekly schedule.
- [Cost Estimator](https://agentstack.voostack.com/l/skill-xuanranl-loamwright-seo-skill-cost-estimator) — Skill · Free · security-reviewed — `agentstack add skill-xuanranl-loamwright-seo-skill-cost-estimator`
  Pre-flight cost estimate for a planned /article run. Use BEFORE /article or when user asks "how much will this cost?" / "what's the estimate?". Outputs USD breakdown by category + 80% confidence band + budget check.
- [Fact Check And Citation](https://agentstack.voostack.com/l/skill-xuanranl-loamwright-seo-skill-fact-check-and-citation) — Skill · Free · security-reviewed — `agentstack add skill-xuanranl-loamwright-seo-skill-fact-check-and-citation`
  Verify every statistical claim by fetching cited URLs + checking the data appears on the page. Crossref-first for academic; Tavily-fallback for industry. Replaces fabricated/unsourced stats. Builds APA 7 References block, ≤10 entries, all link-resolvable. The single most important anti-hallucination gate in the pipeline. Use after section-drafter (before humanizer if humanizer might break citatio…
- [Persona Management](https://agentstack.voostack.com/l/skill-xuanranl-loamwright-seo-skill-persona-management) — Skill · Free · security-reviewed — `agentstack add skill-xuanranl-loamwright-seo-skill-persona-management`
  Create + store + enforce writing personas using NNGroup 4-dimension tone framework. Personas define readability targets, sentence length distribution, vocabulary tier, contraction frequency, summary box label. Used by section-drafter + humanizer + rewrite to enforce consistent voice. Different from brand-guideline-maker — personas live INSIDE a brand and represent author/audience variants.
- [Batch Job Poller](https://agentstack.voostack.com/l/skill-xuanranl-loamwright-seo-skill-batch-job-poller) — Skill · Free · security-reviewed — `agentstack add skill-xuanranl-loamwright-seo-skill-batch-job-poller`
  Supplemental recovery tool for orphan official-OpenAI image batches (batch is only ever used on the official-OpenAI fallback path; the primary openclawroot relay has no Batch API). The canonical image flow (openai-image-generator) runs realtime and does not require this skill. Use only to diagnose stuck batches or download images from a batch that completed after the main pipeline gave up.
- [Openai Image Generator](https://agentstack.voostack.com/l/skill-xuanranl-loamwright-seo-skill-openai-image-generator) — Skill · Free · security-reviewed — `agentstack add skill-xuanranl-loamwright-seo-skill-openai-image-generator`
  Generate all 4 article images via the unified openai_image_pipeline (provider-aware: Vertex Gemini 3 Pro Image 4K primary + official OpenAI fallback, realtime-forced). Single-call pipeline replaces the prior submit→wait→download multi-stage pattern. Stage 27c+27d combined.
- [Phase Optimize](https://agentstack.voostack.com/l/skill-xuanranl-loamwright-seo-skill-phase-optimize) — Skill · Free · security-reviewed — `agentstack add skill-xuanranl-loamwright-seo-skill-phase-optimize`
  Run Phase Optimize — humanize, meta build, schema, internal link, GEO optimize, visual design, CTA module + deterministic lint gates (render / density / keyword / PAA alignment / locale spelling / local uniqueness) + 4 quality gates + repair escalation. Use when draft.md exists and needs polish + quality assurance. Triggered by /seo-blog optimize, /audit, "run quality checks", "make this ready to…
- [Ai Overview Recovery](https://agentstack.voostack.com/l/skill-xuanranl-loamwright-seo-skill-ai-overview-recovery) — Skill · Free · security-reviewed — `agentstack add skill-xuanranl-loamwright-seo-skill-ai-overview-recovery`
  4-phase recovery when Google AI Overview drops an article. Measure damage → diagnose skip reason → rewrite → T+7/14/28 monitor. Triggered by drift-detector AIO loss alert OR /aio-recovery command.
- [Phase Monitor](https://agentstack.voostack.com/l/skill-xuanranl-loamwright-seo-skill-phase-monitor) — Skill · Free · security-reviewed — `agentstack add skill-xuanranl-loamwright-seo-skill-phase-monitor`
  Run Phase Monitor — rank tracking, AI visibility tracking, drift detection, content refresh signals, performance reporting. Use for post-publish monitoring or scheduled checkup. Triggered by /seo-blog monitor, /perf, /rank-check, /drift, /ai-visibility, or as automated scheduled hook (T+7/14/30/90 after publish).

---
Seller on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Install any with `agentstack add <slug>`.
