← 返回 Skills 市场
dofbi

Ping Model

作者 dofbi.eth · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
297
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ping-model
功能描述
Measure and display AI model response latency. Use when the user types /ping or /ping followed by a model name to test round-trip time. Captures precise timi...
安全使用建议
This skill is not outright malicious, but it's inconsistent and somewhat misleading. Before installing or using it: 1) Note that the JS script runs a shell command 'openclaw status' — ensure you have (and trust) an 'openclaw' binary on your system because the script executes it via child_process.execSync. 2) Understand the script only simulates latency using timeouts; it does not actually switch models or call model APIs to measure real model processing time despite SKILL.md claiming cross-model testing. If you need real measurements, review and modify the script to use your platform's official model-switching and timing APIs and verify it restores context safely. 3) Because the script executes shell commands, run it in a trusted or isolated environment if you do not fully trust the skill source. 4) If you expect true cross-model testing, ask the author to: declare 'openclaw' as a required binary, implement explicit model-switching and restore behavior, or document clearly that this is a demo/simulation.
功能分析
Type: OpenClaw Skill Name: ping-model Version: 1.0.0 The skill bundle is designed to measure and display AI model response latency, currently using a simulation. The `SKILL.md` instructions are clear and focused on output formatting, showing no signs of prompt injection attempts to subvert the agent. The `ping-model.js` script uses `child_process.execSync` to run `openclaw status`, which is a legitimate, hardcoded interaction with the local platform CLI and does not incorporate unsanitized user input. User-provided arguments for model names are only used in the internal simulation logic and for display, not in any shell commands. There is no evidence of malicious intent such as data exfiltration, persistence, or unauthorized network activity.
能力评估
Purpose & Capability
The skill description promises cross-model testing and temporarily switching models, but the shipped implementation does not perform real model switching or real API calls — it simulates latencies. The script also invokes an external command ('openclaw status') to read the current model, yet 'openclaw' is not declared as a required binary in the manifest/SKILL.md metadata.
Instruction Scope
SKILL.md instructs the agent to save/restore model context and to switch models for cross-model testing, implying interaction with agent/model configuration. The actual script only simulates delays (setTimeout) and does not implement switching or measuring real model response times — this is inconsistent and potentially misleading about what data will be gathered.
Install Mechanism
No install spec; the skill is instruction-only plus a Node script. Nothing is downloaded or written to disk by an installer. This is the lower-risk install model.
Credentials
The skill requires Node (declared) and performs a child_process execSync('openclaw status ...') to probe session status, which implies needing the 'openclaw' binary or CLI context. However, 'openclaw' is not listed in the required binaries or manifest. No environment variables or credentials are requested.
Persistence & Privilege
The skill does not request always:true, does not declare persistent privileges, and does not modify other skills or system config. It runs as a one-off Node script when invoked.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ping-model
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ping-model 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: measure AI model response latency with smart duration formatting
元数据
Slug ping-model
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Ping Model 是什么?

Measure and display AI model response latency. Use when the user types /ping or /ping followed by a model name to test round-trip time. Captures precise timi... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 297 次。

如何安装 Ping Model?

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

Ping Model 是免费的吗?

是的,Ping Model 完全免费(开源免费),可自由下载、安装和使用。

Ping Model 支持哪些平台?

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

谁开发了 Ping Model?

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

💬 留言讨论