返回顶部
c

cs-stats-monitor-genericCS2数据监控

5E CS2 Stats Query and Real-time Monitor. Supports custom player lists, query specified players' CS2 match history, analyze match performance, and real-time monitoring for new matches. Keywords: CS stats, 5E, check stats, monitor matches, CS2 stats, match report.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
253
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

cs-stats-monitor-generic

技能名称: cs-stats-monitor-generic
详细描述:

CS Stats Monitor (通用版)

5E平台CS2数据查询与实时监控工具(通用版本)。

核心功能

1. 查询数据

查询指定玩家最近5场比赛的详细数据。

bash

查询单个玩家最近5场比赛


python {SKILLDIR}/scripts/csmonitor.py --once --players <玩家名称>

查询多个玩家

python {SKILLDIR}/scripts/csmonitor.py --once --players player1 player2 player3

使用默认玩家列表(在配置中设置)

python {SKILLDIR}/scripts/csmonitor.py --once

2. 实时监控

后台持续轮询,检测到新比赛时自动输出报告。

bash

启动监控(默认60秒轮询)


python {SKILLDIR}/scripts/csmonitor.py --players player1 player2

自定义轮询间隔

python {SKILLDIR}/scripts/csmonitor.py --players player1 --interval 30

重置监控状态

python {SKILLDIR}/scripts/csmonitor.py --reset

启动方式:使用tmux在后台运行监控,定期检查输出。

bash

推荐:tmux后台运行


tmux new-session -d -s cs-monitor
tmux send-keys -t cs-monitor python {SKILLDIR}/scripts/csmonitor.py --players player1 player2 Enter

查看输出

tmux capture-pane -t cs-monitor -p

3. 配置文件(可选)

创建{SKILL_DIR}/config.json设置默认玩家:

json
{
default_players: [player1, player2, player3],
default_interval: 60
}

数据能力

每场比赛

  • - 核心指标:Rating、ADR、KAST、RWS、K/D/A
  • 击杀详情:爆头率、首杀、首死、AWP击杀、多杀(3K/4K/5K)
  • 残局:1v1~1v5成功次数
  • 道具:闪光助攻、闪白队友、道具伤害、下包/拆包
  • 半场:T方/CT方K/D/Rating
  • 计分板:全部10名玩家数据

限制

  • - API仅返回最近5场比赛,无法获取更多历史数据
  • 赛季概览需要登录Cookie

分析指南

查看比赛报告时,从以下维度分析:

  1. 1. 核心数据Rating:Rating>1.3优秀,1.0-1.3正常,<0.85拉胯;ADR>90强力,60-90一般,<60疲软
  2. 风格判断:AWP击杀占比、爆头率、首杀/首死比、T/CT方差异
  3. 稳定性:多场比赛Rating标准差、最高最低差距
  4. 团队贡献:KAST(回合参与率)、道具使用、残局能力
  5. 同场多人:横向对比,谁在Carry谁在躺

语言风格:直接犀利,带点黑色幽默。不整虚的。打得好就夸,打得菜就喷。

依赖

  • - Python 3.10+
  • aiohttp(pip install aiohttp)

资源

scripts/

  • - cs_monitor.py — 主监控脚本,支持--once单次查询和持续监控模式

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 cs2-stats-monitor-5e-1776208049 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 cs2-stats-monitor-5e-1776208049 技能

通过命令行安装

skillhub install cs2-stats-monitor-5e-1776208049

下载

⬇ 下载 cs-stats-monitor-generic v1.0.0(免费)

文件大小: 10.2 KB | 发布时间: 2026-4-15 13:21

v1.0.0 最新 2026-4-15 13:21
Initial release of CS2 Stats Monitor for 5E Platform.

- Query and analyze the last 5 CS2 matches for any specified or default player list.
- Real-time match monitoring with automatic reporting of new games.
- Flexible configuration: supports custom polling intervals and player lists via config file.
- Rich per-match stats: ratings, KDA, utility, clutches, team scoreboard, and more.
- Easy background operation using tmux; output review recommendations included.
- Requires Python 3.10+ and aiohttp.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部