Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计通过

content-creator内容创作者

Agent Skill

用于辅助文档、README、Markdown、说明文和内容稿件的整理与改写。它适合让 Agent 提炼结构、补齐章节、统一术语、检查链接或把零散材料整理成可读文档。使用时应保留项目已有事实、命令和路径,不要把未确认的信息写成确定结论;涉及对外文案时,还需要控制语气,避免过度营销或夸大能力。

总安装

2,568

周安装

107

GitHub Stars

103

下载量

856
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:content-creator(内容创作者)
来源仓库:https://github.com/borghei/claude-skills
仓库路径:skills/content-creator
安装命令:
npx skills add https://github.com/borghei/claude-skills --skill content-creator
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/borghei/claude-skills --skill content-creator

简介

content-creator 用于品牌声音分析、SEO 优化与多平台内容框架设计。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中辅助博客写作、社交媒体规划与内容日历管理。
  • 提供内容策划、关键词研究与平台适配策略,确保品牌一致性。
  • 安装命令:npx skills add https://github.com/borghei/claude-skills --skill content-creator。
  • 使用前应确认权限范围、维护状态及是否会触发网络请求或内容发布操作。

SKILL.md

Content Creator

Professional-grade brand voice analysis, SEO optimization, and platform-specific content frameworks.


Table of Contents


Keywords

content creation, blog posts, SEO, brand voice, social media, content calendar, marketing content, content strategy, content marketing, brand consistency, content optimization, social media marketing, content planning, blog writing, content frameworks, brand guidelines, social media strategy


Quick Start

Brand Voice Development

  1. Run scripts/brand_voice_analyzer.py on existing content to establish baseline
  2. Review references/brand_guidelines.md to select voice attributes
  3. Apply chosen voice consistently across all content

Blog Content Creation

  1. Choose template from references/content_frameworks.md
  2. Research keywords for topic
  3. Write content following template structure
  4. Run scripts/seo_optimizer.py [file] [primary-keyword] to optimize
  5. Apply recommendations before publishing

Social Media Content

  1. Review platform best practices in references/social_media_optimization.md
  2. Use appropriate template from references/content_frameworks.md
  3. Optimize based on platform-specific guidelines
  4. Schedule using assets/content_calendar_template.md

Core Workflows

Workflow 1: Establish Brand Voice (First Time Setup)

For new brands or clients:

Step 1: Analyze Existing Content (if available)

python scripts/brand_voice_analyzer.py existing_content.txt

Step 2: Define Voice Attributes

  • Review brand personality archetypes in references/brand_guidelines.md
  • Select primary and secondary archetypes
  • Choose 3-5 tone attributes
  • Document in brand guidelines

Step 3: Create Voice Sample

  • Write 3 sample pieces in chosen voice
  • Test consistency using analyzer
  • Refine based on results

Workflow 2: Create SEO-Optimized Blog Posts

Step 1: Keyword Research

  • Identify primary keyword (search volume 500-5000/month)
  • Find 3-5 secondary keywords
  • List 10-15 LSI keywords

Step 2: Content Structure

  • Use blog template from references/content_frameworks.md
  • Include keyword in title, first paragraph, and 2-3 H2s
  • Aim for 1,500-2,500 words for comprehensive coverage

Step 3: Optimization Check

python scripts/seo_optimizer.py blog_post.md "primary keyword" "secondary,keywords,list"

Step 4: Apply SEO Recommendations

  • Adjust keyword density to 1-3%
  • Ensure proper heading structure
  • Add internal and external links
  • Optimize meta description

Workflow 3: Create Social Media Content

Step 1: Platform Selection

  • Identify primary platforms based on audience
  • Review platform-specific guidelines in references/social_media_optimization.md

Step 2: Content Adaptation

  • Start with blog post or core message
  • Use repurposing matrix from references/content_frameworks.md
  • Adapt for each platform following templates

Step 3: Optimization Checklist

  • Platform-appropriate length
  • Optimal posting time
  • Correct image dimensions
  • Platform-specific hashtags
  • Engagement elements (polls, questions)

