bi-metric-observation

bi-metric-observation is a skill for Claude Code, Codex from agentscope-ai/QwenPaw-Data. It costs 60 tokens per session (1,503 once invoked), scanned A, original, Apache-2.0.

A foundation step for observing business metrics: it gathers the source data, chooses the comparison period, calculates the metric correctly, and prepares breakdown tables by dimension.

In plain words
What is it for?
Use it to inspect daily, weekly, monthly, or yearly metric levels and changes, including breakdowns by dimensions such as device type or channel.
Why use it?
It provides the basic figures and changes needed before explaining why a metric moved. It also helps avoid using the wrong aggregation, such as averaging a total or summing a rate.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to inspect daily, weekly, monthly, or yearly metric levels and changes, including breakdowns by dimensions such as device type or channel.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/agentscope-ai/qwenpaw-data/bi-metric-observation
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add agentscope-ai/QwenPaw-Data --skill bi-metric-observation
Clone the repo
git clone --depth 1 https://github.com/agentscope-ai/QwenPaw-Data

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for bi-metric-observation

README.md
[![agentmods](https://agentmods.dev/badge/skills/agentscope-ai/qwenpaw-data/bi-metric-observation/github.svg)](https://agentmods.dev/skills/agentscope-ai/qwenpaw-data/bi-metric-observation)
Your own site
<a href="https://agentmods.dev/skills/agentscope-ai/qwenpaw-data/bi-metric-observation"><img src="https://agentmods.dev/badge/skills/agentscope-ai/qwenpaw-data/bi-metric-observation/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for bi-metric-observation

Your own site · 80×15
<a href="https://agentmods.dev/skills/agentscope-ai/qwenpaw-data/bi-metric-observation"><img src="https://agentmods.dev/badge/skills/agentscope-ai/qwenpaw-data/bi-metric-observation.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 60 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,503 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00060 $0.01503
Opus 5 $0.00030 $0.00751
Sonnet 5 $0.00012 $0.00301
Haiku 4.5 $0.00006 $0.00150

Measured 12d ago against content hash 23d0073b7456, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

bi-metric-observation scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

packages/qwenpaw-data-skills/skills/atomic/bi-metric-observation/SKILL.md · 110 lines

How it starts

The opening of the file, as written. The whole thing — 110 lines — stays where its author put it; the contents beside it link to each section on GitHub.

bi-metric-observation

获取指标的原始数据并完成基础计算,构建指标的当期值、变动幅度和维度交叉展示表,为后续分析提供数据基础。常见场景:

  • 指标分析:在分析流程中,对指标进行基础数据获取和计算
  • 数据概览:快速了解指标当前水平与变动趋势

前置检查

开始前确认以下信息已明确:

  • 分析条目明确,清楚本次要观测哪些指标
  • 指标与角色已确定,知道每个指标是北极星、展示还是分布角色
  • 关联维度已确定,知道北极星指标的归因拆解维度、展示指标的展示拆解维度
  • 数据获取能力可用,有可以获取数据的工具或 API

若以上信息不完整,需先回到规划阶段补充,或向用户确认后再开始。

执行步骤

1:数据准备

根据分析目标获取指标的原始数据。数据文件至少包含以下列:

说明 示例
日期列 时间标识 日期
指标列 各指标值,每个指标一列 访问用户数
维度列 各维度值,每个维度一列 端类型

若上游步骤已产出可用数据文件则直接使用,否则自行取数。

2:确定分析时间周期

根据分析目标选择合适的分析时间区间:

分析目标 时间区间
日数据波动 当日 vs 上日
日数据波动(消除周末效应) 当日 vs 上周同日
周数据波动 本周 vs 上周
月数据波动 本月 vs 上月
年度趋势 当期 vs 上年同期
特定日期分析 指定日期前后日/周

确定时间区间后,获取该区间内所有指标的原始数据。

3:确定指标计算方式

根据指标类型和时间周期,判断该指标在对应周期下的聚合方式。通用规则:

  • 累加型指标(如收入、订单量、新增用户数):使用周期内聚合值(求和)
  • 水平型指标(如日活跃用户数 DAU、活跃率、转化率):使用周期内均值
  • 用户规模型指标(如月活跃用户数 MAU、累计用户数):使用周期末快照值(去重值或最后一天值)

4:计算衍生指标

根据分析场景计算合适的衍生指标,不需要全部计算:

衍生指标 适用场景
日环比 日数据,对比日数据波动
周同比 日数据,对比日数据波动,消除周末效应
周环比 周数据,对比周波动
月环比 月数据,对比月波动
年同比(日) 日数据,长期业务且有年度周期性波动时关注
年同比(月) 月数据,需要年度比较的业务(如 B 端收入)
年环比 年/财年数据,对比财年累计值,适用可累加指标(如年收入)
分布占比 量值指标在各维度下的分布拆解,展示核心观测指标时需加上分布占比

注意:计算衍生指标时,根据指标类型选择正确的变动表达方式,避免产生"百分比的百分比"等歧义:

指标类型 识别特征 变动表达 示例
量值指标 绝对数值,可直接累加 百分比增幅 DAU 增长 10%
率值指标 有分子/分母,数值为百分比 绝对值增幅 (pt) 留存率从 40% 到 42%,+2pt
加工指标 由其他指标计算得到,数量级小按率值,否则按量值 视业务场景而定 人均对话次数、客单价

Read the full file on GitHub · 110 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 110 lines · 60 tokens per session scan A 23d0073b7456

Subscribe to this mod's changes

bi-metric-observation is a skill published in the GitHub repository agentscope-ai/QwenPaw-Data (73 stars, last pushed yesterday), licensed Apache-2.0. It adds 60 tokens to every session and 1,503 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

fastapi-patterns

FastAPI patterns for async APIs, dependency injection, Pydantic request and response models, OpenAPI docs, tests, security, and production readiness.

affaan-m/ECC · 35 tokens

mem0-tour

Browses all stored memories grouped by category with full content display. Use when reviewing all project memories, exploring stored knowledge, onboarding to a project, or getting an overview of captured decisions, conventions, and learnings.

mem0ai/mem0 · 47 tokens

status

Show whether Mem0 memory is working in this repository, covering configuration, capture state, pending flushes, and whether the Mem0 API key is valid. Use when the user asks whether memory is on, why a memory is missing, or anything looks broken.

mem0ai/mem0 · 54 tokens

pause

Pause Mem0 memory capture on this machine. Use when the user wants to stop memories being recorded, for example for private work or experiments.

mem0ai/mem0 · 30 tokens

mem0-test-integration

Verify a Mem0 integration produced by /mem0-integrate. Runs in the same workspace on the same branch (loose coupling) — installs dependencies, runs the repo's native test suite, then exercises a real end-to-end smoke flow against the user's API key. Produces a scorecard. TRIGGER when: user has just run /mem0-integrate…

mem0ai/mem0 · 207 tokens

open-source

Documentation reference for writing Python code using the browser-use open-source library. Use this skill whenever the user needs help with Agent, Browser, or Tools configuration, is writing code that imports from browseruse, asks about @sandbox deployment, supported LLM models, Actor API, custom tools, lifecycle…

browser-use/browser-use · 137 tokens