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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/cinience/alicloud-compute-fc-serverless-devsWhat 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
- Quickstart Development: New developers can initialize a standardized Python FC project with a single command, automatically generating the
s.yamlstructure and boilerplate code. - DevOps Automation: Integrate cloud deployment into your CI/CD pipeline by leveraging the CLI-based credential injection and deployment commands.
- 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.
- Credential Rotation: Securely update or switch between multiple Alibaba Cloud accounts using the interactive
config addutility provided by the tool.
Example Prompts
- "Initialize a new Python function compute project using the Serverless Devs template and help me configure my Alibaba Cloud credentials."
- "Deploy my current FC project to the cloud and perform an invocation test with the payload 'test' to ensure it works."
- "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
npmtypically requiressudoaccess. If you encounter permission errors, use the providednpxalternative. - 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
DomainNameNotResolvederror, double-check your DNS provider's CNAME configuration against the format<account_id>.<region_id>.fc.aliyuncs.com.
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-cinience-alicloud-compute-fc-serverless-devs": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read, external-api, code-execution
Related Skills
volcengine-compute-ecs
Manage Volcengine ECS instances and related resources. Use when users need instance inventory, lifecycle operations, troubleshooting, or automation templates for ECS.
alicloud-ai-search-opensearch
Use OpenSearch vector search edition via the Python SDK (ha3engine) to push documents and run HA/SQL searches. Ideal for RAG and vector retrieval pipelines in Claude Code/Codex.
alicloud-storage-oss-ossutil
Alibaba Cloud OSS CLI (ossutil 2.0) skill. Install, configure, and operate OSS from the command line based on the official ossutil overview.
alicloud-platform-openapi-product-api-discovery
Discover and reconcile Alibaba Cloud product catalogs from Ticket System, Support & Service, and BSS OpenAPI; fetch OpenAPI product/version/API metadata; and summarize API coverage to plan new skills. Use when you need a complete product list, product-to-API mapping, or coverage/gap reports for skill generation.
alicloud-ai-image-qwen-image
Generate images with Model Studio DashScope SDK using Qwen Image generation models (qwen-image, qwen-image-plus, qwen-image-max and snapshots). Use when implementing or documenting image.generate requests/responses, mapping prompt/negative_prompt/size/seed/reference_image, or integrating image generation into the video-agent pipeline.