Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add aliyun/alibabacloud-agent-toolkit --skill alibabacloud-sdk-usagegit clone --depth 1 https://github.com/aliyun/alibabacloud-agent-toolkitWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/aliyun/alibabacloud-agent-toolkit/alibabacloud-sdk-usage)<a href="https://agentmods.dev/skills/aliyun/alibabacloud-agent-toolkit/alibabacloud-sdk-usage"><img src="https://agentmods.dev/badge/skills/aliyun/alibabacloud-agent-toolkit/alibabacloud-sdk-usage/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/aliyun/alibabacloud-agent-toolkit/alibabacloud-sdk-usage"><img src="https://agentmods.dev/badge/skills/aliyun/alibabacloud-agent-toolkit/alibabacloud-sdk-usage.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00051 | $0.01401 |
| Opus 5 | $0.00026 | $0.00700 |
| Sonnet 5 | $0.00010 | $0.00280 |
| Haiku 4.5 | $0.00005 | $0.00140 |
Grade A, and why
alibabacloud-sdk-usage scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 117 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Alibaba Cloud SDK Usage
Use the local alibabacloud-core MCP server tools before writing Alibaba
Cloud interaction code. Do not start another MCP server or call aliyun
directly from the shell.
Use the MCP Core tools (AlibabaCloud___SearchApis, AlibabaCloud___ListApis,
AlibabaCloud___GetApiDefinition, AlibabaCloud___GenerateCLICommand,
AlibabaCloud___CallCLI) to resolve metadata. Do not guess product codes, SDK
packages, request models, endpoints, or parameter casing.
Scope Check Before You Start
This skill generates SDK code that calls a small number of APIs. If the
user's request is instead an operational pattern that likely has a
packaged solution — batch operations, audits, rotations, scheduled cleanup,
multi-step runbooks — invoke alibabacloud-find-skills first to search the
official catalog. Falling back to SDK synthesis is appropriate only after
find-skills returns no match. Full trigger conditions are in
mcp-core-best-practices → Skill Discovery.
Workflow
-
Inspect the local project first.
- Detect the target language from project files (
pyproject.toml,requirements*.txt,package.json,go.mod,pom.xml,build.gradle,.csproj,composer.json,Package.swift, etc.). - Check whether Alibaba Cloud SDK dependencies are already installed or declared.
- Check existing Alibaba Cloud call style. If the project uses generic
call_api/ common OpenAPI calls, continue withcallType=generic. If it uses product-specific clients and request models, continue withcallType=typed. - Match local naming, formatting, async style, error handling, and dependency manager. Do not paste standalone samples into application code unchanged.
- Detect the target language from project files (
-
Resolve metadata with OpenAPI Explorer through local MCP.
list-products: resolve the exact product code and default API version when the user did not provide them.get-product-endpoints: choose the endpoint for the target region. Use VPC endpoints only when the code will run inside the same Alibaba Cloud VPC; otherwise use the public endpoint.get-api-definition: read required parameters, pagination fields, response shape, error codes, and RAM actions.get-sdk-dependencies: get the exact dependency and version for the selected language andcallType.get-code-sample: get the official sample for the same product, API version, language, region, params, andcallType.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 117 lines · 51 tokens per session scan A 089f0e9ef8bb
alibabacloud-sdk-usage is a skill published in the GitHub repository aliyun/alibabacloud-agent-toolkit (21 stars, last pushed today), licensed Apache-2.0. It adds 51 tokens to every session and 1,401 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
alibabacloud-ecs-windows-os-troubleshooting
Troubleshoot and repair Alibaba Cloud ECS Windows instances from inside the GuestOS or remotely via Cloud Assistant. Use whenever the user reports any Windows symptom or asks for a health check on an ECS Windows instance, even vague ones like "check this machine": boot failures (BSOD, black screen, boot loop, stuck at…
alibabacloud-ecs-linux-os-troubleshooting
Troubleshoot an Alibaba Cloud ECS Linux OS. Use when a user needs to diagnose a specified ECS Linux instance, such as instance stuck in Starting, boot stuck, SSH/VNC/Workbench login failure, network issues, disk/FS issues, performance anomalies, suspected mining or hidden processes, crash/hang, clock drift, or…
webrtc-livekit
Deploy LiveKit WebRTC SFU (docs.livekit.io — Apache-2.0 Go binary): livekit-server (SFU binary, YAML + env config), livekit-cli (admin + load-testing — create-token, load-test, room list, room join), livekit-egress (record/stream-out to HLS/MP4/RTMP), livekit-ingress (RTMP/WHIP/SRT/URL ingest), livekit-agents…
cf-worker
Generate Cloudflare Worker scripts.
azure-fn
Generate Azure Functions.
stripe-projects
Provision SaaS services + sync creds via Stripe Projects.