Agent skill · Testing & QA

coo-analytics

COO 产品运营数据分析技能,使用 Playwright MCP 从 App Store Connect、小程序后台、小红书创作者中心等平台获取运营数据

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill coo-analytics --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Version: 1.0.0
Path: skills/analysis/coo-analytics/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

# COO 产品运营数据分析技能 ## 触发条件 当用户提到以下内容时自动触发: - "运营数据" - "数据分析" - "App Store 数据" - "小程序数据" - "创作者数据" - "数据采集" - "数据报告" ## 核心能力 ### 数据源支持 | 平台 | 数据类型 | 采集方式 | |------|----------|----------| | App Store Connect | 下载量、收入、评分、评论 | Playwright MCP | | 微信小程序后台 | 访问量、用户数、留存 | Playwright MCP | | 小红书创作者中心 | 粉丝、笔记、互动数据 | Playwright MCP | | 抖音创作者中心 | 播放量、粉丝、互动 | Playwright MCP | | 微信公众号后台 | 阅读量、粉丝、互动 | Playwright MCP | ### Playwright MCP 集成 ```bash # 页面导航 mcp__playwright__playwright_navigate --url "URL" # 页面截图 mcp__playwright__playwright_screenshot \ --name "screenshot_name" \ --savePng true \ --fullPage true # 获取页面文本 mcp__playwright__playwright_get_visible_text # 获取页面HTML mcp__playwright__playwright_get_visible_html # 获取特定元素 mcp__playwright__playwright_get_visible_html --selector ".data-card" # 等待页面加载 mcp__playwright__playwright_navigate \ --url "URL" \ --waitUntil "networkidle" # 执行滚动 mcp__playwright__playwright_evaluate \ --script "window.scrollTo(0, document.body.scrollHeight)" ``` ### App Store Connect 数据采集 ``` 目标URL: https://appstoreconnect.apple.com/ 采集数据: ├── 销售数据 │ ├── 单位销量 │ ├── 销售额 │ └── 订阅收入 ├── 用户数据 │ ├── 新增用户 │ ├── 活跃用户 │ └── 留存率 ├── 评价数据 │ ├── 评分分布 │ ├── 评论数量 │ └── 评论内容 └── 版本数据 ├── 下

What's inside
Steps it walks through
  1. 触发条件
  2. 核心能力
  3. 数据源支持
  4. Playwright MCP 集成
  5. App Store Connect 数据采集
  6. 小程序后台数据采集
  7. 小红书创作者中心数据采集
  8. 抖音创作者中心数据采集
  9. 数据采集流程
  10. 自动化采集脚本
  11. 数据报告模板
  12. 日报模板
  13. 周报模板
  14. 数据分析方法
Ships with 1 file
  • metadata.json
Commands it runs
mcp__playwright__playwright_navigate --url "URL"
mcp__playwright__playwright_screenshot \
mcp__playwright__playwright_get_visible_text
mcp__playwright__playwright_get_visible_html
mcp__playwright__playwright_get_visible_html --selector ".data-card"
mcp__playwright__playwright_navigate \
mcp__playwright__playwright_evaluate \
mcp__playwright__playwright_click \
mcp__playwright__playwright_get_visible_html \
daily_data_collect.sh
More from claude-skill-registry
All skills →
About this skill
What does the coo-analytics skill do?

COO 产品运营数据分析技能,使用 Playwright MCP 从 App Store Connect、小程序后台、小红书创作者中心等平台获取运营数据

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill coo-analytics --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