← 返回 Skills 市场
mike007jd

SkillPulse

作者 mike007jd · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
120
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install skillpulse
功能描述
Profile offline OpenClaw skill run samples to detect latency, CPU, and memory bottlenecks and compare sessions.
安全使用建议
This skill appears to be a simple, local Node.js CLI for analyzing JSON sample logs. Before installing or using it: (1) ensure you have Node.js >=18; (2) only run it on sample files you trust or have sanitized — the tool will read any JSON file path you provide and could include sensitive data in generated reports; (3) review or run the included tests (test.js) in an isolated environment if you plan to run it in CI; and (4) because it writes files to user-specified paths, avoid supplying output locations that would overwrite important files. There are no network calls or secret accesses in the code, so the risk of remote exfiltration appears low based on the provided source.
功能分析
Type: OpenClaw Skill Name: skillpulse Version: 1.0.0 The skill bundle implements a legitimate performance profiling tool for analyzing OpenClaw skill execution logs. The code in src/index.js and bin/skill-profiler.js performs standard data aggregation, bottleneck analysis, and report generation (JSON/HTML) based on user-provided input files. No evidence of data exfiltration, unauthorized network access, or malicious command execution was found; the tool operates entirely on local files as described in SKILL.md.
能力评估
Purpose & Capability
Name/description (profile offline samples for latency/CPU/memory) matches the code and SKILL.md. The skill only requires node and works on local JSON samples. No unrelated credentials, binaries, or system config are requested.
Instruction Scope
SKILL.md instructs running the bundled CLI against local JSON sample files and producing JSON/HTML reports. The runtime instructions and source only read the provided input files and write report files; they do not access other system paths, network endpoints, or undeclared environment variables.
Install Mechanism
No install spec is provided (instruction-only with code files). Files are included in the package; there is no external download, no third‑party install script, and package.json has no runtime dependencies, so nothing is pulled from remote at install time.
Credentials
The skill declares no required env vars or credentials and the source code does not read environment secrets. It only relies on the 'node' binary and user-supplied file paths, which is proportionate to the stated functionality.
Persistence & Privilege
always is false and the skill does not attempt to modify other skills or system-wide agent settings. It writes report files to paths specified by the user (expected behavior for a CLI).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install skillpulse
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /skillpulse 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release. Offline profiler for OpenClaw skill run samples with bottleneck detection, report export, and before-versus-after comparison.
元数据
Slug skillpulse
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

SkillPulse 是什么?

Profile offline OpenClaw skill run samples to detect latency, CPU, and memory bottlenecks and compare sessions. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 120 次。

如何安装 SkillPulse?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install skillpulse」即可一键安装,无需额外配置。

SkillPulse 是免费的吗?

是的,SkillPulse 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

SkillPulse 支持哪些平台?

SkillPulse 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 SkillPulse?

由 mike007jd(@mike007jd)开发并维护,当前版本 v1.0.0。

💬 留言讨论