Agent skill · Testing & QA

x-report-generator

使用Playwright浏览器爬取X(Twitter)真实数据,分析统计信息,生成精美的HTML报告面板并导出为高清图片。

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill x-report-generator --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 1 KB
Bundled scripts: none
Path: skills/analysis/x-report-generator/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# X Report Generator Tool ## Description 使用Playwright浏览器自动化技术爬取X(Twitter)平台的真实数据,进行数据分析和统计,生成精美的HTML可视化报告面板,并将其渲染为高清图片。 ## Features - 🔍 关键词搜索推文(真实爬取) - 👤 用户推文分析 - 📊 数据统计分析(互动量、时间分布、情感分析等) - 🎨 精美HTML报告面板(深色/浅色主题) - 🖼️ HTML转高清PNG图片导出 - 🍪 支持Cookies登录状态保存 ## Trigger - `/x-report` command - 用户需要分析X平台数据 - 用户想生成社交媒体报告 ## Usage ```bash # 首次使用:登录并保存cookies python scripts/x_report_generator.py login --cookies cookies.json # 搜索关键词并生成报告 python scripts/x_report_generator.py search "AI" --limit 50 --output report.png --cookies cookies.json # 分析用户推文 python scripts/x_report_generator.py user "elonmusk" --limit 30 --output user_report.png # 使用浅色主题 python scripts/x_report_generator.py search "Python" --theme light --output report.png # 仅生成HTML(不转图片) python scripts/x_report_generator.py search "coding" --html-only --output report.html # 显示浏览器窗口(调试用) python scripts/x_report_generator.py search "test" --no-headless --output report.png ``` ## Requirements ```bash pip install playwright playwright install chromium ``` ## 报告内容 - 📈 推文总数、点赞、转发、评论、浏览统计 - ⏰ 24小时发布时间分布图 - 😊 情感分析(正面/中性/负面) - 🏷️ 热门标签云 - 👥 活跃用户 TOP 5 - 🔥 热门推文展示 ## Tags `twitter`, `x`, `scraper`, `report`, `analytics`, `visualization`,

What's inside
Steps it walks through
  1. Description
  2. Features
  3. Trigger
  4. Usage
  5. Requirements
  6. 报告内容
  7. Tags
  8. Compatibility
Ships with 1 file
  • metadata.json
Commands it runs
python scripts/x_report_generator.py login --cookies cookies.json
python scripts/x_report_generator.py search "AI" --limit 50 --output report.png --cookies cookies.json
python scripts/x_report_generator.py user "elonmusk" --limit 30 --output user_report.png
python scripts/x_report_generator.py search "Python" --theme light --output report.png
python scripts/x_report_generator.py search "coding" --html-only --output report.html
python scripts/x_report_generator.py search "test" --no-headless --output report.png
pip install playwright
playwright install chromium
More from claude-skill-registry
All skills →
About this skill
What does the x-report-generator skill do?

使用Playwright浏览器爬取X(Twitter)真实数据,分析统计信息,生成精美的HTML报告面板并导出为高清图片。

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill x-report-generator --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going