← Back to Skills Marketplace
318
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install webperf-resources
Description
Intelligent network quality analysis with adaptive loading strategies. Detects connection type (2g/3g/4g), bandwidth, RTT, and save-data mode, then automatic...
Usage Guidance
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.
Capability Analysis
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).
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install webperf-resources - After installation, invoke the skill by name or use
/webperf-resources - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Webperf Resources?
Intelligent network quality analysis with adaptive loading strategies. Detects connection type (2g/3g/4g), bandwidth, RTT, and save-data mode, then automatic... It is an AI Agent Skill for Claude Code / OpenClaw, with 318 downloads so far.
How do I install Webperf Resources?
Run "/install webperf-resources" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Webperf Resources free?
Yes, Webperf Resources is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Webperf Resources support?
Webperf Resources is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Webperf Resources?
It is built and maintained by nucliweb (@nucliweb); the current version is v0.1.0.
More Skills