← Back to Skills Marketplace
177
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install volcano-engine
Description
Configure and use Volcano Engine models like Doubao, GLM, Kimi, and DeepSeek via OpenClaw for general, coding, and troubleshooting tasks.
Usage Guidance
This package looks like a real Volcengine integration, but there are several mismatches you should consider before installing or running any scripts:
- Treat API keys as sensitive: the skill requires a Volcengine API key (documents reference VOLCANO_ENGINE_API_KEY and openclaw.json apiKey). The registry metadata erroneously lists no required env vars—assume an API key is required and do not paste keys into public places. Prefer setting keys in your system secret store or environment variables, not in repo files.
- Inconsistency in key format: SKILL.md and references disagree on whether the key includes an 'sk-' prefix. Verify the expected format with the official Volcengine console before using your production key.
- Do not run scripts blindly: the repository includes extraction and scraping scripts (Python and PowerShell, and guidance to use Playwright). These perform network access and automation; review their source code carefully for unexpected network endpoints or data exfiltration before running. If you do need to run them, do so in a sandboxed environment and with a non-privileged/test API key.
- Tooling mismatch: README and scripts assume Node and PowerShell (and possibly Playwright) but package.json has no dependencies declared and the registry metadata lists no required binaries. Ensure you have the expected runtime and inspect package.json/scripts for required packages before executing npm install or pwsh scripts.
- Verify origin and trust: Homepage is missing and source is 'unknown' while owner ID is an opaque string. Prefer installing skills from trusted publishers or confirm the repository origin (GitHub link in package.json points to a large repo; check the exact repo/directory and commit history).
If you want to proceed: 1) Inspect scripts (scripts/*.ps1, references/*.py) for network endpoints and secrets handling; 2) Use a disposable/test API key; 3) Run commands in an isolated VM/container; 4) Prefer to manually configure openclaw.json using environment variables rather than running automated scripts that modify config. If anything in the scripts looks surprising, ask the publisher to justify the behavior or provide a trimmed distribution that only includes the runtime SKILL.md and minimal helper scripts.
Capability Analysis
Type: OpenClaw Skill
Name: volcano-engine
Version: 1.1.2
The bundle is a comprehensive and well-documented integration for Volcano Engine (Volcengine) models. It includes detailed configuration guides, model references, and several Python utility scripts (such as extract-high-priority.py and extract_pages.py) designed to extract text from official API reference PDFs to ensure documentation accuracy. While some scripts contain hardcoded absolute Windows file paths (e.g., referencing 'C:\Users\Andapeng\...'), these represent non-portable coding practices rather than malicious intent. There are no signs of data exfiltration, unauthorized network activity, or prompt injection targeting the OpenClaw agent.
Capability Tags
Capability Assessment
Purpose & Capability
Name/description and the SKILL.md align with a Volcengine integration (model list, configuration, troubleshooting). The repository contains extensive documentation and helper scripts consistent with that purpose. However the registry metadata omits obvious dependencies (API key, Node/PowerShell tooling) so the declared requirements do not match what the package actually expects.
Instruction Scope
SKILL.md itself stays within scope (how to obtain an API key, configure openclaw.json, set aliases, troubleshoot connections). But the bundle also includes extraction/scraping analysis and scripts (references/documentation-analysis.md, extract_*.py, extract-*.py/pwsh scripts and Playwright examples) that discuss headless browsing, scraping and API-endpoint discovery. Those additional artifacts expand the operational surface (network I/O, crawling, automated page rendering) beyond the minimal runtime instructions and should be reviewed before running.
Install Mechanism
There is no install spec (instruction-only) which is low risk in itself, but package.json and README instruct use of Node/npm and PowerShell scripts (pwsh ./scripts/run-tests.ps1, Playwright examples). package.json has no dependencies listed even though README and docs reference installing Playwright and npm packages. The manifest does not declare required binaries (Node, pwsh) despite scripts that rely on them. This mismatch is a red flag: the package expects you to install/run code but doesn't declare those runtime/install requirements explicitly.
Credentials
Registry metadata lists no required environment variables or primary credential, yet SKILL.md and other docs clearly require an API key and provide environment-variable examples (VOLCANO_ENGINE_API_KEY / apiKey in openclaw.json). There is also an inconsistency in API key formatting: SKILL.md states '无需添加 sk- 前缀' (do not add sk-), while references/configuration.md shows keys starting with 'sk-'. Required secret access is expected for this skill, but it is not declared in the registry metadata and the docs conflict on format—this is an incoherence that could lead to misconfiguration or accidental key exposure.
Persistence & Privilege
The skill does not request 'always:true' or modify other skills' configs. It includes helper scripts that can write or update OpenClaw config files (generate-config.ps1, scripts/generate-config.ps1) which is normal for provider integration. The package does not claim elevated or persistent platform privileges beyond normal skill behavior.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install volcano-engine - After installation, invoke the skill by name or use
/volcano-engine - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.2
Removed recon/ directory (Playwright scraper flagged as dynamic code execution)
v1.1.1
Renamed to include Volcengine for search discoverability
v1.1.0
Updated model list via live API: Seed 2.0 series, removed deprecated Kimi models, added VLM/Video sections, full multimodal docs
v1.0.0
Initial release of the volcengine skill for OpenClaw integration.
- Enables configuration and use of Volcano Engine (Volcengine) models, including Doubao, GLM, Kimi, and DeepSeek via OpenClaw.
- Provides setup instructions for API key acquisition and integration with both interactive and manual configuration options.
- Supports both general (text, image) and coding-optimized models with separate providers and endpoints.
- Offers custom model aliases, usage examples, and advanced configuration (e.g., regional endpoints, environment variables).
- Includes troubleshooting guidance, cost management tips, and best practices for authentication, error handling, and model selection.
Metadata
Frequently Asked Questions
What is Volcengine (Volcano Engine)?
Configure and use Volcano Engine models like Doubao, GLM, Kimi, and DeepSeek via OpenClaw for general, coding, and troubleshooting tasks. It is an AI Agent Skill for Claude Code / OpenClaw, with 177 downloads so far.
How do I install Volcengine (Volcano Engine)?
Run "/install volcano-engine" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Volcengine (Volcano Engine) free?
Yes, Volcengine (Volcano Engine) is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Volcengine (Volcano Engine) support?
Volcengine (Volcano Engine) is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Volcengine (Volcano Engine)?
It is built and maintained by Andapeng (@andapeng); the current version is v1.1.2.
More Skills