alicloud-fc

Manage Alibaba Cloud Function Compute 3.0 resources using the TypeScript SDK.

7|1|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/agents-infrastructure/licell --skill alicloud-fc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: alicloud-fc
Source: https://github.com/agents-infrastructure/licell/tree/main/.claude/skills/alicloud-fc
Command: npx skills add https://github.com/agents-infrastructure/licell --skill alicloud-fc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @alicloud/fc20230330, @alicloud/openapi-core, @darabonba/typescript, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the management of Alibaba Cloud Function Compute (FC) resources, enabling users to create, configure, and manage serverless functions and their associated components programmatically.

Core Features & Use Cases

  • Function Lifecycle Management: Create, update, delete, and invoke FC functions.
  • Trigger Configuration: Set up various triggers (HTTP, Timer, OSS, etc.) for event-driven execution.
  • Advanced Features: Manage versions, aliases, layers, custom domains, concurrency, scaling, and VPC bindings.
  • Use Case: Automate the deployment and configuration of a new microservice composed of multiple FC functions, including setting up HTTP triggers and custom domains for public access.

Quick Start

Use the alicloud-fc skill to create a new function named 'my-test-function' with the 'nodejs18' runtime.

Frequently Asked Questions about alicloud-fc

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

FAQPage Schema
How do I manage Alibaba Cloud Function Compute resources using TypeScript?

You can manage Alibaba Cloud Function Compute resources using TypeScript by leveraging the @alicloud/fc20230330 SDK to handle function CRUD, invocation, and configuration programmatically. This Skill covers all 67 APIs of the FC 20230330 version.

Can I configure HTTP and Timer triggers for Alibaba Cloud serverless functions programmatically?

Yes, you can configure HTTP, Timer, OSS, CDN, and MNS triggers for Alibaba Cloud serverless functions programmatically. This Skill enables event-driven execution by setting up and managing various trigger types for your Function Compute resources.

Does the alicloud-fc skill support advanced serverless configurations like VPC bindings and custom domains?

The alicloud-fc skill supports advanced serverless configurations including VPC bindings, custom domains, layers, concurrency, provisioned instances, and scaling configs. It provides comprehensive management for Function Compute 3.0 infrastructure.

What is the best way to automate the deployment of multiple Alibaba Cloud serverless functions?

The best way to automate the deployment of multiple Alibaba Cloud serverless functions is using a TypeScript SDK like @alicloud/fc20230330. This Skill allows you to script function creation, HTTP trigger setup, and custom domain configuration for public access.

How do I set up async invocation and concurrency limits for Alibaba Cloud Function Compute?

To set up async invocation and concurrency limits for Alibaba Cloud Function Compute, use the @alicloud/fc20230330 TypeScript SDK. This Skill directly manages async invocation configs, concurrency limits, and provisioned instances for your serverless functions.