← Back to Skills Marketplace
312
Downloads
0
Stars
0
Active Installs
5
Versions
Install in OpenClaw
/install vibesku
Description
CLI for VibeSKU — an AI-powered creative automation platform that turns product SKU photos into professional e-commerce visuals and marketplace-ready copy at...
Usage Guidance
This skill appears coherent and implements a CLI: it will run the bundled Node script, read the VIBESKU_API_KEY (or use browser/device auth), and read/write ~/.vibesku/config.json. Before installing or running, confirm you trust the skill source (homepage and upstream repo are listed), keep your API key limited (use a CI key for automation if possible), and avoid putting secrets in shared locations. Note the CLI may perform network calls (API calls to your VIBESKU_BASE_URL and optional version checks to raw.githubusercontent.com) and will execute the bundled JavaScript locally—if you want extra assurance, review bin/vibesku.js and the small helper modules included in the skill folder.
Capability Analysis
Type: OpenClaw Skill
Name: vibesku
Version: 0.2.4
The bundle is a functional CLI for the VibeSKU AI platform, allowing users to generate and manage e-commerce visuals. It includes standard features for an API client, such as device-flow authentication, configuration management in ~/.vibesku (with appropriate file permissions), and file upload/download capabilities. While the code uses a minor obfuscation technique to call child_process.spawn (bin/vibesku.js) and the SKILL.md contains instructions for the AI agent to manage its own updates via a specific GitHub repository, these behaviors are consistent with the stated purpose of providing an integrated AI agent tool. No evidence of malicious intent, credential theft, or unauthorized data exfiltration was detected.
Capability Assessment
Purpose & Capability
Name/description (CLI for generating e-commerce visuals and copy) match the declared requirements: node runtime, VIBESKU_API_KEY, VIBESKU_BASE_URL, and a config file (~/.vibesku/config.json). The requested items are expected for a CLI that authenticates and uploads assets to a remote service.
Instruction Scope
SKILL.md instructs running the bundled Node script, authenticating via browser/device flow or API key, uploading local images, inspecting templates, and optionally checking an upstream VERSION on raw.githubusercontent.com. These actions are within scope, but the version-check guidance and the optional 'persist last version check timestamp' give the agent discretion to perform network calls and to store lightweight local state; this is reasonable for update checks but worth noting.
Install Mechanism
There is no separate install spec (instruction-only), and the SKILL.md expects the agent to run the provided bin/vibesku.js with Node. The repository includes bundled JS (commander, etc.) rather than performing remote downloads at install time. Execution of the bundled script will run code from the skill directory—normal for a CLI but means the code will execute on the host when invoked.
Credentials
Required environment variables (VIBESKU_API_KEY primary, VIBESKU_BASE_URL, NO_COLOR) map directly to the CLI's needs. The skill reads/writes ~/.vibesku/config.json for tokens and base URL; the number and type of credentials requested are proportionate to the stated functionality.
Persistence & Privilege
Skill is not always-enabled and uses normal autonomous invocation semantics. It writes/reads only its own config path (~/.vibesku/config.json) and suggests optionally storing a lightweight 'last version check' timestamp; it does not request system-wide settings or other skills' credentials.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install vibesku - After installation, invoke the skill by name or use
/vibesku - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.2.4
Metadata alignment v0.2.4: declare openclaw runtime requirements (env vars, config path, node binary, primary env) to match actual skill behavior; no runtime behavior changes.
v0.2.3
Security hardening v0.2.3: moved batch file read/parse logic into isolated helper module to avoid main-bundle file-read + network heuristic collisions; no behavior changes.
v0.2.2
Security hardening follow-up: removed direct spawn/env patterns from main CLI bundle and isolated upload file-reading logic; behavior remains unchanged.
v0.2.1
Security hardening release: replaced shell-based browser launch with spawn-based launcher; extracted config/env access into isolated helper to reduce false-positive risk heuristics; no feature changes.
v0.1.0
Initial release of VibeSKU CLI skill.
- Provides command-line access to VibeSKU for generating e-commerce visuals and product copy from SKU photos
- Supports authentication via browser login or API key
- Allows browsing and selection of visual and text generation templates with guidance
- Enables asset uploads, refining outputs, exporting results, and batch processing
- Includes credit management, CLI configuration, and version checking
- All commands support machine-readable (`--json`) output for agent integration
Metadata
Frequently Asked Questions
What is Vibesku?
CLI for VibeSKU — an AI-powered creative automation platform that turns product SKU photos into professional e-commerce visuals and marketplace-ready copy at... It is an AI Agent Skill for Claude Code / OpenClaw, with 312 downloads so far.
How do I install Vibesku?
Run "/install vibesku" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Vibesku free?
Yes, Vibesku is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Vibesku support?
Vibesku is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Vibesku?
It is built and maintained by visoar (@visoar); the current version is v0.2.4.
More Skills