100 lines
2.1 KiB
Markdown
100 lines
2.1 KiB
Markdown
# Content Creator Template
|
||
|
||
## Overview
|
||
|
||
Your AI-powered content creation partner. From blog posts to video scripts, this template helps you research, write, and optimize content for any platform.
|
||
|
||
## Features
|
||
|
||
### Article Writing
|
||
- 📝 SEO-optimized blog posts
|
||
- 📊 Research-backed content
|
||
- 🎯 Audience-targeted writing
|
||
- ✨ Grammar and style refinement
|
||
|
||
### Video Scripting
|
||
- 🎬 Engaging video concepts
|
||
- 📹 Structured scripts
|
||
- 🎣 Attention-grabbing hooks
|
||
- 📈 Retention-optimized pacing
|
||
|
||
### Social Media
|
||
- 📱 Platform-optimized posts
|
||
- #️⃣ Hashtag strategy
|
||
- 💬 Engaging captions
|
||
- 🔄 Content repurposing
|
||
|
||
### Content Strategy
|
||
- 📅 Weekly content planning
|
||
- 📈 Performance analysis
|
||
- 🎯 Trend identification
|
||
- 🔄 Content iteration
|
||
|
||
## Quick Start
|
||
|
||
1. Install required skills:
|
||
```bash
|
||
npx clawhub@latest install web-search
|
||
npx clawhub@latest install writing-assist
|
||
npx clawhub@latest install seo
|
||
```
|
||
|
||
2. Set up your brand voice in MEMORY.md
|
||
|
||
3. Configure your content calendar
|
||
|
||
## Usage Examples
|
||
|
||
**Write an article:**
|
||
```
|
||
"Write an article about productivity tips for remote workers"
|
||
"Create a 1500-word blog post on AI trends"
|
||
```
|
||
|
||
**Create a video script:**
|
||
```
|
||
"Create a YouTube script for a 10-minute tutorial on Python"
|
||
"Write a TikTok script about quick coding tips"
|
||
```
|
||
|
||
**Social media posts:**
|
||
```
|
||
"Write a Twitter thread about the latest tech news"
|
||
"Create an Instagram post about digital marketing"
|
||
```
|
||
|
||
**Get content ideas:**
|
||
```
|
||
"Give me 5 content ideas for my productivity niche"
|
||
"What's trending in the AI space this week?"
|
||
```
|
||
|
||
## Content Workflow
|
||
|
||
```
|
||
1. Research
|
||
└── Gather information and insights
|
||
↓
|
||
2. Outline
|
||
└── Structure key points
|
||
↓
|
||
3. Draft
|
||
└── Write first version
|
||
↓
|
||
4. Refine
|
||
└── Improve flow and clarity
|
||
↓
|
||
5. Edit
|
||
└── Grammar, style, SEO
|
||
↓
|
||
6. Publish
|
||
└── Share and track performance
|
||
```
|
||
|
||
## Customization
|
||
|
||
- Edit `MEMORY.md` to define your brand voice
|
||
- Update `workflows/*.yaml` for your content schedule
|
||
- Modify `skills/README.md` for your tool preferences
|
||
- Create custom templates for recurring content types
|