
warm-wm skills on Claude Market
3 skills published by warm-wm. Each listing includes a one-command install for Claude Code, OpenClaw, Codex, and Hermes, plus a link to the upstream source.
volcengine-video-generate
Generates videos from text prompts using the Volcengine (ByteDance) video generation API. Accepts an optional first frame image via URL or local path to control the video's starting visual. Downloads the output file directly to a specified path.
volcengine-image-generate
Generates images from text prompts by calling Volcengine's image generation API via a Python script. The script outputs a URL to the generated image. Credentials can be supplied as an API key or as Volcengine access/secret key pairs, with automatic fallback between the two.
volcengine-web-search
Runs a Python script that queries the Volcengine web search API and returns up to 5 result summaries. Authentication uses VOLCENGINE_ACCESS_KEY and VOLCENGINE_SECRET_KEY environment variables, with automatic fallback to VeFaaS IAM temporary credentials. Results are presented strictly from what the API returns, without added interpretation.