Use this skill when the user asks to "generate content", "write a blog post", "create an article", "AI content", "content brief", "draft a post", "generate content" (Italian examples like "genera contenuto", "scrivi post", "crea articolo", "genera bozza"), "content pipeline", "create content from brief", or otherwise mentions AI-assisted content creation for WordPress.
AI-driven content generation pipeline for WordPress. This skill guides Claude through a structured 7-step process: from content brief to published, SEO-optimized post with structured data. It uses existing MCP tools — no new tools are introduced.
| Need | Skill |
|------|-------|
| Create new original content from scratch | wp-content-generation (this skill) |
| Transform existing content for new channels | wp-content-repurposing |
| Edit/update existing posts | wp-content |
| Bulk page generation from templates | wp-programmatic-seo |
What does the user need?
wp-content-optimizationRun detection first:
node skills/wp-content-generation/scripts/content_gen_inspect.mjs [--cwd=/path/to/project]
This checks for REST API access, GSC availability, and existing content volume.
Define the content brief with target audience, goal, and constraints.
See references/brief-templates.md
Input from user:
Use GSC data (if available) to identify keyword opportunities.
Tools used:
gsc_query_analytics — find related queries with impressions and CTRgsc_list_pages — check existing content for the keyword to avoid cannibalizationFallback: If GSC not configured, use the topic as primary keyword and suggest 3-5 related terms based on semantic analysis.
Create a structured outline with H2/H3 hierarchy.
See references/outline-patterns.md
Output: Markdown outline with headings, key points per section, target word count per section.
Generate the full draft following the outline.
Writing guidelines:
Apply on-page SEO using wp-content-optimization patterns.
Checks:
wp_list_posts)Add appropriate Schema.org markup using sd_inject.
Auto-detection:
Create the post via WordPress REST API.
Tools used:
create_content — create the post (status: draft by default)sd_inject — add structured datapublish| File | Content |
|------|---------|
| references/generation-workflow.md | Detailed 7-step pipeline with prompts and checkpoints |
| references/brief-templates.md | Brief templates for different content types |
| references/outline-patterns.md | Outline structures for articles, tutorials, listicles |
wp-content-strategist — coordinates the full pipeline, selects keywords, creates outlines, and manages the publish workflow.
wp-content — content lifecycle management and editingwp-content-optimization — SEO scoring, readability analysis, meta optimizationwp-search-console — keyword data for Step 2 (keyword research)wp-structured-data — schema injection for Step 6wp-content-repurposing — distribute published content to social/email channelsnpx skills add morrealev/wp-内容生成下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Generate or edit images via Gemini 3 Pro Image (Nano Banana Pro).
Batch-generate images via OpenAI Images API. Random prompt sampler + `index.html` gallery.
Generate spectrograms and feature-panel visualizations from audio with the songsee CLI.
Extract frames or short clips from videos using ffmpeg.
Search GIF providers with CLI/TUI, download results, and extract stills/sheets.
Category:media-generate