coo-analytics
COO 产品运营数据分析技能,使用 Playwright MCP 从 App Store Connect、小程序后台、小红书创作者中心等平台获取运营数据
npx skills add majiayu000/claude-skill-registry --skill coo-analytics --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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/ 采集数据: ├── 销售数据 │ ├── 单位销量 │ ├── 销售额 │ └── 订阅收入 ├── 用户数据 │ ├── 新增用户 │ ├── 活跃用户 │ └── 留存率 ├── 评价数据 │ ├── 评分分布 │ ├── 评论数量 │ └── 评论内容 └── 版本数据 ├── 下
- 触发条件
- 核心能力
- 数据源支持
- Playwright MCP 集成
- App Store Connect 数据采集
- 小程序后台数据采集
- 小红书创作者中心数据采集
- 抖音创作者中心数据采集
- 数据采集流程
- 自动化采集脚本
- 数据报告模板
- 日报模板
- 周报模板
- 数据分析方法
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
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.
