ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 4/5

alicloud-compute-fc-serverless-devs

Alibaba Cloud Function Compute (FC 3.0) skill for installing and using Serverless Devs to create, deploy, invoke, and remove a Python function. Use when users need CLI-based FC quick start or Serverless Devs setup guidance.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/cinience/alicloud-compute-fc-serverless-devs
Or

What This Skill Does

The alicloud-compute-fc-serverless-devs skill provides a comprehensive toolkit for managing Alibaba Cloud Function Compute (FC 3.0) using the Serverless Devs CLI. This skill automates the workflow for serverless developers, including installing the necessary infrastructure, configuring Alibaba Cloud credentials, initializing project templates, deploying code, invoking functions, and managing custom domain bindings. It is designed to streamline the lifecycle of Python-based serverless applications, ensuring that developers can quickly transition from local development to cloud production environments without manually navigating complex configuration files.

Installation

You can install this skill directly via the ClawHub CLI using the following command: clawhub install openclaw/skills/skills/cinience/alicloud-compute-fc-serverless-devs Ensure you have Node.js version 14 or higher and npm installed on your local machine before proceeding. For restricted environments, the skill supports execution via npx to avoid global permission issues.

Use Cases

  1. Quickstart Development: New developers can initialize a standardized Python FC project with a single command, automatically generating the s.yaml structure and boilerplate code.
  2. DevOps Automation: Integrate cloud deployment into your CI/CD pipeline by leveraging the CLI-based credential injection and deployment commands.
  3. Domain Management: Solve common HTTP trigger issues, such as forced browser downloads of responses, by automating the setup of custom domains and CNAME routing records.
  4. Credential Rotation: Securely update or switch between multiple Alibaba Cloud accounts using the interactive config add utility provided by the tool.

Example Prompts

  1. "Initialize a new Python function compute project using the Serverless Devs template and help me configure my Alibaba Cloud credentials."
  2. "Deploy my current FC project to the cloud and perform an invocation test with the payload 'test' to ensure it works."
  3. "I need to bind a custom domain to my FC 3.0 function to stop the browser from forcing a download on my API responses. Walk me through the CNAME setup."

Tips & Limitations

  • Permissions: Global installation of Serverless Devs via npm typically requires sudo access. If you encounter permission errors, use the provided npx alternative.
  • Regional Compliance: Ensure your Function Compute region has proper ICP filing if targeting users in mainland China, as the platform requires compliance for public web access.
  • Domain Behavior: Default FC domain names will trigger file downloads on HTTP responses due to security headers; always use a custom domain for web-facing APIs.
  • Troubleshooting: If you receive a DomainNameNotResolved error, double-check your DNS provider's CNAME configuration against the format <account_id>.<region_id>.fc.aliyuncs.com.

Metadata

Author@cinience
Stars3562
Views1
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-alicloud-compute-fc-serverless-devs": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#alicloud#serverless#fc3#devops#cloud-computing
Safety Score: 4/5

Flags: file-write, file-read, external-api, code-execution