/install content-strategy-analyzer
Content Strategy Analyzer
Quick Start
- User inputs target website URL + target country/language + publish frequency
- Use scripts/crawl_website.py to crawl website content
- AI analysis (considering target language and country)
- Confirm/adjust competitor list
- Use scripts/generate_excel.py to generate content plan Excel
- Output complete report (in target language)
Dependencies
Required packages:
pip install requests beautifulsoup4 openpyxl
Workflow
Step 1: Collect User Requirements
Must ask user for:
- Target Website URL - Website to analyze
- Target Country - Country for content targeting (e.g., USA, UK, Germany, China)
- Target Language - Content language (e.g., English, Chinese, German, French)
- Publish Frequency - Weekly / Bi-weekly / Monthly
Step 2: Crawl Target Website
python3 scripts/crawl_website.py \x3CURL>
Step 3: AI Analysis (Multi-language)
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
Step 4: Generate Content Plan
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.
Step 5: Output Report
- Markdown format in conversation (target language)
- Excel file
Scripts
scripts/crawl_website.py
Crawls main website content, outputs structured JSON.
scripts/generate_excel.py
Generates Excel file from analysis results.
Input: analysis_result.json Output: content_plan.xlsx
Output Format
Example User Input
| Parameter | Value |
|---|---|
| URL | https://example.com |
| Country | Germany |
| Language | German |
| Frequency | Weekly |
Content Plan Output (German Example)
| Month | Week | Theme | Title | Type |
|---|---|---|---|---|
| Month 1 | Week 1 | Market Launch | ... | Article |
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install content-strategy-analyzer - 安装完成后,直接呼叫该 Skill 的名称或使用
/content-strategy-analyzer触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Content Strategy Analyzer 是什么?
Analyzes websites to generate multi-language content strategy, keyword research, and competitor analysis. Use when user provides a URL and needs industry ana... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 419 次。
如何安装 Content Strategy Analyzer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install content-strategy-analyzer」即可一键安装,无需额外配置。
Content Strategy Analyzer 是免费的吗?
是的,Content Strategy Analyzer 完全免费(开源免费),可自由下载、安装和使用。
Content Strategy Analyzer 支持哪些平台?
Content Strategy Analyzer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Content Strategy Analyzer?
由 yanzt(@yanzt)开发并维护,当前版本 v1.0.0。