Workflow 4: Plan Content Calendar

Step 1: Monthly Planning

  • Copy assets/content_calendar_template.md
  • Set monthly goals and KPIs
  • Identify key campaigns/themes

Step 2: Weekly Distribution

  • Follow 40/25/25/10 content pillar ratio
  • Balance platforms throughout week
  • Align with optimal posting times

Step 3: Batch Creation

  • Create all weekly content in one session
  • Maintain consistent voice across pieces
  • Prepare all visual assets together

Tools

Brand Voice Analyzer

Analyzes text content for voice characteristics, readability, and consistency.

Usage:

# Human-readable output
python scripts/brand_voice_analyzer.py content.txt

# JSON output for integrations
python scripts/brand_voice_analyzer.py content.txt json

Parameters:

ParameterRequiredDescription
fileYesPath to content file
formatNoOutput format: text (default) or json

Output:

  • Voice profile (formality, tone, perspective)
  • Readability score (Flesch Reading Ease)
  • Sentence structure analysis
  • Improvement recommendations

SEO Optimizer

Analyzes content for SEO optimization and provides actionable recommendations.

Usage:

# Basic analysis
python scripts/seo_optimizer.py article.md "main keyword"

# With secondary keywords
python scripts/seo_optimizer.py article.md "main keyword" "secondary,keywords,list"

# JSON output
python scripts/seo_optimizer.py article.md "keyword" --json

Parameters:

ParameterRequiredDescription
fileYesPath to content file (md or html)
primary_keywordYesMain target keyword
secondary_keywordsNoComma-separated secondary keywords
--jsonNoOutput in JSON format

Output:

  • SEO score (0-100)
  • Keyword density analysis
  • Structure assessment
  • Meta tag suggestions
  • Specific optimization recommendations

Reference Guides

When to Use Each Reference

references/brand_guidelines.md

  • Setting up new brand voice
  • Ensuring consistency across content
  • Training new team members
  • Resolving voice/tone questions

references/content_frameworks.md

  • Starting any new content piece
  • Structuring different content types
  • Creating content templates
  • Planning content repurposing

references/social_media_optimization.md

  • Platform-specific optimization
  • Hashtag strategy development
  • Understanding algorithm factors
  • Setting up analytics tracking

references/analytics_guide.md

  • Tracking content performance
  • Setting up measurement frameworks
  • Creating performance reports
  • Attribution modeling

Best Practices

Content Creation Process

  1. Start with audience need/pain point
  2. Research before writing
  3. Create outline using templates
  4. Write first draft without editing
  5. Optimize for SEO
  6. Edit for brand voice
  7. Proofread and fact-check
  8. Optimize for platform
  9. Schedule strategically

Quality Indicators

  • SEO score above 75/100
  • Readability appropriate for audience
  • Consistent brand voice throughout
  • Clear value proposition
  • Actionable takeaways
  • Proper visual formatting
  • Platform-optimized

Common Pitfalls to Avoid

  • Writing before researching keywords
  • Ignoring platform-specific requirements
  • Inconsistent brand voice
  • Over-optimizing for SEO (keyword stuffing)
  • Missing clear CTAs
  • Publishing without proofreading
  • Ignoring analytics feedback

Integration Points

This skill works best with:

  • Analytics platforms - Google Analytics, social media insights for tracking (see references/analytics_guide.md)
  • SEO tools - For keyword research and competitive analysis
  • Design tools - Canva, Figma for visual content
  • Scheduling platforms - Buffer, Hootsuite for content distribution
  • Email marketing systems - For newsletter content campaigns

Troubleshooting

