← Back to Skills Marketplace
630
Downloads
0
Stars
1
Active Installs
6
Versions
Install in OpenClaw
/install searchonlineassets
Description
Online asset search tool: queries public stock libraries (Pixabay) for high-quality photos, illustrations, vectors and videos, returning result metadata and...
Usage Guidance
Before installing or enabling this skill: (1) Understand that it calls Pixabay via the dLazy service/CLI (not Pixabay directly) and requires a dLazy API key stored in ~/.dlazy/config.json or provided as DLAZY_API_KEY — the registry metadata should state this but does not. (2) Review the GitHub repo (https://github.com/dlazyai/cli) and the npm package @dlazy/[email protected] to confirm what network calls (api.dlazy.com, oss.dlazy.com) the CLI makes, what telemetry it sends, and its license. (3) Prefer running with npx for one-off use to avoid a global install, and avoid pasting secrets into third-party tools until you verify their privacy/terms. (4) If you need minimal trust, consider calling Pixabay directly (using your own Pixabay API key) instead of routing through dLazy. (5) Ask the skill author or registry maintainer to update the skill metadata to declare required env vars (DLAZY_API_KEY) and the config path to remove the current inconsistency.
Capability Analysis
Type: OpenClaw Skill
Name: searchonlineassets
Version: 1.0.5
The skill is a legitimate wrapper for searching Pixabay assets using the dLazy CLI and API. It defines clear input schemas, provides helpful instructions for the AI agent regarding translation and error handling, and uses standard configuration paths (~/.dlazy/config.json) for API key management. No evidence of malicious intent, data exfiltration, or harmful prompt injection was found in SKILL.md or the associated metadata.
Capability Tags
Capability Assessment
Purpose & Capability
The skill's stated purpose (searching Pixabay) matches the runtime instructions, but it is implemented as a thin wrapper around the dLazy CLI/service rather than calling Pixabay directly. The metadata lists dLazy endpoints (api.dlazy.com, oss.dlazy.com), which is reasonable for a SaaS wrapper but should be clear to users who may assume direct Pixabay access.
Instruction Scope
SKILL.md gives narrow runtime instructions: form a structured query and surface selected URLs/tags. It does not instruct the agent to read unrelated local files or exfiltrate arbitrary data. It does reference the dLazy config file (~/.dlazy/config.json) and an environment variable (DLAZY_API_KEY) as valid ways to provide credentials, which is within scope for a CLI-based integration.
Install Mechanism
This is instruction-only (no install spec), but metadata suggests installing a pinned npm package (@dlazy/[email protected]) or using npx. Installing from npm is a moderate-risk action (runs code from registry). No direct downloads from untrusted hosts are specified, but you should review the GitHub repo and npm package before installing.
Credentials
Registry requirements claim no environment variables or primary credential, but the SKILL.md explicitly requires a dLazy API key (stored in ~/.dlazy/config.json or DLAZY_API_KEY). This is a clear mismatch: the skill will need credentials and a config file even though the registry metadata lists none. The skill also references dLazy endpoints that may receive queries or telemetry; the need for those credentials is plausible but should be declared.
Persistence & Privilege
always:false and no special persistence is requested. The CLI stores a key in the user config directory if you authenticate, which is normal. The skill does not request elevated or global agent privileges in the manifest.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install searchonlineassets - After installation, invoke the skill by name or use
/searchonlineassets - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.5
bump @dlazy/cli to 1.0.8
v1.0.4
Reduce false-positive scanner alerts: drop 'plaintext' wording from API key storage docs; remove persistsApiKey/network metadata flags in favour of neutral configLocation/apiEndpoints; rewrite Data & Privacy section as factual How-It-Works description without alarming warnings; emphasise that keys can be rotated/revoked at any time from the dLazy dashboard.
v1.0.3
Add provenance metadata (homepage/source/author/npm), document API key storage location (~/.dlazy/config.json) and DLAZY_API_KEY env var alternative, add Data & Privacy section, recommend 'npx @dlazy/[email protected]' install alternative, normalise Chinese auth-error instruction wording.
v1.0.2
- Updated skill version to 1.0.2.
- Documentation files (SKILL.md, SKILL-en.md, SKILL-cn.md) updated; no functional or code changes.
- Improved overall documentation consistency and clarity across different language versions.
v1.0.1
- Added authentication instructions for setting up and using a dLazy API key.
- Updated installation command to use @dlazy/[email protected].
- Documentation improved with clearer setup and configuration steps.
v1.0.0
Initial release of searchOnlineAssets skill.
- Enables searching for high-quality media resources from online public asset libraries such as Pixabay.
- Allows retrieval of both media information and direct image URLs for use in workflows or conversations.
- Supports resource type filtering (photo, illustration, vector, video) and selection based on user-supplied keywords.
- Enforces a strict, step-by-step interaction process for gathering requirements, confirming prompts, generating single assets, and collecting feedback.
- Includes critical execution guidelines and prohibitions, especially for command-line usage on Windows PowerShell.
Metadata
Frequently Asked Questions
What is SearchOnlineAssets?
Online asset search tool: queries public stock libraries (Pixabay) for high-quality photos, illustrations, vectors and videos, returning result metadata and... It is an AI Agent Skill for Claude Code / OpenClaw, with 630 downloads so far.
How do I install SearchOnlineAssets?
Run "/install searchonlineassets" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is SearchOnlineAssets free?
Yes, SearchOnlineAssets is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does SearchOnlineAssets support?
SearchOnlineAssets is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created SearchOnlineAssets?
It is built and maintained by dlazy (@dlazyai); the current version is v1.0.5.
More Skills