📦 Daily Data Tracker — 每日指标追踪
v1.0.0将每日收入、新增、EOP、付费订阅等关键指标追加到 memory/powerbi-daily-track.md 历史表,自动计算环比并提示趋势异常,方便快速回顾与决策。
0· 77·0 当前·0 累计
下载技能包
最后更新
2026/4/11
安全扫描
OpenClaw
安全
high confidenceThe skill is an instruction-only helper that appends daily KPI rows to a memory file and computes simple WoW/trend checks; its requirements and actions match its description.
评估建议
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 ensu...详细分析 ▾
✓ 用途与能力
名称/描述承诺每日KPI追踪器与历史记录;SKILL.md仅指示向memory/powerbi-daily-track.md追加行并计算WoW及简单趋势规则。未请求无关凭据、二进制或安装,声明目的与实际行为一致。
ℹ 指令范围
指令范围狭窄,仅追加行、添加备注、计算WoW/移动平均。假设用户/代理已“抓完数据”,未指示如何获取外部数据。技能写入代理内存路径(memory/powerbi-daily-track.md)——符合预期但需注意该文件持久存在。
✓ 安装机制
无安装规范且无代码文件(仅指令)。这是最低风险安装模式——除目标内存文件外无下载或写入。
✓ 凭证需求
技能未声明环境变量、凭据或配置路径,指令也未引用任何外部机密。所需权限最小且与声明目的成比例。
ℹ 持久化与权限
技能写入持久内存文件(memory/powerbi-daily-track.md)。未请求always:true或修改其他技能,但用户应知业务指标将存储在代理内存中,可能跨会话持续存在或被后续代理上下文引用。
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/4/11
- 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.
● 无害
安装命令
点击复制官方npx clawhub@latest install xiaozhua-daily-data-tracker
镜像加速npx clawhub@latest install xiaozhua-daily-data-tracker --registry https://cn.longxiaskill.com
技能文档
数据表格式
``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 |
`` 更新流程
- 每天抓完数据后,追加一行到历史表
- 如果有基准值(23:30 抓的),更新到备注
- 数据完整确认后,更新最终值
WoW 计算
- WoW = (今天 - 7天前) / 7天前 × 100%
- 跨月时如 7 天前无数据则标注"无对比"
- 节假日/周末需特别标注
趋势分析
- 连续 3 天下降 → 预警
- WoW 连续 2 周为负 → 趋势性下降
- 取 7 日/30 日移动平均看趋势
文件位置
- memory/powerbi-daily-track.md