Agent skill · Databases

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.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 6 KB
Bundled scripts: none
Path: skills/api/alicloud-api-ref/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. When to use this skill
  2. Project Architecture
  3. SDK Usage Patterns
  4. Constructor Resolution
  5. Client Instantiation
  6. Shared FC Client
  7. Authentication
  8. Error Handling Conventions
  9. Error Classification (utils/errors.ts)
  10. Retry Pattern (utils/retry.ts)
  11. Empty Catch Blocks
  12. Pagination Pattern
  13. API Quick Reference
  14. Key APIs Used by This Project
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going