← 返回 Skills 市场
visoar

Vibesku

作者 visoar · GitHub ↗ · v0.2.4 · MIT-0
cross-platform ✓ 安全检测通过
312
总下载
0
收藏
0
当前安装
5
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install vibesku
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /vibesku 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
Slug vibesku
版本 0.2.4
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 5
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 312 次。

如何安装 Vibesku?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install vibesku」即可一键安装,无需额外配置。

Vibesku 是免费的吗?

是的,Vibesku 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Vibesku 支持哪些平台?

Vibesku 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Vibesku?

由 visoar(@visoar)开发并维护,当前版本 v0.2.4。

💬 留言讨论