Token导航 LogoToken导航TokenDH.com
研究检索可写文件github未标认证来源可访问clear审计未展示

content-creator内容创作者

Agent Skill

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

总安装

549

周安装

22

GitHub Stars

公开资料未说明

下载量

178
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

AgentSkills.tonpx skills
npx skills add rickydwilson-dcs/claude-skills --skill "content-creator"

简介

content-creator 辅助文档、README 和内容稿件的整理与改写。

  • 适合让 Agent 提炼结构、补齐章节、统一术语或检查链接有效性。
  • 使用时需保留项目已有事实和路径信息,避免将未确认内容写成确定结论。
  • 涉及对外文案时应控制语气,防止过度营销或夸大能力描述。
  • 建议结合具体项目背景调整输出风格,确保信息准确性和专业性。

SKILL.md

name
content-creator
title
Content Creator Skill Package
description
Create SEO-optimized marketing content with consistent brand voice. Includes brand voice analyzer, SEO optimizer, content frameworks, and social media templates. Use when writing blog posts, creating social media content, analyzing brand voice, optimizing SEO, planning content calendars, or when user mentions content creation, brand voice, SEO optimization, social media marketing, or content strategy.
domain
marketing
subdomain
content-marketing
difficulty
intermediate
time-saved
TODO: Quantify time savings
frequency
TODO: Estimate usage frequency
use-cases
related-agents
[]
related-skills
[]
related-commands
[]
orchestrated-by
[]
dependencies
scripts
[]
references
[]
assets
[]
compatibility
python-version
3.8+
platforms
[macos, linux, windows]
tech-stack
examples
title
Example Usage
input
TODO: Add example input for content-creator
output
TODO: Add expected output
stats
downloads
0
stars
0
rating
0.0
reviews
0
version
v1.0.0
author
Claude Skills Team
contributors
[]
created
2025-10-19
updated
2025-11-08
license
MIT
tags
[content, creator, marketing, optimization]
featured
false
verified
true

Content Creator

Professional-grade brand voice analysis, SEO optimization, and platform-specific content frameworks for creating high-quality marketing content.

Overview

This skill provides automated tools and expert frameworks for creating SEO-optimized content while maintaining consistent brand voice across all channels. Use it to analyze existing content, optimize for search engines, and create platform-specific content that engages your audience.

Core Value: Save 40%+ time on content creation while improving consistency by 30% and SEO performance by 25%.

Core Capabilities

  • Brand Voice Analysis - Analyze content for formality, tone, perspective, and readability
  • SEO Optimization - Comprehensive keyword analysis and actionable recommendations
  • Content Frameworks - 15+ proven templates for blog posts, social media, emails
  • Platform Optimization - Platform-specific best practices for all major social channels
  • Content Planning - Calendar templates and batch creation workflows

Quick Start

Analyze Brand Voice

python scripts/brand_voice_analyzer.py content.txt
python scripts/brand_voice_analyzer.py content.txt --output json

Optimize for SEO

python scripts/seo_optimizer.py article.md --keyword "primary keyword"
python scripts/seo_optimizer.py article.md -k "primary keyword" -s "secondary,keywords"

Access Frameworks

  • Content templates: references/content_frameworks.md
  • Brand guidelines: references/brand_guidelines.md
  • Social media guides: references/social_media_optimization.md

Key Workflows

1. Establish Brand Voice (First Time)

Time: 4-6 hours

  1. Gather 5-10 existing content pieces
  2. Analyze with brand_voice_analyzer.py
  3. Identify patterns in formality, tone, perspective
  4. Select brand archetypes (Expert, Guide, Innovator, etc.)
  5. Document voice guidelines
  6. Create test samples and validate

See examples.md for detailed walkthrough.

2. Create SEO-Optimized Blog Post

Time: 4-5 hours for 2,000-word post

  1. Research keywords - Primary (500-5K volume) + 3-5 secondary
  2. Create outline - Use templates from frameworks.md
  3. Write first draft - 1,500-2,500 words, natural keyword usage
  4. Optimize SEO - Run seo_optimizer.py, apply recommendations
  5. Check voice - Run brand_voice_analyzer.py, ensure consistency
  6. Final review - Proofread, fact-check, verify links

See frameworks.md for content structures and best practices.

3. Create Social Media Content

Time: 3-4 hours for one week of content

  1. Plan content mix - 40% educational, 25% promotional, 25% engagement, 10% entertainment
  2. Create content - Use platform-specific templates
  3. Optimize - Follow guidelines in social_media_optimization.md
  4. Schedule - Use content calendar template from assets/

4. Content Audit and Optimization