ProblemLikely CauseSolution
SEO score is low despite keyword inclusionKeywords present but not in strategic positions (title, H1, first paragraph, H2s)Place primary keyword in the first paragraph, at least one H2, and the page title. Keyword density alone is no longer a ranking factor -- placement and natural integration matter more in 2026
Brand voice analyzer shows inconsistent results across contentMultiple authors writing without shared voice guidelinesEstablish a baseline by running brand_voice_analyzer.py on your best-performing content. Document the formality score, tone, and perspective as your target profile. Have all authors reference this baseline
Content ranks initially then dropsThin content or lack of E-E-A-T signalsGoogle's December 2025 core update and helpful content system penalize shallow content. Add first-person experience, original data (3+ fresh statistics per 1,000 words), expert quotes, and case studies. Content must demonstrate Experience that AI cannot replicate
AI-generated content flagged or not rankingUnedited AI output lacking human oversight, expertise, or originalityGoogle does not penalize AI-assisted content per se, but mass-produced AI content without human review, original perspective, or expertise signals will underperform. Always add personal experience, proprietary data, and fact-checked claims. Layer in E-E-A-T signals: author bylines with credentials, cited sources, real examples
SEO optimizer recommends increasing keyword density above 3%Legacy recommendation conflicting with current best practiceOverride any density target above 2%. A 2026 study of 1,500+ Google results found no correlation between keyword density and ranking. Pages in the top 10 have 50% lower keyword density than two years ago. Focus on topical coverage and semantic relevance instead
Content not winning featured snippetsMissing concise answer format near the top of the pageProvide a 2-3 sentence direct answer to the core question within the first 120-150 words. Use short paragraphs (2-4 sentences), bulleted lists, and clear H2/H3 subheadings. Featured snippets have 42.9% CTR -- the highest of any SERP feature
Social media content underperforming despite good blog contentDirect copy-paste without platform adaptationEach platform requires format-specific adaptation. LinkedIn favors 1,300-character posts with carousel documents (21.77% median engagement rate). Instagram prioritizes visual-first carousel posts. TikTok requires short-form video. Use the repurposing matrix in references/content_frameworks.md

Success Criteria

  • SEO Score: Achieve 75+/100 on the SEO optimizer for all published content. Top-performing content averages 80-90. Track scores before and after optimization to measure improvement
  • Content Length: Target 1,500-2,500 words for comprehensive blog posts. Top-10 Google results average 1,447 words; position-1 results average 1,890 words. Content over 3,000 words wins 3x more traffic and 4x more shares but requires strong structure
  • Keyword Placement: Primary keyword must appear in the page title, first paragraph, and at least one H2. Keyword density between 1-2% (not higher). Secondary keywords should appear naturally throughout with no forced repetition
  • Readability: Target Flesch Reading Ease score of 60-70 for general audiences (8th-9th grade level). B2B technical content can target 40-55. Sentence variety should be rated "medium" or "high" by the brand voice analyzer
  • E-E-A-T Compliance: Every piece of content must include at least one first-person experience element, 3+ cited statistics per 1,000 words, and author attribution with relevant credentials. This is non-negotiable for ranking in 2026 following Google's helpful content updates
  • Brand Voice Consistency: Maintain consistent formality, tone, and perspective scores across all content pieces as measured by brand_voice_analyzer.py. Variance of more than 15 points in formality score between pieces indicates inconsistency
  • Content Calendar Adherence: Follow the 40/25/25/10 content pillar ratio (educational/thought leadership/product/promotional). Publish at minimum 2-4 blog posts per month and 5-7 social posts per week across primary platforms

Scope & Limitations

In Scope:

  • Brand voice analysis: formality scoring, tone detection, perspective analysis, readability (Flesch Reading Ease), sentence structure analysis
  • SEO content optimization: keyword density, content structure evaluation, meta tag suggestions, heading analysis, link audit, SEO score (0-100)
  • Content framework guidance via reference documents (blog templates, social media formats, email structures)
  • Content calendar planning and platform-specific optimization guidance

Out of Scope:

  • AI content generation (this skill analyzes and optimizes content, it does not generate it)
  • Keyword research and search volume data (use dedicated SEO tools like Ahrefs, SEMrush, or Moz, or the app-store-optimization skill for mobile)
  • Image or video creation and optimization (use design tools like Canva or Figma)
  • Social media scheduling and publishing (use Buffer, Hootsuite, or native platform tools)
  • Backlink analysis and link building (requires external SEO tools)
  • Real-time SERP tracking or rank monitoring
  • AI content detection scoring (Google does not penalize AI content by detection alone; focus on quality signals instead)

