AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified Apache-2.0 Self-run

Bi Conversion Rate

skill-agentscope-ai-qwenpaw-data-bi-conversion-rate · by agentscope-ai

从接触目标行为到完成目标行为的转化率计算。触发条件:需计算转化率时触发,如对话包含“转化率”、“转化情况”等词时触发。

No reviews yet
0 installs
18 views
0.0% view→install

Install

$ agentstack add skill-agentscope-ai-qwenpaw-data-bi-conversion-rate

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-agentscope-ai-qwenpaw-data-bi-conversion-rate)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
22d ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Bi Conversion Rate? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

bi-conversion-rate

计算用户从接触目标行为(起始阶段)到完成目标行为(结束阶段)的转化率。

执行步骤

Step 0: 检查数据以及确定计算指标

  1. 转化率计算涉及的指标以及数据范围(初始状态数据以及目标状态数据)已经明确,如指标明确为“对话转化率”,转化率计算需“访问用户数”与“对话用户数”;
  2. 数据已经保存为 CSV 文件,且包含转化率计算所需关键数据,如上述的“访问用户数”与“对话用户数”。如
date,访问用户数,对话用户数
2025-01-01,10000,3000
2025-01-02,10500,1000
2025-01-03,9800,100

Step 1: 执行转化率计算

使用 /scripts/compute_conversion.py 脚本,计算用户从某初始状态到目标状态的转化率(计算结果保留小数点后 5 位)。

python /scripts/compute_retention.py --input_file "" --metric_name "" --begin_col "" --end_col ""

参数说明

| 参数 | 说明 | 默认值 | | ------------- | ------------------------- | ------- | | --inputfile | 输入数据文件路径 (.csv) | (必填) | | --metricname | 计算指标名称(如对话转化率等) | 转化率 | | --begincol | 初始行为状态的对象列名 | (必填) | | --endcol | 目标/结束行为状态的对象列名 | (必填) |

对于所有需要计算的转化率指标都需调用该脚本计算,不能遗失任何必要的指标计算。

fallback (指引模式)

无脚本环境时按以下计算公式手动计算转化率:

$$ \text{转换率}=\frac{\text{User at the final stage}}{\text{User at the beginning stage}} $$

  • 分母:起始阶段用户数(接触过目标行为或进入漏斗起点)
  • 分子:结束阶段用户数(完成目标行为)
  • 口径须与业务一致(例如结束阶段用户是否为起始阶段的子集、是否去重同一用户)

输出要求

输出所有需要计算的转化率指标结果,不要遗失任何计算结果,包括 NaN 值。

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.