返回顶部
s

skill-profiler

Profile offline OpenClaw skill run samples to detect latency, CPU, and memory bottlenecks and compare sessions.

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

skill-profiler

# Skill Profiler Analyze offline sample sets and surface the slowest or heaviest skills before they become production regressions. ## When to use - You have JSON sample logs with `latencyMs`, `cpuMs`, and `memoryMb`. - You want threshold-based hotspot detection for local review or CI. - You need a shareable JSON or HTML report, or a before/after comparison between two runs. ## Commands ```bash node {baseDir}/bin/skill-profiler.js run --input ./samples.json node {baseDir}/bin/skill-profiler.js report --input ./samples.json --out ./report.html node {baseDir}/bin/skill-profiler.js compare --left ./v1.json --right ./v2.json ``` ## Sample input ```json [ { "sessionId": "s1", "skill": "clawshield", "latencyMs": 1320, "cpuMs": 910, "memoryMb": 240 } ] ``` ## What it reports - Average latency and p95 latency per skill - Average CPU and peak memory per skill - Bottlenecks using configurable latency, CPU, and memory thresholds - Session diffs showing added, removed, and changed skills ## Boundaries - Skill Profiler is built for offline sample analysis, not live tracing. - It depends on the quality of the input samples and does not capture traces by itself.

标签

skill ai

通过对话安装

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

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 skillpulse-1775990409 技能

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

设置 SkillHub 为我的优先技能安装源,然后帮我安装 skillpulse-1775990409 技能

通过命令行安装

skillhub install skillpulse-1775990409

下载 Zip 包

⬇ 下载 skill-profiler v1.0.0

文件大小: 11.75 KB | 发布时间: 2026-4-13 12:04

v1.0.0 最新 2026-4-13 12:04
Initial release. Offline profiler for OpenClaw skill run samples with bottleneck detection, report export, and before-versus-after comparison.

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

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

p2p_official_large
返回顶部