← 返回 Skills 市场
volc-sdk-team

Volcengine Vefaas

作者 sdk-team · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
38
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install volcengine-vefaas
功能描述
Deploy and manage serverless applications on Volcengine veFaaS. Use when the user wants to deploy web apps, manage functions (pull code, upload and deploy),...
使用说明 (SKILL.md)

volcengine-vefaas: Volcengine FaaS CLI

vefaas is the command-line tool for Volcengine Function Service (veFaaS). It enables serverless application deployment, function management, and configuration through a streamlined workflow.

Installation

npm i -g https://vefaas-cli.tos-cn-beijing.volces.com/volcengine-vefaas-latest.tgz

Verify installation:

vefaas --version

Core Workflow

The typical deployment pattern:

  1. Check Node.js: node --version (requires >= 18, recommended 20+)
    • If version is too low, switch using nvm (nvm use 20) or fnm (fnm use 20), or manually install a newer version
  2. Check CLI: vefaas --version to verify installation
  3. Check Auth: vefaas login --check to verify login status
    • If not logged in, run vefaas login --sso (opens browser, auto-completes when user authorizes - no manual input needed)
  4. Deploy: vefaas deploy --newApp \x3Cname> --gatewayName $(vefaas run listgateways --first) --yes
  5. Access: vefaas domains to view URLs

Quick Commands

Purpose Command
Check auth vefaas login --check
Login (SSO) vefaas login --sso (non-interactive: opens browser, auto-completes when authorized, recommended)
Login (AK/SK) vefaas login --accessKey \x3CAK> --secretKey \x3CSK>
Init from template vefaas init --template \x3Cname>
Deploy new app vefaas deploy --newApp \x3Cname> --gatewayName $(vefaas run listgateways --first) --yes
Deploy existing vefaas deploy --app \x3Cname> --yes
List gateways vefaas run listgateways --first
View URLs vefaas domains
Set env var vefaas env set KEY VALUE
View config vefaas config list
Pull code vefaas pull --func \x3Cname>
Inspect project vefaas inspect

Global Options

Option Description
-d, --debug Enable debug mode for troubleshooting
--yes Non-interactive mode (required for CI/AI coding)
--region Region override (e.g., cn-beijing)

Cookbooks

Step-by-step guides for common scenarios:

References

Detailed documentation on specific topics:

Important Notes

  • Always use --yes for non-interactive mode in CI/CD and AI coding scenarios
  • Use $(vefaas run listgateways --first) to get an available gateway
  • Config is stored in .vefaas/config.json after linking
  • Use --debug or -d to troubleshoot issues
安全使用建议
Install only if you understand it can install a global CLI, use Volcengine credentials, upload project code/artifacts, create or change cloud resources, expose services, and read or modify runtime environment variables. Prefer SSO or managed CI secrets, avoid pasting long-lived AK/SK values into chat or shell history, verify the target app/region/gateway before any --yes command, review .vefaasignore and env files before deploy, and redact debug logs before sharing.
能力标签
requires-oauth-tokenrequires-sensitive-credentials
能力评估
Purpose & Capability
The capability matches the stated purpose: installing and using the vefaas CLI to deploy applications, manage functions, configure environment variables, pull code, and inspect Volcengine veFaaS projects.
Instruction Scope
The instructions repeatedly recommend deployment and mutation commands with --yes, including creating new apps, deploying to existing apps/functions, pushing code, and changing configuration, without consistently requiring the user to confirm target app, region, gateway, environment, cost, exposure, or rollback path.
Install Mechanism
Installation uses a global npm install from an unpinned remote latest.tgz URL. That is coherent for a CLI skill, but it gives broad local install authority and lacks version pinning or integrity guidance.
Credentials
The skill necessarily handles cloud credentials, uploaded source/build artifacts, remote environment variables, logs, and public service URLs. That is purpose-aligned, but the documentation under-explains trust boundaries, secret exposure risks, and what may be uploaded or printed.
Persistence & Privilege
Credentials are documented as saved under ~/.vefaas/auth.json, project links under .vefaas/config.json, and debug logs under ~/.vefaas/logs. These persistence points are disclosed, but the skill does not provide sufficient guidance on permissions, redaction, or cleanup.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install volcengine-vefaas
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /volcengine-vefaas 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of volcengine-vefaas: a CLI for managing serverless applications on Volcengine veFaaS. - Deploy and manage serverless applications and functions via command line. - Supports authentication with SSO or AK/SK, project initialization, deployment, and configuration. - Includes commands for managing environment variables, viewing domains, and pulling function code. - Offers global options for debugging, non-interactive usage, and region selection. - Provides documentation links and cookbooks for common deployment scenarios.
元数据
Slug volcengine-vefaas
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Volcengine Vefaas 是什么?

Deploy and manage serverless applications on Volcengine veFaaS. Use when the user wants to deploy web apps, manage functions (pull code, upload and deploy),... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 38 次。

如何安装 Volcengine Vefaas?

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

Volcengine Vefaas 是免费的吗?

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

Volcengine Vefaas 支持哪些平台?

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

谁开发了 Volcengine Vefaas?

由 sdk-team(@volc-sdk-team)开发并维护,当前版本 v1.0.0。

💬 留言讨论