alicloud-compute-fc-agentrun
Manage Function Compute AgentRun resources via OpenAPI (runtime, sandbox, model, memory, credentials). Use for creating runtimes/endpoints, querying status, and troubleshooting AgentRun workflows.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/cinience/alicloud-compute-fc-agentrunWhat This Skill Does
The alicloud-compute-fc-agentrun skill provides a robust interface for managing Alibaba Cloud Function Compute (FC) AgentRun resources. It acts as an abstraction layer over the raw OpenAPI (ROA) endpoints, allowing developers to programmatically define, deploy, and monitor serverless runtime environments. This skill simplifies complex tasks such as creating runtime versions, configuring sandbox environments, managing model service attachments, and defining memory allocations. By leveraging predefined scripts for standard operational workflows—including provisioning, endpoint management, and resource cleanup—the skill ensures consistency in cloud architecture deployments.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/cinience/alicloud-compute-fc-agentrun
Ensure your development environment has Python 3 installed, as the skill relies on internal scripts for validation and automated workflows. Verify installation success by running the provided validation routine, which compiles the scripts and generates an audit log in the output directory.
Use Cases
- Automated Infrastructure Provisioning: Automatically spin up AgentRun environments for staging or production CI/CD pipelines.
- Sandbox Management: Quickly isolate and deploy test environments for model inference or logic processing using specific memory configurations.
- Resource Lifecycle Automation: Efficiently manage the cleanup of temporary runtime endpoints to minimize cloud billing costs.
- Debugging and Troubleshooting: Query existing resource statuses and configuration metadata to diagnose deployment failures in production.
Example Prompts
- "Initialize a new AgentRun runtime named 'production-model-v1' in the 'cn-hangzhou' region with 2GB of memory and output the status report."
- "List all current runtime endpoints in the 'cn-shanghai' region and export their configuration metadata to the output directory."
- "Clean up the runtime resources and associated endpoints for the deprecated 'test-service-001' to free up capacity."
Tips & Limitations
- Regional Awareness: Always ensure the
AGENTRUN_ENDPOINTmatches your target region. Incorrect endpoints will result in authentication failure. - Security: Utilize RAM users with the principle of least privilege. Never hardcode credentials in source scripts; use environment variables as directed.
- Output Management: Always monitor the
output/compute-fc-agentrun/directory. The skill relies on consistent file paths for evidence storage and auditing purposes. - Performance: For large-scale deployments, batch operations using the provided API groups rather than individual requests to avoid rate limiting.
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-agentrun": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, 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.