Build and operate Volcengine Function Compute workloads. Use when users need function deployment, event triggers, runtime configuration, or serverless troubleshooting.
Scanned 9/5/2026
Install to Claude Code
npx -y skills add dvcrn/openclaw-skills-marketplace --skill volcengine-compute-function --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Volcengine Compute Function?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/dvcrn-volcengine-compute-function)More formats (shields.io, HTML) on the badges page.
---
name: volcengine-compute-function
description: "Build and operate Volcengine Function Compute workloads. Use when users need function deployment, event triggers, runtime configuration, or serverless troubleshooting."
---
# volcengine-compute-function
Deploy and troubleshoot serverless functions with predictable packaging and runtime checks.
## Execution Checklist
1. Confirm runtime, trigger type, and region.
2. Build package and validate environment variables.
3. Deploy function and verify latest revision.
4. Invoke test event and return logs/latency summary.
## Reliability Rules
- Keep deployment artifacts versioned.
- Separate config from code.
- Include rollback target in outputs.
## References
- `references/sources.md`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Build reusable Terraform modules for AWS, Azure, and GCP infrastructure following infrastructure-as-code best practices. Use when creating infrastructure modules, standardizing cloud provisioning, or implementing reusable IaC components.