Aliyun Exec
Aliyun Exec allows you to execute commands and manage Aliyun resources programmatically for automation and streamlined cloud operations.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add aliyun-exec npx -- -y @trustedskills/aliyun-exec
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"aliyun-exec": {
"command": "npx",
"args": [
"-y",
"@trustedskills/aliyun-exec"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The aliyun-exec skill allows AI agents to execute commands on Aliyun ECS instances. It provides a secure and convenient way to interact with cloud infrastructure directly from within an agent workflow, enabling tasks like restarting services or checking system status. This capability streamlines operations and automates complex processes involving remote servers.
When to use it
- Troubleshooting: Remotely diagnose issues on an ECS instance by running commands like
ps auxordf -h. - Service Management: Restart a failing service on an ECS instance using a command such as
sudo systemctl restart my-service. - System Monitoring: Check the status of resources (CPU, memory) on a remote server to ensure optimal performance.
- Automated Deployments: Execute deployment scripts or update configurations on ECS instances as part of an automated workflow.
Key capabilities
- ECS Instance Execution: Executes commands on specified Aliyun ECS instances.
- Secure Remote Access: Provides secure access and control over remote infrastructure.
- Command Automation: Automates tasks involving remote server management.
Example prompts
- "Run
sudo systemctl status nginxon instance i-xxxxxxxxxxxxx." - "Execute
df -hon my webserver ECS instance." - “Restart the database service on instance i-abcdefg123456789.”
Tips & gotchas
- Requires proper Aliyun credentials and permissions to access and execute commands on ECS instances. Ensure your AI agent has these configured correctly before use.
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.