← Back to Skills Marketplace
151
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install zizo
Description
Search images and boards in zizo library. Use when user asks to search for images, photos, pictures, visual assets, or boards/collections.
Usage Guidance
Before installing or enabling this skill:
- Note the metadata mismatch: the package metadata claims no required env vars, but the SKILL.md and code require ZIZO_TOKEN. Treat this as a red flag and ask the publisher to fix metadata.
- If you proceed, only provide a token with the minimal possible privileges. Verify what that token can access on https://zizo.pro (scopes, revocation).
- Confirm you trust the owner: there is no homepage and the source is "unknown." Prefer skills with a verifiable publisher and homepage.
- The bundled code is readable and only POSTs to the ZIZO_SERVER /mcp endpoint over HTTPS and formats results; it does not access other local files or external endpoints. That reduces risk, but the token is sensitive — don’t reuse high-privilege tokens.
- If you need higher assurance, request the publisher to correct the registry metadata and provide a source/homepage or reproducible build steps so you can audit the package before use.
Capability Analysis
Type: OpenClaw Skill
Name: zizo
Version: 1.0.4
The 'zizo' skill is a standard API client for searching images and boards on the Zizo platform (zizo.pro). The code in `dist/index.js` implements a JSON-RPC interface over HTTPS, correctly handling authentication via the `ZIZO_TOKEN` environment variable and enforcing secure connections. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found in `SKILL.md` or the source code.
Capability Assessment
Purpose & Capability
The skill's stated purpose (search images/boards on zizo.pro) matches the included code and instructions: the CLI calls the zizo MCP API. However the registry metadata (top-level summary) says "Required env vars: none" and "Primary credential: none" while both SKILL.md and dist/index.js require a ZIZO_TOKEN (and optionally ZIZO_SERVER). That metadata/code mismatch is incoherent and should be corrected.
Instruction Scope
SKILL.md confines runtime actions to reading environment variables and invoking the bundled Node CLI (node dist/index.js) to POST JSON-RPC requests to the zizo server. It does not instruct the agent to read unrelated files, other credentials, or exfiltrate data to third-party hosts. Instructions to obtain a token point to zizo.pro. Behavior described is limited to the stated purpose.
Install Mechanism
There is no install spec (instruction-only), and a pre-built dist/index.js is included in the package. No external downloads, shell installers, or unusual extraction steps are present. The runtime uses only Node's built-in https module. This is a low-risk install footprint.
Credentials
The code and SKILL.md require ZIZO_TOKEN (and optional ZIZO_SERVER, ZIZO_LIMIT, ZIZO_SCOPE). Requiring a single API token is proportionate to the skill's purpose. The problem is that the registry metadata incorrectly lists no required environment variables and no primary credential, creating a mismatch in what the skill claims to need vs what it actually needs at runtime.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system settings, and has no persistent installation actions described. It runs as an on-demand CLI and has normal, limited privilege.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install zizo - After installation, invoke the skill by name or use
/zizo - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.4
- Added ZIZO_TOKEN to the credentials section in SKILL.md to clarify it is required for authentication.
- No other functionality or documentation changes detected.
v1.0.3
- Added structured environment variable definitions to the SKILL.md for improved clarity.
- Credentials and environment variable sections now use explicit schema fields.
- No code or tool changes; documentation update only.
v1.0.2
- Simplified configuration: now only environment variables are supported, config file is no longer used.
- Documentation updated to remove config file setup and related instructions.
- Clear note added that configuration is read exclusively from environment variables.
v1.0.1
zizo 1.0.1
- Added detailed configuration instructions for obtaining and setting up the API token.
- Clarified usage of environment variables versus config file, including their priority.
- Expanded documentation on searching for images and boards using zizo-cli.
- Provided usage examples and outlined all supported command-line arguments.
- Included a table summarizing relevant environment variables and their defaults.
Metadata
Frequently Asked Questions
What is skill for searching images and boards in zizo library (https://zizo.pro).?
Search images and boards in zizo library. Use when user asks to search for images, photos, pictures, visual assets, or boards/collections. It is an AI Agent Skill for Claude Code / OpenClaw, with 151 downloads so far.
How do I install skill for searching images and boards in zizo library (https://zizo.pro).?
Run "/install zizo" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is skill for searching images and boards in zizo library (https://zizo.pro). free?
Yes, skill for searching images and boards in zizo library (https://zizo.pro). is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does skill for searching images and boards in zizo library (https://zizo.pro). support?
skill for searching images and boards in zizo library (https://zizo.pro). is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created skill for searching images and boards in zizo library (https://zizo.pro).?
It is built and maintained by foobar (@foobarhe); the current version is v1.0.4.
More Skills