Aliyun Exec

🌐Community
by go-restream · vlatest · Repository

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.

1

Run in terminal (recommended)

terminal
claude mcp add aliyun-exec npx -- -y @trustedskills/aliyun-exec
2

Or manually add to ~/.claude/settings.json

~/.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 aux or df -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 nginx on instance i-xxxxxxxxxxxxx."
  • "Execute df -h on 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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
go-restream
Installs
3

🌐 Community

Passed automated security scans.