alicloud-compute-fc-serverless-devs

Installs and configures Serverless Devs for Alibaba Cloud Function Compute (FC 3.0).

396|34|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/cinience/alicloud-skills --skill alicloud-compute-fc-serverless-devs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: alicloud-compute-fc-serverless-devs
Source: https://github.com/cinience/alicloud-skills/tree/main/skills/compute/fc/alicloud-compute-fc-serverless-devs
Command: npx skills add https://github.com/cinience/alicloud-skills --skill alicloud-compute-fc-serverless-devs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the process of creating, deploying, invoking, and managing Alibaba Cloud Function Compute (FC 3.0) applications using the Serverless Devs toolkit.

Core Features & Use Cases

  • Serverless Devs Installation & Setup: Guides users through installing and configuring the Serverless Devs CLI.
  • FC Project Management: Enables initialization of new FC projects, deployment of functions, and invocation for testing.
  • Custom Domain Binding: Assists in configuring custom domains for FC functions to avoid default download behavior.
  • Use Case: A developer needs to quickly set up a new Python-based API endpoint using Alibaba Cloud Function Compute. They can use this skill to install the necessary tools, deploy a sample function, and test its endpoint.

Quick Start

Install Serverless Devs globally and then deploy a sample Python Function Compute application.

Frequently Asked Questions about alicloud-compute-fc-serverless-devs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy a Python function to Alibaba Cloud Function Compute?

You can deploy a Python function to Alibaba Cloud Function Compute using the Serverless Devs CLI to initialize an FC 3.0 project, package the code, and execute deployment commands.

What is Serverless Devs used for in Alibaba Cloud Function Compute?

Serverless Devs is an open-source serverless tool framework used to manage Alibaba Cloud Function Compute applications through CLI commands. It handles project creation, deployment, invocation, and removal of functions.

How do I bind a custom domain to an Alibaba Cloud FC HTTP trigger?

To bind a custom domain to an Alibaba Cloud FC HTTP trigger, configure the custom domain settings within your Serverless Devs project to avoid default download behaviors and expose a direct API endpoint.

Do I need to install Serverless Devs globally to manage Alibaba Cloud functions?

Yes, you need to install the Serverless Devs CLI globally to manage Alibaba Cloud functions. Once installed, you can configure it to initialize new FC projects and execute deployment commands.

Why does my Alibaba Cloud Function Compute HTTP trigger download a file instead of executing?

Your Alibaba Cloud Function Compute HTTP trigger downloads a file instead of executing when a custom domain is not bound to the function. Configure custom domain binding via Serverless Devs to resolve this behavior.