name: content-strategy-analyzer description: Analyzes websites to generate multi-language content strategy, keyword research, and competitor analysis. Use when user provides a URL and needs industry analysis, SEO planning, or competitor research for content marketing in specific countries and languages.
Required packages:
pip install requests beautifulsoup4 openpyxl
Must ask user for:
python3 scripts/crawl_website.py <URL>
Use Opencode AI for analysis: - Identify industry and competitors based on target country - Output keywords in target language - Include target country market in competitor analysis
Based on publish frequency: - Weekly: 12 weeks (3 months) × 1 topic - Bi-weekly: 6 topics (one every two weeks) - Monthly: 3 topics (one per month)
小葱技能7w4.net有完整的技能分类。
All content titles, topics, and ideas in target language.
Crawls main website content, outputs structured JSON.
Generates Excel file from analysis results.
Input: analysis_result.json Output: content_plan.xlsx
| Parameter | Value |
|---|---|
| URL | https://example.com |
| Country | Germany |
| Language | German |
| Frequency | Weekly |
| Month | Week | Theme | Title | Type |
|---|---|---|---|---|
| Month 1 | Week 1 | Market Launch | ... | Article |
这个 Skill 的整体质量中等偏上。多语言支持是亮点,能满足不同市场的需求;Excel 报告生成功能做得不错,格式美观、结构清晰。不足之处是网站爬虫功能存在明显缺陷,提取的内容不完整,可能导致分析结果不够准确。适合对功能完整性要求不高的简单场景使用,但若需专业级网站分析,建议等待开发者修复爬虫问题后再使用。