← 返回 Skills 市场
mirowangl-ops

Daily Data Tracker

作者 mirowangl-ops · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
115
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install xiaozhua-daily-data-tracker
功能描述
每日数据追踪与历史记录。维护每日关键指标的历史表格(日期/Revenue/Gross Adds/EOP/Paid Subs/端拆分),支持 WoW 计算和趋势分析。数据追加到 memory/powerbi-daily-track.md 的历史表。
使用说明 (SKILL.md)

每日数据追踪

数据表格式

| 日期 | 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
安全使用建议
This skill appears coherent and low-risk, but consider these practical points before installing: (1) confirm that storing business metrics in agent memory is acceptable for your privacy and retention policies — agent memory may be persistent and visible to other agent runs; (2) the skill assumes you (or the agent) will provide the daily data — it does not fetch external data itself, so verify where the data comes from and that fetching/ingestion is handled securely; (3) test in a sandbox to ensure it appends (not overwrites) and formats rows correctly; (4) consider backups/encryption for the memory file if the metrics are sensitive; (5) review agent access controls so only authorized users/agents can read the memory file.
功能分析
Type: OpenClaw Skill Name: xiaozhua-daily-data-tracker Version: 1.0.0 The skill is a straightforward data tracking utility designed to maintain a historical record of business metrics (Revenue, Gross Adds, etc.) in a markdown file. It contains no executable code, network requests, or suspicious instructions, focusing entirely on data formatting, WoW calculations, and trend analysis within the specified file path (memory/powerbi-daily-track.md).
能力评估
Purpose & Capability
The name/description promise a daily KPI tracker and history; the SKILL.md only instructs appending rows to memory/powerbi-daily-track.md and computing WoW and simple trend rules. It does not request unrelated credentials, binaries, or installs, so the declared purpose aligns with what it actually does.
Instruction Scope
Instructions are narrowly scoped to appending lines, adding remarks, and computing WoW/moving averages. They assume the user/agent already '抓完数据' (has fetched the data) but do not instruct how to fetch external data. The skill writes to the agent memory path (memory/powerbi-daily-track.md) — this is expected but worth noting because that file is persistent.
Install Mechanism
No install spec and no code files (instruction-only). This is the lowest-risk install pattern — nothing is downloaded or written beyond the memory file the instructions target.
Credentials
The skill declares no environment variables, credentials, or config paths and the instructions do not reference any external secrets. Required privileges are minimal and proportional to the stated purpose.
Persistence & Privilege
The skill writes to a persistent memory file (memory/powerbi-daily-track.md). It does not request always:true or modify other skills, but users should be aware that business metrics will be stored in agent memory and may persist across sessions or be included in later agent context.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install xiaozhua-daily-data-tracker
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /xiaozhua-daily-data-tracker 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of daily-data-tracker. - Tracks daily key metrics (Revenue, Gross Adds, EOP, Paid Subs, and platform splits) in a historical table. - Supports week-over-week (WoW) calculation and trend analysis. - Adds daily data to memory/powerbi-daily-track.md. - Includes warning criteria for performance declines and moving average trend monitoring.
元数据
Slug xiaozhua-daily-data-tracker
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Daily Data Tracker 是什么?

每日数据追踪与历史记录。维护每日关键指标的历史表格(日期/Revenue/Gross Adds/EOP/Paid Subs/端拆分),支持 WoW 计算和趋势分析。数据追加到 memory/powerbi-daily-track.md 的历史表。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 115 次。

如何安装 Daily Data Tracker?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install xiaozhua-daily-data-tracker」即可一键安装,无需额外配置。

Daily Data Tracker 是免费的吗?

是的,Daily Data Tracker 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Daily Data Tracker 支持哪些平台?

Daily Data Tracker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Daily Data Tracker?

由 mirowangl-ops(@mirowangl-ops)开发并维护,当前版本 v1.0.0。

💬 留言讨论