From Hyper Marketing
Generates one on-brand blog post per run optimized for Google ranking and AI search citation. Reads a brand strategy doc, picks a fresh topic, researches, writes in the brand's voice, and logs the post. Use for daily or recurring blog tasks.
How this skill is triggered — by the user, by Claude, or both
Slash command
/hyper-marketing:blog-generationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
One job, done well: produce a single excellent, on-brand blog post per run, optimized to rank on Google and get cited by AI search, and never repeat what you have already written. Built to run as a recurring task (for example, one post a day) or on demand for any business in any vertical: a dentist, a jeweler, a B2B SaaS, a DTC brand.
One job, done well: produce a single excellent, on-brand blog post per run, optimized to rank on Google and get cited by AI search, and never repeat what you have already written. Built to run as a recurring task (for example, one post a day) or on demand for any business in any vertical: a dentist, a jeweler, a B2B SaaS, a DTC brand.
The whole game is captured in two ideas. First, AI search visibility is SEO done well: unique, genuinely useful, people-first content with a clear point of view, structured so a machine can extract a clean answer. There is no secret AEO hack. Second, the engine has memory: a single blog-strategy.md file, saved in persistent storage, holds the brand's context plus a running log of every post. That log is what stops it from ever repeating itself.
The memory contract (the most important rule in this skill). The log lives in a real file that survives between runs. On the FIRST run it does not exist, so you create it. On EVERY run after that it already exists, so you read it into context before doing anything, then append the new post to it before you finish. Same brand, same file path, every time. If you ever write a post without first reading the log, or finish a run without appending to it, the engine is broken: it will loop and repeat topics. Read-the-log-first and append-the-log-last are non-skippable.
blog-strategy.md) in persistent files. If it does not exist yet, the engine builds one on the first run (Step 0). This is what lets it write in the brand's real voice and avoid repeats.| Job | Tools |
|---|---|
Read and write blog-strategy.md and the post draft | your file tools (read_file, create_file, edit_file) |
| Learn the brand from their site (Step 0) | firecrawl_urls_scrape, web_scrape_page |
| Validate a topic and study the SERP / AI answer | hyperseo_search_volume_get, hyperseo_keyword_difficulty, hyperseo_intents_search, hyperseo_ai_search_volume_get, hyperseo_serp_results_get, hyperseo_ai_overviews_get |
| Mine real-world signal and measure impact | google_search_console_query_insights |
| Check whether AI recommends the brand | hyperseo_mentions_track |
| Request | Send them to |
|---|---|
| Keyword research, SERP / AI-Overview analysis, competitor benchmarks, site audits, AI-visibility tracking | seo-research |
| Turn a YouTube video into a post | youtube |
| What real customers say (Reddit, reviews) to ground a post | customer-research |
| Publish to a social channel | linkedin, instagram, tiktok |
Step 0 (first run only): build the strategy doc. If blog-strategy.md does not exist, create it before writing anything. Read the brand's site (firecrawl_urls_scrape on homepage, about, best existing posts, product/pricing) and fill the Brand brief using the method in references/brand-voice-and-quality.md. Seed the Topic backlog with 8 to 15 candidate topics (validate with HyperSEO where available). Then continue to Step 1. If anything critical is unknown (real proof assets, the brand's actual positioning), ask the user rather than inventing.
Step 1: load your memory (read the log). Open the brand's blog-strategy.md from its saved file path and read ALL of it into context: the Brand brief (the contract every draft honors) and the entire Published log (everything already written). This happens on every run after the first, with no exceptions. You cannot pick a fresh topic without it.
Step 2: plan today's post. Pick ONE topic that is not in the Published log and is genuinely distinct from it (see "Picking a fresh topic" below). Write a one-line plan capturing exactly these four things, and record it in the strategy doc:
references/blog-archetypes.md.Step 3: research. Run the plan. Validate the target (hyperseo_search_volume_get, _keyword_difficulty, _search_intent, _ai_search_volume). Study what wins (hyperseo_serp_results_get) and what AI already cites (hyperseo_ai_overviews_get). Read the top pages and find the angle they all miss. Pull the real facts, stats, and named sources you will cite. Never fabricate.
Step 4: write the post. Build to the archetype spec in references/blog-archetypes.md, using the answer-first structure and copy-paste blocks in references/blog-playbook.md, in the brand's voice per references/brand-voice-and-quality.md, with the citation tactics in references/ai-citation-playbook.md. On-page and schema per references/on-page-and-technical.md.
Step 5: run the quality gate. Pass every item in the pre-publish gate in references/brand-voice-and-quality.md before the post is done: on-brand voice, no AI tells, no fabrication, answer-first structure, on-page and schema, baseline captured. If anything fails, fix it.
Step 6: update your memory (append to the log). Append the finished post as a new row in the Published log in blog-strategy.md (date, title, slug, archetype, target query, source, link), and save the file back to the same path. Remove the topic from the backlog and add any new ideas the research surfaced. This append is exactly what the next run reads to avoid repeating you. Never finish a run without it.
Step 7: deliver. Output the post (and publish it if a publishing path is wired for this brand). Set the expectation that ranking moves in days to weeks and AI citations in weeks.
Each run must produce something new. To choose:
google_search_console_query_insights), keyword gaps (defer to seo-research), recurring customer questions, or a timely news hook in the brand's space.blog-strategy.md) — the engine's memoryOne Markdown file per brand, saved at a stable path in persistent storage (for example /files/<brand-slug>/blog-strategy.md) and reused at that SAME path on every run. Create it in Step 0, read it in Step 1, append to it in Step 6. The Published log section is the part that prevents repeats; it only ever grows. Template:
# Blog Strategy: [Business name]
## Brand brief
- Business: [what they do, one sentence]
- Sells: [products / services]
- Audience / ICP: [the specific customer]
- Category + one-liner: "[Brand] is a [category] for [audience] that [core value]."
- Voice: [tone, reading level, point of view]
- Words we use / words we avoid: [...]
- Proof assets: [real numbers, customers, credentials, data, stories]
- Primary site: [url]
- Target topics / seed keywords: [themes]
- Publishing: [where posts go, cadence]
## Topic backlog (planned, prioritized)
| Priority | Working title | Archetype | Target query | Source / angle | Status |
| --- | --- | --- | --- | --- | --- |
| 1 | ... | ... | ... | ... | planned |
## Published log (do NOT repeat anything here)
| Date | Title | Slug | Archetype | Target query | Source | Link |
| --- | --- | --- | --- | --- | --- | --- |
references/brand-voice-and-quality.md.The same references cover improving a page that already exists (rewrite a weak title and lead for a high-impression, low-CTR page, add structure and schema, sharpen the brand's recommendation context). Use references/on-page-and-technical.md and references/brand-voice-and-quality.md, and log the change in the strategy doc.
references/blog-archetypes.md: authoritative per-type specs for 10 blog types, each with structure, length, schema, AI-citation lever, and pitfalls. Listicles get the fullest treatment.references/blog-playbook.md: answer-first structure; copy-paste content-block templates; the proven GEO writing rules; topic clusters; improving an existing post.references/brand-voice-and-quality.md: extract a voice profile from the brand's site; positioning clarity; the anti-AI-tell and anti-cringe rules; the pre-publish quality gate.references/ai-citation-playbook.md: the Princeton GEO factor order; E-E-A-T and author/entity signals; off-page mentions; per-engine notes; the honest Google stance.references/on-page-and-technical.md: on-page checklist; JSON-LD schema and deprecations; crawlability / AI-bot / server-rendering gates; how to measure impact.npx claudepluginhub hyperfx-ai/marketing-skills --plugin hyper-marketingManages full-lifecycle blog content with 30 sub-skills for writing, rewriting, analysis, SEO, schema, images, repurposing, and multilingual publishing. Optimized for Google rankings and AI citations.
Write, analyze, and optimize blog content with 34 sub-skills covering SEO, AI citation, multilingual support, and more. Activate with 'blog' or '/blog'.
Generates SEO-optimized blog posts with keyword research, SERP analysis, and the E-E-A-T framework. Activates on requests like 'write a blog post' or 'SEO article'.