每日数据追踪与历史记录。维护每日关键指标的历史表格(日期/Revenue/Gross Adds/EOP/Paid Subs/端拆分),支持 WoW 计算和趋势分析。数据追加到 memory/powerbi-daily-track.md 的历史表。
Scanned 9/10/2026
Install to Claude Code
npx -y skills add luokai0/ai-agent-skills-by-luo-kai --skill xiaozhua-daily-data-tracker --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Xiaozhua Daily Data Tracker?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/luokai0-xiaozhua-daily-data-tracker)More formats (shields.io, HTML) on the badges page.
---
name: daily-data-tracker
description: "每日数据追踪与历史记录。维护每日关键指标的历史表格(日期/Revenue/Gross Adds/EOP/Paid Subs/端拆分),支持 WoW 计算和趋势分析。数据追加到 memory/powerbi-daily-track.md 的历史表。"
---
# 每日数据追踪
## 数据表格式
```markdown
| 日期 | Billed Revenue | Gross Adds | EOP | Paid Subs | PPT | Word | Excel | Channel |
|------|---------------|------------|-----|-----------|-----|------|-------|---------|
| 2026-04-10 | 22,942 | 5,703 | 643,532 | 13,222 | 11,115 | 6,298 | 2,690 | 735 |
```
## 更新流程
1. 每天抓完数据后,追加一行到历史表
2. 如果有基准值(23:30 抓的),更新到备注
3. 数据完整确认后,更新最终值
## WoW 计算
- WoW = (今天 - 7天前) / 7天前 × 100%
- 跨月时如 7 天前无数据则标注"无对比"
- 节假日/周末需特别标注
## 趋势分析
- 连续 3 天下降 → 预警
- WoW 连续 2 周为负 → 趋势性下降
- 取 7 日/30 日移动平均看趋势
## 文件位置
- memory/powerbi-daily-track.md
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...