content-creator

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Content Creator

内容创作工具

Professional-grade brand voice analysis, SEO optimization, and platform-specific content frameworks.
专业级品牌语调分析、SEO优化及平台专属内容框架。

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
内容创作, 博客文章, SEO, 品牌语调, 社交媒体, 内容日历, 营销内容, 内容策略, 内容营销, 品牌一致性, 内容优化, 社交媒体营销, 内容规划, 博客撰写, 内容框架, 品牌指南, 社交媒体策略

Quick Start

快速入门

For 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
  1. 运行
    scripts/brand_voice_analyzer.py
    分析现有内容以建立基准
  2. 查看
    references/brand_guidelines.md
    选择语调属性
  3. 在所有内容中统一应用选定的语调

For 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
  1. references/content_frameworks.md
    中选择模板
  2. 调研主题相关关键词
  3. 遵循模板结构撰写内容
  4. 运行
    scripts/seo_optimizer.py [file] [primary-keyword]
    进行优化
  5. 发布前应用优化建议

For 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
  1. 查看
    references/social_media_optimization.md
    中的平台最佳实践
  2. references/content_frameworks.md
    中选用合适的模板
  3. 根据平台专属指南进行优化
  4. 使用
    assets/content_calendar_template.md
    进行排期

Core Workflows

核心工作流

Establishing Brand Voice (First Time Setup)

构建品牌语调(首次设置)

When creating content for a new brand or client:
  1. Analyze Existing Content (if available)
    bash
    python scripts/brand_voice_analyzer.py existing_content.txt
  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
  3. Create Voice Sample
    • Write 3 sample pieces in chosen voice
    • Test consistency using analyzer
    • Refine based on results
为新品牌或客户创建内容时:
  1. 分析现有内容(如有)
    bash
    python scripts/brand_voice_analyzer.py existing_content.txt
  2. 定义语调属性
    • 查看
      references/brand_guidelines.md
      中的品牌人格原型
    • 选择主要和次要原型
    • 挑选3-5个语调属性
    • 记录到品牌指南中
  3. 创建语调示例
    • 撰写3篇符合选定语调的示例内容
    • 使用分析器测试一致性
    • 根据结果优化调整

Creating SEO-Optimized Blog Posts

创建SEO优化的博客文章

  1. Keyword Research
    • Identify primary keyword (search volume 500-5000/month)
    • Find 3-5 secondary keywords
    • List 10-15 LSI keywords
  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
  3. Optimization Check
    bash
    python scripts/seo_optimizer.py blog_post.md "primary keyword" "secondary,keywords,list"
  4. Apply SEO Recommendations
    • Adjust keyword density to 1-3%
    • Ensure proper heading structure
    • Add internal and external links
    • Optimize meta description
  1. 关键词调研
    • 确定核心关键词(月搜索量500-5000次)
    • 找出3-5个次要关键词
    • 列出10-15个LSI关键词
  2. 内容结构
    • 使用
      references/content_frameworks.md
      中的博客模板
    • 在标题、首段及2-3个H2标题中包含关键词
    • 目标字数为1500-2500字以确保内容全面
  3. 优化检查
    bash
    python scripts/seo_optimizer.py blog_post.md "primary keyword" "secondary,keywords,list"
  4. 应用SEO建议
    • 将关键词密度调整至1-3%
    • 确保标题结构规范
    • 添加内链和外链
    • 优化元描述

Social Media Content Creation

社交媒体内容创作

  1. Platform Selection
    • Identify primary platforms based on audience
    • Review platform-specific guidelines in
      references/social_media_optimization.md
  2. Content Adaptation
    • Start with blog post or core message
    • Use repurposing matrix from
      references/content_frameworks.md
    • Adapt for each platform following templates
  3. Optimization Checklist
    • Platform-appropriate length
    • Optimal posting time
    • Correct image dimensions
    • Platform-specific hashtags
    • Engagement elements (polls, questions)
  1. 平台选择
    • 根据受众确定核心平台
    • 查看
      references/social_media_optimization.md
      中的平台专属指南
  2. 内容改编
    • 以博客文章或核心信息为基础
    • 使用
      references/content_frameworks.md
      中的内容复用矩阵
    • 遵循模板为各平台适配内容
  3. 优化清单
    • 符合平台要求的内容长度
    • 最佳发布时间
    • 正确的图片尺寸
    • 平台专属话题标签
    • 互动元素(投票、问题等)

Content Calendar Planning

内容日历规划

  1. Monthly Planning
    • Copy
      assets/content_calendar_template.md
    • Set monthly goals and KPIs
    • Identify key campaigns/themes
  2. Weekly Distribution
    • Follow 40/25/25/10 content pillar ratio
    • Balance platforms throughout week
    • Align with optimal posting times
  3. Batch Creation
    • Create all weekly content in one session
    • Maintain consistent voice across pieces
    • Prepare all visual assets together
  1. 月度规划
    • 复制
      assets/content_calendar_template.md
    • 设置月度目标与KPIs
    • 确定核心活动/主题
  2. 周度分发
    • 遵循40/25/25/10内容支柱比例
    • 一周内平衡各平台内容发布
    • 匹配各平台最佳发布时间
  3. 批量创作
    • 一次性完成整周内容创作
    • 保持所有内容的品牌语调一致
    • 同步准备所有视觉素材

