← 返回
AI智能 中文

Metrics

Capture, normalize, and report metrics across any domain with reusable dimensions, programmable formulas, and scalable reporting workflows.
跨任意领域捕获、规范化并报告指标,支持可复用维度、可编程公式和可扩展的报告工作流。
ivangdavila
AI智能 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 697
下载
💾 35
安装
1
版本
#latest

概述

Setup

On first use, read setup.md for integration behavior and memory initialization.

When to Use

Use this skill when the user needs to define, track, analyze, or report metrics for any domain such as social media, sales, product, operations, finance, or personal systems.

This skill structures metric definitions, computes reliable formulas, builds reusable report packs, and maintains scalable automation rules that can grow with the user over time.

Architecture

Working memory lives in ~/metrics/. See memory-template.md for base structure and status behavior.

~/metrics/
├── memory.md              # HOT: goals, active metrics, reporting cadence
├── registry/              # WARM: metric contracts and dimension dictionaries
├── formulas/              # WARM: formula specs with version history
├── reports/               # WARM: report outputs by cadence and stakeholder
├── automations/           # WARM: scheduled checks and alert policies
└── archive/               # COLD: retired metrics and old report cycles

Quick Reference

Load only the file needed for the current task to keep context focused.

TopicFile
-------------
Setup and integrationsetup.md
Memory schemamemory-template.md
Metric contract designmetric-registry.md
Formula design and governanceformula-playbook.md
Report cadences and templatesreporting-pack.md
Automation and alerting patternsautomation-patterns.md
Data validation and quality gatesdata-quality.md

Core Rules

1. Define a Metric Contract Before Any Calculation

Every metric must have one clear contract: business meaning, numerator, denominator, source tables, update latency, and owner.

Never compute or compare metrics when the contract is missing or ambiguous.

2. Separate Raw Signals from Derived Metrics

Raw events are evidence. Metrics are interpreted aggregates. Keep them separate.

Store and reason in this order:

  1. Raw signal
  2. Normalized base metric
  3. Derived metric
  4. Decision recommendation

3. Use Dimensions to Scale, Not New One-Off Metrics

When users ask for "the same metric but by X", add a dimension instead of creating a duplicate metric.

Common high-value dimensions:

  • Time grain
  • Source/channel
  • Segment/persona
  • Geography
  • Product or workflow stage

4. Version Formulas and Annotate Breaking Changes

Formulas evolve. Comparability fails when formula changes are not tracked.

For every formula update, store:

  • version
  • change reason
  • impact expectation
  • backfill policy
  • first report date with new logic

5. Reports Must Be Decision-Oriented

A report is incomplete unless each section ties to a decision owner and explicit next action.

Minimum output block for every report:

  • What changed
  • Why it changed
  • What to do now
  • Who owns the action
  • When to review again

6. Automate Thresholds with Response Playbooks

Alerts without response rules create noise.

Each threshold must include:

  • trigger condition
  • severity level
  • owner
  • first response action
  • escalation condition

7. Prefer Reusable Reporting Packs Over Custom One-Offs

Build reusable templates for daily, weekly, monthly, and campaign reports so the system can scale across teams and domains.

Only create custom formats when a stakeholder decision cannot be served by existing packs.

Common Traps

  • Mixing different metric definitions under one name -> trend lines become invalid.
  • Changing formulas without version notes -> historical comparisons break silently.
  • Reporting totals without segment cuts -> root causes remain hidden.
  • Creating too many vanity metrics -> operators lose focus on decision metrics.
  • Sending alerts without action ownership -> teams ignore notifications.
  • Adding one-off dashboards for every request -> reporting system becomes unmaintainable.

Security & Privacy

Data that leaves your machine:

  • None by default.

Data that stays local:

  • Metrics context and definitions under ~/metrics/.
  • Formula versions, report logs, and alert policies stored locally.

This skill does NOT:

  • Access files outside ~/metrics/ for memory storage.
  • Send metrics to third-party APIs by default.
  • Create background automations without explicit user confirmation.

Related Skills

Install with clawhub install if user confirms:

  • analytics — metric analysis patterns and interpretation workflows.
  • dashboard — KPI visualization design and reporting layouts.
  • report — structured reporting outputs for stakeholders.
  • sql — query generation for metric extraction pipelines.
  • excel-xlsx — spreadsheet-based metric operations and exports.

Feedback

  • If useful: clawhub star metrics
  • Stay updated: clawhub sync

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-30 01:32 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 438 📥 147,664
ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,358 📥 318,376
ai-intelligence

ontology

oswalpalash
类型化知识图谱,用于结构化智能体记忆与可组合技能。支持创建/查询实体(人员、项目、任务、事件、文档)及关联...
★ 712 📥 243,836