← 返回 Skills 市场
318
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install webperf-resources
功能描述
Intelligent network quality analysis with adaptive loading strategies. Detects connection type (2g/3g/4g), bandwidth, RTT, and save-data mode, then automatic...
安全使用建议
This skill's README promises a full network-quality analyzer, but the shipped script is a placeholder that does not return the structured JSON the agent expects. Installing as-is is unlikely to give the results described and may cause the agent to behave unpredictably when it expects metrics (it may get undefined or nothing). Before installing or running: (1) request the real implementation or a version that returns the documented JSON schema; (2) inspect or run the script in Chrome DevTools to confirm it returns the expected object (effectiveType, downlink, rtt, saveData); (3) verify the repository/source (there is no homepage listed) and prefer a published release on a known host; and (4) if you need cross-skill triggers, confirm the other skills exist and implement the referenced snippets. If the author provides an updated script that matches the schema, re-evaluate — current state is inconsistent but not evidently malicious.
功能分析
Type: OpenClaw Skill
Name: webperf-resources
Version: 0.1.0
The skill bundle is a legitimate toolset for web performance analysis, focusing on network quality and adaptive loading strategies. The SKILL.md provides detailed instructions and decision trees for optimizing websites based on connection types (2g, 3g, 4g). While the JavaScript snippet in scripts/Network-Bandwidth-Connection-Quality.js is a minimal implementation that fails to return the structured data described in references/schema.md, it contains no malicious logic, data exfiltration, or harmful prompt injection. The bundle's content is consistent with its stated purpose and references a known public repository (github.com/nucliweb/webperf-snippets).
能力评估
Purpose & Capability
The SKILL.md describes a full-featured network quality analyzer (effectiveType, RTT, downlink, save-data, decision trees, cross-skill triggers). The package contains no required env, no install, and only one 459-byte JS file that is effectively a stub. The claimed capabilities are far larger than what the shipped artifacts implement.
Instruction Scope
SKILL.md instructs agents to run Network-Bandwidth-Connection-Quality.js and expects structured JSON per the repository schema. The actual script only reads navigator.connection (if present), registers an empty 'change' listener, and returns only in the 'unsupported' path — it does not compute or return effectiveType, RTT, downlink, save-data, or any structured result. This is scope creep / mismatch between instructions and actual runtime behavior.
Install Mechanism
No install spec (instruction-only) and no downloads. Nothing will be written to disk beyond the skill's files. This is low-install risk.
Credentials
The skill requests no environment variables, no credentials, and no config paths. That is proportionate (and conservative) for a frontend DevTools snippet.
Persistence & Privilege
Skill uses default invocation settings (not always:true). It does not request persistent privileges or modify other skills. Autonomous invocation is allowed by platform default but is not combined with other concerning privileges here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install webperf-resources - 安装完成后,直接呼叫该 Skill 的名称或使用
/webperf-resources触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of webperf-resources: provides intelligent network quality detection and adaptive loading strategies.
- Detects connection type (2g/3g/4g), bandwidth, RTT, and save-data mode for adaptive optimization workflows.
- Recommends optimizations based on conditions: image compression, critical CSS inlining, and resource reduction for slow connections or save-data.
- Defines connection-aware performance budgets and adaptive loading guides for developers.
- Integrates with related skills: Loading (TTFB, resource hints), Media (responsive images), and Core Web Vitals (LCP/INP impact).
- Includes actionable decision trees and cross-skill triggers for efficient diagnostics and workflow automation.
元数据
常见问题
Webperf Resources 是什么?
Intelligent network quality analysis with adaptive loading strategies. Detects connection type (2g/3g/4g), bandwidth, RTT, and save-data mode, then automatic... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 318 次。
如何安装 Webperf Resources?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install webperf-resources」即可一键安装,无需额外配置。
Webperf Resources 是免费的吗?
是的,Webperf Resources 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Webperf Resources 支持哪些平台?
Webperf Resources 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Webperf Resources?
由 nucliweb(@nucliweb)开发并维护,当前版本 v0.1.0。
推荐 Skills