Time: 2-3 hours for 10 pieces

  1. Batch analyze - Run both tools on all content
  2. Identify gaps - Low SEO scores, inconsistent voice
  3. Prioritize - Focus on high-traffic, low-score content
  4. Optimize - Apply recommendations systematically
  5. Re-validate - Verify improvements

Python Tools

brand_voice_analyzer.py

Analyzes text for voice characteristics and consistency.

Key Features:

  • Formality scoring (0-100)
  • Tone detection
  • Perspective analysis (1st/2nd/3rd person)
  • Readability assessment (Flesch Reading Ease)
  • JSON and text output

Common Usage:

# Basic analysis
python scripts/brand_voice_analyzer.py content.txt

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

# Save to file
python scripts/brand_voice_analyzer.py content.txt --file results.txt

# Help
python scripts/brand_voice_analyzer.py --help

See tools.md for comprehensive documentation and examples.

seo_optimizer.py

Comprehensive SEO analysis with actionable recommendations.

Key Features:

  • SEO score (0-100)
  • Keyword density analysis
  • Content structure evaluation
  • LSI keyword suggestions
  • Meta tag recommendations
  • Readability assessment

Common Usage:

# Basic SEO check
python scripts/seo_optimizer.py article.md

# With keywords
python scripts/seo_optimizer.py article.md --keyword "primary keyword" --secondary "related,keywords"

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

# Help
python scripts/seo_optimizer.py --help

See tools.md for comprehensive documentation and examples.

Reference Guides

When to Use Each Reference

frameworks.md - Content creation methodologies

  • Content creation process (9-step framework)
  • Blog post structures (how-to, listicle, case study)
  • SEO optimization guidelines
  • Content pillar strategy (40/25/25/10 rule)
  • Quality indicators and best practices

examples.md - Practical templates and workflows

  • Quick start examples
  • Content templates (email, landing page, social posts)
  • Complete workflow walkthroughs
  • Troubleshooting guide
  • Integration patterns

tools.md - Python tool documentation

  • Comprehensive tool usage guides
  • All command-line options
  • Output format examples
  • Integration patterns (CI/CD, automation)
  • Performance tips and troubleshooting

brand_guidelines.md (in same directory)

  • Brand personality archetypes
  • Voice characteristics matrix
  • Brand consistency checklist
  • Industry-specific adaptations

content_frameworks.md (in same directory)

  • 15+ content templates
  • Platform-specific patterns
  • Email and video frameworks
  • Landing page structures

social_media_optimization.md (in same directory)

  • LinkedIn, Twitter, Instagram, Facebook, TikTok guides
  • Character limits and best practices
  • Hashtag strategies
  • Optimal posting times

Best Practices

Quality Standards

  • SEO score: 75+ (good), 85+ (excellent)
  • Readability: Match audience level
  • Keyword density: 1-2% for primary
  • Content length: 1,500-2,500 words for blogs
  • Brand voice: Consistent formality within 10 points

Common Pitfalls to Avoid

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

See frameworks.md for detailed guidelines.

Performance Metrics

Content Metrics:

  • Organic traffic growth (target: 10-20% monthly)
  • Average time on page (target: 3+ minutes)
  • Bounce rate (target: under 60%)

Engagement Metrics:

  • Social media engagement rate (target: 2-5%)
  • Email click-through rate (target: 3-5%)
  • Content downloads and form submissions

Business Metrics:

  • Leads generated
  • Conversion rate (target: 2-5% for landing pages)
  • Customer acquisition cost
  • ROI per content piece

See frameworks.md for comprehensive metrics tracking.

Integration

This skill works best with:

  • Analytics platforms (Google Analytics, social insights)
  • SEO tools (for keyword research)
  • Design tools (for visual content)
  • Scheduling platforms (for content distribution)
  • Email marketing systems

See tools.md for CI/CD and automation integration examples.

Additional Resources

  • Quick commands - See examples.md
  • Troubleshooting - See tools.md
  • Content templates - See assets/content_calendar_template.md
  • Workflow examples - See examples.md

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

补充不同宿主或平台的使用分布数据

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

平台分布

Claude Code

30%
按下载量换算53

windsurf

24.36%
按下载量换算43

trae

19.09%
按下载量换算34

OpenCode

13.51%
按下载量换算24

Codex

7.85%
按下载量换算14

Antigravity

3.67%
按下载量换算7

安全审计

暂无安全审计结果可展示。

权限和风险

可写文件

该 Skill 可能写入或修改本地文件,使用前需要确认目标目录和修改范围。

安装前确认

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

来源信息

继续浏览同类 Skills