← Back to Skills Marketplace
358
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install wavespeed-image-upscaler
Description
Upscale images to 2K, 4K, or 8K resolution using WaveSpeed AI's Image Upscaler. Takes an image URL and produces a higher-resolution version. Supports JPEG, P...
Usage Guidance
This skill appears to do what it says (upscale images via WaveSpeed) but has metadata/instruction mismatches you should resolve before installing. Ask the publisher for: (1) explicit declaration of required env vars (WAVESPEED_API_KEY) in the skill metadata, (2) a source or homepage and the official package/dependency name and install instructions for the 'wavespeed' client, and (3) clarification about how the agent will access local files and whether images are sent to an external service (privacy/sensitivity implications). Until those are clarified, avoid providing real or sensitive images or hardcoding your API key; test with dummy images and use a dedicated service key with limited scope and billing controls.
Capability Analysis
Type: OpenClaw Skill
Name: wavespeed-image-upscaler
Version: 1.0.0
The skill bundle appears benign. The `SKILL.md` provides standard documentation and code examples for an image upscaling service. It explicitly includes 'Security Constraints' warning against arbitrary URL loading and lack of input validation, which are good security practices rather than indicators of malicious intent. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts against the AI agent. The functionality aligns with its stated purpose.
Capability Assessment
Purpose & Capability
The SKILL.md describes a WaveSpeed image upscaler and requires a WAVESPEED_API_KEY and the 'wavespeed' JS client, but the registry metadata lists no required environment variables or dependencies and there is no source/homepage—this mismatch between declared metadata and required runtime artifacts is concerning.
Instruction Scope
Runtime instructions show code examples that upload local files (wavespeed.upload('/path/to/photo.png')) and call wavespeed.run, implying access to local filesystem and network to send images to an external service. The doc advises validating URLs, but does not constrain when or how the agent may read local files or obtain user consent, which is a privacy/permission surface to clarify.
Install Mechanism
There is no install spec and no code files—this is instruction-only, which minimizes install-time risk. However, the SKILL.md references an external 'wavespeed' client library without providing installation instructions or declaring it as a dependency.
Credentials
The instructions require a WAVESPEED_API_KEY (sensitive credential) but the skill metadata lists no required environment variables or primary credential. Requiring an API key is reasonable for this service, but it should be declared explicitly in metadata and justified; the omission is an inconsistency that could lead to accidental credential exposure or confusion.
Persistence & Privilege
The skill does not request persistent/always-on presence, does not modify other skills' configs, and has no special OS restrictions—no elevated persistence privileges are requested.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install wavespeed-image-upscaler - After installation, invoke the skill by name or use
/wavespeed-image-upscaler - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of WaveSpeedAI Image Upscaler.
- Upscale images to 2K, 4K, or 8K resolution using WaveSpeed AI.
- Supports JPEG, PNG, and WebP output formats.
- Accepts an image URL or local upload, returns a higher-resolution image URL.
- Offers usage examples, sync mode, custom client with retry, and error handling patterns.
- Pricing is $0.01 per image, with security and input validation guidance included.
Metadata
Frequently Asked Questions
What is WaveSpeedAI Image Upscaler?
Upscale images to 2K, 4K, or 8K resolution using WaveSpeed AI's Image Upscaler. Takes an image URL and produces a higher-resolution version. Supports JPEG, P... It is an AI Agent Skill for Claude Code / OpenClaw, with 358 downloads so far.
How do I install WaveSpeedAI Image Upscaler?
Run "/install wavespeed-image-upscaler" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is WaveSpeedAI Image Upscaler free?
Yes, WaveSpeedAI Image Upscaler is completely free (open-source). You can download, install and use it at no cost.
Which platforms does WaveSpeedAI Image Upscaler support?
WaveSpeedAI Image Upscaler is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created WaveSpeedAI Image Upscaler?
It is built and maintained by C (@chengzeyi); the current version is v1.0.0.
More Skills