ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

volcengine-compute-function

Build and operate Volcengine Function Compute workloads. Use when users need function deployment, event triggers, runtime configuration, or serverless troubleshooting.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/cinience/volcengine-compute-function
Or

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

Metadata

Author@cinience
Stars3562
Views0
Updated2026-03-29
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-cinience-volcengine-compute-function": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.