Key Scripts

核心脚本

brand_voice_analyzer.py

brand_voice_analyzer.py

Analyzes text content for voice characteristics, readability, and consistency.
Usage:
python scripts/brand_voice_analyzer.py <file> [json|text]
Returns:
  • Voice profile (formality, tone, perspective)
  • Readability score
  • Sentence structure analysis
  • Improvement recommendations
分析文本内容的语调特征、可读性和一致性。
用法
python scripts/brand_voice_analyzer.py <file> [json|text]
返回结果
  • 语调档案(正式度、语气、视角)
  • 可读性评分
  • 句子结构分析
  • 优化建议

seo_optimizer.py

seo_optimizer.py

Analyzes content for SEO optimization and provides actionable recommendations.
Usage:
python scripts/seo_optimizer.py <file> [primary_keyword] [secondary_keywords]
Returns:
  • SEO score (0-100)
  • Keyword density analysis
  • Structure assessment
  • Meta tag suggestions
  • Specific optimization recommendations
分析内容的SEO优化情况并提供可执行建议。
用法
python scripts/seo_optimizer.py <file> [primary_keyword] [secondary_keywords]
返回结果
  • SEO评分(0-100)
  • 关键词密度分析
  • 结构评估
  • 元标签建议
  • 具体优化建议

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/brand_guidelines.md
  • 搭建新品牌语调
  • 确保内容一致性
  • 培训新团队成员
  • 解决语调相关问题
references/content_frameworks.md
  • 启动新内容创作
  • 构建不同内容类型的结构
  • 创建内容模板
  • 规划内容复用
references/social_media_optimization.md
  • 平台专属优化
  • 话题标签策略制定
  • 理解算法因素
  • 设置分析追踪

Best Practices

最佳实践

Content Creation Process

内容创作流程

  1. Always 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
  1. 始终从受众需求/痛点出发
  2. 写作前先完成调研
  3. 使用模板创建大纲
  4. 先写初稿不进行编辑
  5. 针对SEO进行优化
  6. 调整内容以符合品牌语调
  7. 校对并核查事实
  8. 适配目标平台
  9. 进行策略性排期

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
  • SEO评分高于75/100
  • 可读性适配目标受众
  • 全程保持品牌语调一致
  • 清晰的价值主张
  • 可执行的要点
  • 规范的视觉格式
  • 适配目标平台

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
  • 未调研关键词就开始写作
  • 忽略平台专属要求
  • 品牌语调不一致
  • 过度SEO优化(关键词堆砌)
  • 缺少清晰的CTA
  • 未校对就发布
  • 忽略分析反馈

Performance Metrics

绩效指标

Track these KPIs for content success:
追踪以下KPIs以衡量内容成效:

Content Metrics

内容指标

  • Organic traffic growth
  • Average time on page
  • Bounce rate
  • Social shares
  • Backlinks earned
  • 自然流量增长
  • 平均页面停留时间
  • 跳出率
  • 社交分享量
  • 获得的反向链接

Engagement Metrics

互动指标

  • Comments and discussions
  • Email click-through rates
  • Social media engagement rate
  • Content downloads
  • Form submissions
  • 评论与讨论量
  • 邮件点击率
  • 社交媒体互动率
  • 内容下载量
  • 表单提交量

Business Metrics

业务指标

  • Leads generated
  • Conversion rate
  • Customer acquisition cost
  • Revenue attribution
  • ROI per content piece
  • 生成的潜在客户
  • 转化率
  • 客户获取成本
  • 收入归因
  • 单篇内容ROI

Integration Points

集成点

This skill works best with:
  • Analytics platforms (Google Analytics, social media insights)
  • SEO tools (for keyword research)
  • Design tools (for visual content)
  • Scheduling platforms (for content distribution)
  • Email marketing systems (for newsletter content)
本工具与以下平台集成效果最佳:
  • 分析平台(Google Analytics、社交媒体洞察)
  • SEO工具(用于关键词调研)
  • 设计工具(用于视觉内容)
  • 排期平台(用于内容分发)
  • 邮件营销系统(用于新闻通讯内容)

Quick Commands

快速命令

bash
undefined
bash
undefined

Analyze brand voice

分析品牌语调

python scripts/brand_voice_analyzer.py content.txt
python scripts/brand_voice_analyzer.py content.txt

Optimize for SEO

进行SEO优化

python scripts/seo_optimizer.py article.md "main keyword"
python scripts/seo_optimizer.py article.md "main keyword"

Check content against brand guidelines

对照品牌指南检查内容

grep -f references/brand_guidelines.md content.txt
grep -f references/brand_guidelines.md content.txt

Create monthly calendar

创建月度日历

cp assets/content_calendar_template.md this_month_calendar.md
undefined
cp assets/content_calendar_template.md this_month_calendar.md
undefined