โ† All skills
Tencent SkillHub ยท Developer Tools

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...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Analyzes websites to generate multi-language content strategy, keyword research, and competitor analysis. Use when user provides a URL and needs industry ana...

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, scripts/crawl_website.py, scripts/generate_excel.py

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 11 sections Open source page

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

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 <URL>

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/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

Example User Input

ParameterValueURLhttps://example.comCountryGermanyLanguageGermanFrequencyWeekly

Content Plan Output (German Example)

MonthWeekThemeTitleTypeMonth 1Week 1Market Launch...Article

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Scripts1 Docs
  • SKILL.md Primary doc
  • scripts/crawl_website.py Scripts
  • scripts/generate_excel.py Scripts