Alicloud Compute Fc Agentrun
This agent runs Alicloud Compute FC tasks, automating deployments and scaling for efficient cloud resource management.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add alicloud-compute-fc-agentrun npx -- -y @trustedskills/alicloud-compute-fc-agentrun
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"alicloud-compute-fc-agentrun": {
"command": "npx",
"args": [
"-y",
"@trustedskills/alicloud-compute-fc-agentrun"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to manage Alicloud Compute Function Compute (FC) resources using the AgentRun OpenAPI interface. It allows for automated deployments, scaling, and management of runtimes, sandboxes, model services, memory configurations, and credentials within your Alicloud environment. The agent can create, configure, query, and clean up FC resources programmatically.
When to use it
- Automating the deployment of Function Compute applications.
- Managing runtime environments for serverless functions.
- Configuring and scaling model services deployed on Function Compute.
- Troubleshooting existing Function Compute configurations by querying resource details.
- Creating sandboxes or templates for consistent function deployments.
Key capabilities
- Management of Function Compute runtimes, including creation and endpoint configuration.
- Creation and management of Function Compute sandboxes/templates.
- Configuration of credentials and model services within the Alicloud environment.
- Querying existing resources to aid in troubleshooting.
- Cleanup of created resources (runtimes and endpoints).
Example prompts
- "Create a new Function Compute runtime named 'my-runtime' in region cn-beijing."
- "Configure credentials for the Function Compute environment using Access Key ID and Secret Key."
- "Query the details of the Function Compute runtime with ID 'runtime-id'."
Tips & gotchas
- Prerequisites: You will need an Alicloud RAM user with appropriate access keys (least privilege is recommended). Ensure you select the correct regional endpoint.
- SignatureV1 Requirement: The AgentRun OpenAPI requires SignatureV1 for authentication. Use the official SDK or OpenAPI Explorer to simplify this process.
- Environment Variables: The skill relies on environment variables like
AGENTRUN_ENDPOINT,ALICLOUD_ACCESS_KEY_ID, andALICLOUD_ACCESS_KEY_SECRETfor configuration.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.