archived/aliyun-cli/SKILL.md
Use when managing Alibaba Cloud resources via the aliyun CLI — ECS instances, OSS buckets/objects, or SMS messaging (dysmsapi).
npx skillsauth add cruldra/skills aliyun-cliInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
通过 aliyun 命令行工具管理阿里云 ECS、OSS、短信服务(dysmsapi)。
aliyun <产品> <操作> [--参数名 参数值 ...]
通用选项:
| 选项 | 说明 |
|------|------|
| --profile <名称> | 指定配置集 |
| --region <地域> | 覆盖默认地域(如 cn-hangzhou) |
| --cli-dry-run | 模拟运行,不实际调用 API |
| --cli-query <jmespath> | JMESPath 过滤输出字段 |
| --output json/text/table | 输出格式 |
查看任意命令的参数:
aliyun <产品> <操作> --help
testing
智能体 UAT 验收测试技能。用于验证智能体在真实场景下的表现是否满足预期。支持任意智能体框架(langchain、langgraph、deepagents、crewai 等)。触发词:测试智能体、验收测试、agent test、UAT
tools
Use when you need to create a Gitea issue, update its spec/plan markers, read or merge an issue's state JSON, or post a PR review comment in a repo that uses the spx CLI (superpowers-vscode workflow).
development
Use when implementing, modifying, refactoring, or reviewing code and the agent must follow explicit coding standards for simplicity, readability, maintainability, testability, project conventions, and minimal safe changes.
development
Use when integrating the deepagents SDK into a Python project — creating agents, configuring backends, adding subagents, middleware, memory, or skills. Also use when debugging deepagents agents or choosing between StateBackend, FilesystemBackend, and LocalShellBackend.