Integration Points

IntegrationPurposeHow to Connect
Google Search ConsoleMonitor indexing, search queries, CTR, and position dataUse Search Console data to identify underperforming pages, then run seo_optimizer.py to diagnose and fix issues. Track position changes after optimization
Google Analytics 4 (GA4)Content performance measurement, engagement metricsMeasure page views, time on page, bounce rate, and conversions per content piece. Feed insights back into content strategy decisions
SEO Tools (Ahrefs, SEMrush, Moz)Keyword research, backlink data, competitive analysisExport target keywords from SEO tools to use as input for seo_optimizer.py. Use competitive gap analysis to inform content topics
CMS Platforms (WordPress, Webflow, Ghost)Content publishing and meta tag implementationApply meta tag suggestions from seo_optimizer.py directly to CMS fields. Implement heading structure recommendations in post editor
social-media-analyzer skillSocial content performance trackingAnalyze which content formats and topics perform best on social, then use findings to inform content creation priorities
campaign-analytics skillContent ROI measurementTrack content-attributed conversions through campaign analytics. Identify which content pieces drive the most pipeline or revenue
app-store-optimization skillApp description writingApply SEO writing principles and brand voice consistency to app store descriptions using shared voice guidelines

Tool Reference

brand_voice_analyzer.py

Type: CLI script (positional arguments, no argparse flags)

Usage:

python brand_voice_analyzer.py <file> [format]
ArgumentPositionRequiredDefaultDescription
file1stYes--Path to text content file to analyze
format2ndNotextOutput format: text (human-readable) or json (machine-readable)

Output Fields:

  • word_count -- Total words in content
  • readability_score -- Flesch Reading Ease (0-100). Below 30 = difficult, 30-60 = moderate, 60-70 = standard, 70+ = easy
  • voice_profile -- Per-dimension analysis:

- formality -- Dominant: formal or casual (based on keyword matching) - tone -- Dominant: professional or friendly - perspective -- Dominant: authoritative or conversational

  • sentence_analysis -- Average sentence length (words), variety (low/medium/high), total count
  • recommendations -- Actionable suggestions for readability, sentence variety, and voice consistency

seo_optimizer.py

Type: CLI script (positional arguments with one optional flag)

Usage:

python seo_optimizer.py <file> [primary_keyword] [secondary_keywords] [--json]
ArgumentPosition/FlagRequiredDefaultDescription
file1stYes--Path to content file (markdown or HTML)
primary_keyword2ndNoNoneMain target keyword for density and placement analysis
secondary_keywords3rdNoNoneComma-separated secondary keywords (e.g., "seo,content,optimization")
--jsonFlagNotext outputOutput raw JSON instead of human-readable format

Output Fields:

  • optimization_score -- Overall SEO score (0-100). Scoring: content length (20 pts), keyword optimization (30 pts), structure (25 pts), readability (25 pts)
  • content_length -- Word count
  • keyword_analysis:

- primary_keyword -- Count, density (0-1 scale), in_first_paragraph (bool), in_headings (bool) - secondary_keywords -- Per-keyword count and density - lsi_keywords -- Top 10 semantically related terms extracted from content

  • structure_analysis -- Heading counts (h1/h2/h3), paragraph count, average paragraph length, list count, internal/external link counts
  • readability -- Score (0-100), level (Easy/Moderate/Difficult/Very Difficult), average sentence length
  • meta_suggestions -- Generated title, meta description, URL slug, Open Graph tags
  • recommendations -- Prioritized list of specific improvement actions

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

35.96%
按下载量换算308

Claude

29.06%
按下载量换算249

Cursor

18.7%
按下载量换算160

Gemini CLI

8.17%
按下载量换算70

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills