content-creator

Create SEO-optimized marketing content with brand voice analysis and platform templates.

2|1|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/bhaktofmahakal/ai-counsellor-hf --skill content-creator-bhaktofmahakal
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: content-creator
Source: https://github.com/bhaktofmahakal/ai-counsellor-hf/tree/main/.claude/skills/content-creator
Command: npx skills add https://github.com/bhaktofmahakal/ai-counsellor-hf --skill content-creator-bhaktofmahakal

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve? Marketing teams struggle to maintain a consistent brand voice and produce SEO-optimized content across blogs, social media, and email without dedicated tooling and repeatable frameworks. ## Core Features & Use Cases - Brand Voice Analysis: Run brand_voice_analyzer.py on existing content to score readability, tone, formality, and sentence variety, then codify voice attributes using the brand guidelines reference. - SEO Optimization: Run seo_optimizer.py on drafts to get a 0-100 SEO score, keyword density checks, structure analysis, and meta tag suggestions. - Content Frameworks & Calendars: Use ready-made templates for blog posts, LinkedIn, Twitter/X threads, Instagram captions, and newsletters, plus a monthly content calendar template. - Use Case: A marketer drafts a 1,800-word blog post, runs the SEO optimizer with the primary keyword, applies the recommendations, then repurposes the post into a LinkedIn article and Twitter thread using the repurposing matrix. ## Quick Start Ask the assistant to analyze your draft article for SEO using your primary keyword and then rewrite it to match your brand voice guidelines.

Frequently Asked Questions about content-creator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I optimize a blog post for SEO?▼

Run seo_optimizer.py with your file and primary keyword to get an SEO score, keyword density analysis, structure assessment, and meta tag suggestions. Aim for 1-3% keyword density, proper H1-H3 headings, and 1,500-2,500 words for comprehensive coverage.

How do I analyze brand voice consistency in content?▼

Use brand_voice_analyzer.py on existing content to get a voice profile covering formality, tone, and perspective, plus a Flesch readability score and sentence variety analysis. Compare results against your documented brand guidelines to maintain consistency.

What content templates are included for social media?▼

The skill includes templates for LinkedIn posts, Twitter/X threads, Instagram captions, newsletters, and promotional emails. It also provides platform-specific guidance on optimal length, posting times, hashtag counts, and algorithm factors.

Does the SEO optimizer require external Python packages?▼

No, both scripts use only Python standard library modules like re, json, and typing. You can run them directly with Python 3 without installing additional dependencies.

What are the limitations of the keyword density analysis?▼

The analyzer uses simple substring matching, so it may overcount keywords appearing inside other words and cannot detect semantic variations. LSI keyword extraction is frequency-based and does not use true semantic similarity models.