← Back to Skills Marketplace
xxxxxxxxxxxxxxxxxxx20gex

Video Intent Studio

by lyq · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
215
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install video-intent-studio
Description
Guide staged text-to-video generation from a rough user idea to ranked video type options, parameter tuning, prompt preview, and final Volcengine Ark video g...
Usage Guidance
This skill appears to do what it claims: build staged prompts and submit them to Volcengine Ark. Before installing or using it, consider: (1) runtime requires an Ark API key (ARK_API_KEY or VOLCENGINE_ARK_API_KEY) — set a scoped key with least privilege; (2) the generator will attempt to read credential values from your Windows registry as a fallback (HKCU/HKLM) — if you are on Windows, be aware of that automatic lookup; (3) the script will make network requests to the default Ark endpoint (https://ark.cn-beijing.volces.com/...) and will download the resulting MP4 to disk (by default your Desktop) — if you prefer, supply --output or change the tasks URL to a test endpoint; (4) there is no installer, so review the two scripts if you have any doubt and run them in a sandbox or controlled environment first; (5) you can test without performing a real submission by using the generator's --dry-run mode to inspect payloads. Overall the package is coherent and consistent with its purpose but treat API keys and generated files with normal caution.
Capability Analysis
Type: OpenClaw Skill Name: video-intent-studio Version: 1.0.0 The video-intent-studio skill provides a legitimate workflow for generating AI videos using the Volcengine Ark API. The bundled scripts, video_agent_backend.py and generate_ark_video.py, handle prompt engineering and API communication (including task polling and file downloading) using standard Python libraries. While generate_ark_video.py includes a function to read API keys from the Windows Registry, it is restricted to specific, relevant key names and serves as a convenience for environment configuration. No evidence of data exfiltration, malicious prompt injection, or unauthorized execution was found.
Capability Assessment
Purpose & Capability
The name/description (text-to-video staging + Ark generation) aligns with the included helper scripts and reference files. The scripts implement suggestion, prompt building, and an HTTP + polling generator against a Volcengine Ark tasks endpoint, which is consistent with the skill purpose.
Instruction Scope
SKILL.md instructs the agent to run the bundled CLI scripts and to show prompt previews and confirmations. The runtime behavior matches that: the generator makes network calls to a Volcengine Ark API, polls task status, and downloads the resulting video. Two minor scope notes: (1) the generator will create output files (defaulting to the user's Desktop) and create directories if needed, and (2) the generator script contains a helper to read API keys from the Windows registry (HKCU/HKLM) which is not called out in SKILL.md. Both are legitimate for this use case but are implementation specifics the user should expect.
Install Mechanism
This is an instruction + script skill with no install spec; nothing is downloaded or written to disk by an installer. Risk from installation is low because there is no external installer or archive retrieval described in the package metadata.
Credentials
The package legitimately needs an Ark API key to generate videos; SKILL.md documents ARK_API_KEY and VOLCENGINE_ARK_API_KEY and optional overrides. The registry metadata lists no required env vars (fine because keys are optional until generation). Two small concerns: the generator also looks for a registry value named 'ARK API KEY' (with spaces) in addition to the documented names, and the code will try environment or registry reads automatically. These are functional conveniences but should be noted because the script will access system environment/registry entries to find credentials.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system-wide agent configuration. It will write output files (downloaded video) to disk as part of normal operation, which is expected for a generator.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install video-intent-studio
  3. After installation, invoke the skill by name or use /video-intent-studio
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Video Intent Studio initial release: - Guides staged text-to-video generation from user idea to final Volcengine Ark video using bundled scripts. - Structured workflow: capture idea → suggest/rank video types → parameter tuning → prompt preview/confirmation → generation. - Supports adjustable parameters (duration, ratio, style, motion, etc.) and keeps prompt preview updated with changes. - Presents 3–5 ranked video type options with stable ordering and contextual reasons. - Includes clear state tracking and allows revisions or exit at every step. - Integrates absolute path script execution and environment-based credential handling. - Supports multi-language interaction, defaulting to Chinese if input is in Chinese.
Metadata
Slug video-intent-studio
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Video Intent Studio?

Guide staged text-to-video generation from a rough user idea to ranked video type options, parameter tuning, prompt preview, and final Volcengine Ark video g... It is an AI Agent Skill for Claude Code / OpenClaw, with 215 downloads so far.

How do I install Video Intent Studio?

Run "/install video-intent-studio" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Video Intent Studio free?

Yes, Video Intent Studio is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Video Intent Studio support?

Video Intent Studio is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Video Intent Studio?

It is built and maintained by lyq (@xxxxxxxxxxxxxxxxxxx20gex); the current version is v1.0.0.

💬 Comments