Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
volcengine avatar

Volcengine Vefaas

  • 33 installs
  • 16 repo stars
  • Updated August 3, 2026
  • volcengine/volcengine-skills

Helps with ai & agent building tasks.

About

volcengine-vefaas is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.

  • volcengine-vefaas
  • AI & Agent Building
  • AI-coding skill

Volcengine Vefaas by the numbers

  • 33 all-time installs (skills.sh)
  • +4 installs in the week ending Jul 27, 2026 (Skillselion tracking)
  • Ranked #8,884 of 16,556 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 4, 2026 (Skillselion catalog sync)
npx skills add https://github.com/volcengine/volcengine-skills --skill volcengine-vefaas

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs33
repo stars16
Last updatedAugust 3, 2026
Repositoryvolcengine/volcengine-skills

What it does

Helps with ai & agent building tasks.

Files

SKILL.mdMarkdownGitHub ↗

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 <name> --gatewayName $(vefaas run listgateways --first) --yes 5. Access: vefaas domains to view URLs

Quick Commands

PurposeCommand
Check authvefaas login --check
Login (SSO)vefaas login --sso (non-interactive: opens browser, auto-completes when authorized, recommended)
Login (AK/SK)vefaas login --accessKey <AK> --secretKey <SK>
Init from templatevefaas init --template <name>
Deploy new appvefaas deploy --newApp <name> --gatewayName $(vefaas run listgateways --first) --yes
Deploy existingvefaas deploy --app <name> --yes
List gatewaysvefaas run listgateways --first
View URLsvefaas domains
Set env varvefaas env set KEY VALUE
View configvefaas config list
Pull codevefaas pull --func <name>
Inspect projectvefaas inspect

Global Options

OptionDescription
-d, --debugEnable debug mode for troubleshooting
--yesNon-interactive mode (required for CI/AI coding)
--regionRegion override (e.g., cn-beijing)

Cookbooks

Step-by-step guides for common scenarios:

  • [Template Quickstart](references/cookbooks/template-quickstart.md) - Create and deploy from official templates
  • [Deploy Existing Code](references/cookbooks/deploy-existing-code.md) - Deploy your existing project
  • [Manage Functions](references/cookbooks/manage-functions.md) - Manage functions (pull code, upload and deploy)

References

Detailed documentation on specific topics:

  • [Authentication](references/authentication.md) - Login methods and credentials
  • [Configuration](references/configuration.md) - Config files and settings
  • [Environment Variables](references/environment-variables.md) - Managing env vars
  • [Framework Detection](references/framework-detection.md) - Supported frameworks and auto-detection
  • [MCP Deployment](references/mcp-deployment.md) - MCP protocol, run.sh, proxy, and path-selection checks
  • [Troubleshooting](references/troubleshooting.md) - Debug mode, common issues, and solutions

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

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.