aliyun-api-ref
Alibaba Cloud API reference for developing aero-cli. Use this skill when adding new cloud provider features, fixing API calls, or extending FC/RDS/Redis/OSS/DNS/VPC integrations. Contains SDK usage patterns, API signatures, and error handling conventions specific to this project.
npx skills add majiayu000/claude-skill-registry --skill alicloud-api-ref --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Alibaba Cloud API Development Reference ## When to use this skill Use this skill when: - Adding or modifying Alibaba Cloud API calls in `src/providers/` - Implementing new cloud service integrations (FC, RDS, Redis, OSS, DNS, VPC) - Debugging API errors or handling new error codes - Understanding SDK constructor patterns and authentication flow - Working with pagination, retry logic, or async polling patterns ## Project Architecture ``` src/providers/ # Cloud service provider modules fc.ts # Function Compute 3.0 (deploy, invoke, versions, aliases) infra.ts # RDS Serverless (database provisioning) redis.ts # Tair/Redis Serverless KV (cache provisioning) oss.ts # Object Storage Service (static site deploy) domain.ts # DNS + FC custom domain binding ssl.ts # Let's Encrypt ACME + FC HTTPS binding vpc.ts # VPC / VSwitch / SecurityGroup management logs.ts # SLS log streaming src/utils/ sdk.ts # Shared SDK constructor resolver + FC client factory retry.ts # Exponential backoff retry wrapper config.ts # Auth (AK/SK) and project config management errors.ts # Error classification (conflict, not-found, etc.) ``` ## SDK Usage Patterns ### Constructor Resolution All Alibaba Cloud SDKs are loa
- When to use this skill
- Project Architecture
- SDK Usage Patterns
- Constructor Resolution
- Client Instantiation
- Shared FC Client
- Authentication
- Error Handling Conventions
- Error Classification (utils/errors.ts)
- Retry Pattern (utils/retry.ts)
- Empty Catch Blocks
- Pagination Pattern
- API Quick Reference
- Key APIs Used by This Project
What does the aliyun-api-ref skill do?
Alibaba Cloud API reference for developing aero-cli. Use this skill when adding new cloud provider features, fixing API calls, or extending FC/RDS/Redis/OSS/DNS/VPC integrations. Contains SDK usage patterns, API signatures, and error handling conventions specific to this project.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill alicloud-api-ref --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
