Files
pi-skill/skills/seo-multi-channel/SKILL.md
2026-05-25 16:41:08 +07:00

69 lines
1.6 KiB
Markdown

---
name: seo-multi-channel
description: Generate multi-channel marketing content (Facebook, Facebook Ads, Google Ads, Blog, X) from a single topic with Thai language support. Use when creating content for multiple channels.
---
# SEO Multi-Channel Content Generator
Generate marketing content for multiple channels from one topic — Facebook, Facebook Ads, Google Ads, Blog, X/Twitter.
## Priority Channels
1. Facebook (organic)
2. Facebook Ads
3. Google Ads
4. Blog (SEO articles)
5. X/Twitter threads
## Usage
```bash
python3 ~/.hermes/skills/seo-multi-channel/scripts/generate_content.py \
--topic "บริการ podcast hosting" \
--channels facebook,blog \
--language th
```
## Parameters
| Parameter | Required | Default | Description |
|-----------|----------|---------|-------------|
| `--topic` | ✅ | - | Content topic |
| `--channels` | ❌ | all | Comma-separated channel list |
| `--language` | ❌ | auto | th/en/auto |
| `--output` | ❌ | ./output | Output directory |
## Channels
### Facebook
- Organic posts for community engagement
- Length: 50-500 characters
- Include CTA when relevant
### Facebook Ads
- Ad copy with headline + description
- Multiple variations (A/B testing ready)
### Google Ads
- Search ad copy (headline + description)
- Keyword-optimized
### Blog
- SEO article with title, meta, content
- Structured for Thai readability (ม.6-ม.12)
### X/Twitter
- Thread format (5-10 tweets)
- Engagement-optimized
## Thai Language Support
- Full PyThaiNLP integration
- Keyword density 1.0-1.5%
- Formality detection
- Readability scoring
## Integration
Uses `seo-context` for per-project brand voice and keyword context.