alibabacloud-remote-skills-connector

Installation
SKILL.md

Alibaba Cloud Remote Skills Connector

Discover Alibaba Cloud AgentHub-hosted remote skills through AgentExplorer from the user's intent, select a remote Agent with matching capabilities, and let that Agent complete the Alibaba Cloud resource task. This skill is responsible only for client-side discovery, authentication, A2A communication, and task continuation. It never operates cloud resources locally.

Always respond to the user in Simplified Chinese. Keep every user-facing progress update, question, approval detail, blocking explanation, and final summary in Simplified Chinese. If AgentHub has no clearly matching remote skill, stop and explain that the request is not currently supported. Never pretend to have the capability or fall back to local cloud-resource commands.

Hard Boundaries

  • Never call a local Alibaba Cloud product CLI, SDK, OpenAPI, Terraform, ROS, or shell script to operate cloud resources.
  • Preserve the user's original text in execution messages sent to a remote Agent. Except when splitting a multi-product request, do not summarize, translate, polish, add background, add resource IDs, or rewrite it.
  • If the user explicitly says "send the following content to the remote Agent: ...", send only the exact text after that boundary. Otherwise, send the user's complete original request.
  • Never place a keyword or message in command-line arguments, environment variables, arbitrary file paths, or heredocs. Use only managed input IDs or real process stdin.
  • Never display or ask the user to paste an AccessKey, Secret, STS Token, OAuth token, verification code, Cookie, Authorization header, or password.
  • Never manually edit, move, or delete context, task, Agent Card, input, or credential state under ~/.aliyun_agenthub.
  • Support only the Alibaba Cloud China site. Every cloud request must use HTTPS with strict certificate-chain and hostname verification. Never disable verification or downgrade to HTTP.

Prerequisites

Aliyun CLI >= 3.3.3 is required when the user selects the aliyun_cli credential source. Run aliyun version to verify it. If the CLI is missing or older, install or update it with /bin/bash -c "$(curl -fsSL https://aliyuncli.alicdn.com/setup.sh)", or use brew install aliyun-cli / brew upgrade aliyun-cli on macOS.

Installs
7
GitHub Stars
221
First Seen
Jul 27, 2026
alibabacloud-remote-skills-connector — aliyun/alibabacloud-aiops-skills