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.
7w4.net收錄了海量優質技能外掛。
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)
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 報告生成功能做得不錯,格式美觀、結構清晰。不足之處是網站爬蟲功能存在明顯缺陷,提取的內容不完整,可能導致分析結果不夠準確。適合對功能完整性要求不高的簡單場景使用,但若需專業級網站分析,建議等待開發者修復爬蟲問題後再使用。