alicloud_cli

alicloud_cli is a skill for Claude Code, Codex from agentscope-ai/QwenPaw. It costs 45 tokens per session (1,234 once invoked), scanned A, original, Apache-2.0.

A Chinese-language reference for the Alibaba Cloud command-line tool, which lets developers manage Alibaba Cloud services from a terminal. It uses an offline copy of the documentation as its main source.

In plain words
What is it for?
It helps find commands, install or upgrade the CLI, configure credentials and proxies, use help and output filters, automate scripts, troubleshoot failures, and run CLI workflows in containers.
Why use it?
It avoids searching the full documentation blindly and requires evidence from the local reference before giving commands. This reduces the risk of unsupported command examples.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It helps find commands, install or upgrade the CLI, configure credentials and proxies, use help and output filters, automate scripts, troubleshoot failures, and run CLI workflows in containers.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/agentscope-ai/qwenpaw/alicloud_cli
About the project

QwenPaw is a personal AI assistant that runs on a local machine or in the cloud and connects to multiple chat applications. It provides memory, file workspaces, multiple agents, skills, plugins, and integrations with language-model providers and external tools. The catalogue entries are skills that extend its capabilities.

agentscope-ai/QwenPaw · 34,741 stars · on GitHub · qwenpaw.agentscope.io

Install

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.

Any agent
npx skills add agentscope-ai/QwenPaw --skill alicloud_cli
Clone the repo
git clone --depth 1 https://github.com/agentscope-ai/QwenPaw

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for alicloud_cli

README.md
[![agentmods](https://agentmods.dev/badge/skills/agentscope-ai/qwenpaw/alicloud_cli/github.svg)](https://agentmods.dev/skills/agentscope-ai/qwenpaw/alicloud_cli)
Your own site
<a href="https://agentmods.dev/skills/agentscope-ai/qwenpaw/alicloud_cli"><img src="https://agentmods.dev/badge/skills/agentscope-ai/qwenpaw/alicloud_cli/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.

agentmods 80×15 button for alicloud_cli

Your own site · 80×15
<a href="https://agentmods.dev/skills/agentscope-ai/qwenpaw/alicloud_cli"><img src="https://agentmods.dev/badge/skills/agentscope-ai/qwenpaw/alicloud_cli.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 45 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,234 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. ✓ AI security review Fable 5.1 · 6 Sept 2026 📄 Read the review Third-party audits
  • Snyk pass 7 Sept 2026
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00045 $0.01234
Opus 5 $0.00023 $0.00617
Sonnet 5 $0.00009 $0.00247
Haiku 4.5 $0.00005 $0.00123

Measured 11d ago against content hash 85b1cc986e5c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

alicloud_cli 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 11d 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.

plugins/bundle/cloudpaw/skills/alicloud_cli/SKILL.md · 101 lines

How it starts

The opening of the file, as written. The whole thing — 101 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Alicloud CLI 中文索引技能(alicloud_cli)

目标

把当前离线文档 md_mirror/zh/cli 作为唯一主源,先按“章节索引”定位范围,再定位具体页面,避免在全量目录盲搜。

强制工作流(速查优先,索引兜底)

  1. 先使用本文件“CLI 常见用法速查”直接回答高频问题,减少读文件次数。
  2. 若问题超出速查范围,再读 references/docs_index.md 确认章节。
  3. 再进入章节目录(如 use-cli/installation-guide/configure-cli/)定位具体页面。
  4. 输出命令、参数、选项时,必须来自“速查”或已命中的正文页面;找不到时明确“证据不足”。
  5. 不新增需求外资源,不做“顺手增强”。

文档索引主链

  1. references/docs_index.md:统一入口与章节映射(主链起点)
  2. references/cli-official-links-index.md:官方链接索引(通过链接 ID 引用)
  3. references/links.md:链接 ID -> 官方 URL
  4. md_mirror/zh/cli/<section>/...:章节正文与子页面

章节路由(意图归类)

  • 产品定义与能力概览:优先 md_mirror/zh/cli/what-is-cli/
  • 快速起步与支持产品:优先 md_mirror/zh/cli/quick-start/
  • 安装、升级、卸载:优先 md_mirror/zh/cli/installation-guide/
  • 凭证、代理、自动补全:优先 md_mirror/zh/cli/configure-cli/
  • 命令结构、参数格式、输出过滤、分页聚合、轮询:优先 md_mirror/zh/cli/use-cli/
  • 脚本实践、跨地域迁移、容器运行:优先 md_mirror/zh/cli/best-practices/
  • 编辑器与终端工具:优先 md_mirror/zh/cli/common-tools/
  • 故障诊断与版本变更:优先 md_mirror/zh/cli/cli-troubleshooting/md_mirror/zh/cli/version-updates/

CLI 常见用法速查(默认优先使用)

帮助与发现

  • 查看 CLI 总帮助:aliyun --help
  • 查看产品帮助:aliyun ecs --help
  • 查看 API 帮助:aliyun ecs DescribeInstances --help

配置与凭证

  • 初始化/交互配置:aliyun configure
  • 指定 AK/SK 非交互配置: aliyun configure set --profile <name> --mode AK --access-key-id <ak> --access-key-secret <sk> --region <region-id>
  • 查看当前配置列表:aliyun configure list
  • 切换配置:aliyun configure switch --profile <name>

高频查询与调用

  • 查询 ECS 实例: aliyun ecs DescribeInstances --RegionId <region-id>
  • 按 JSON 传复杂参数: aliyun <product> <api> --SomeJsonParam '[{"key":"value"}]'
  • 仅模拟调用不落资源: aliyun <product> <api> --dryrun

常用全局选项

  • 输出过滤/表格化:--output cols=<...>,rows=<...>
  • 聚合分页结果:--pager
  • 结果轮询:--waiter expr='<jmes>' to='<target>' timeout=<sec>
  • 强制调用未收录 API:--force --version <date>
  • 调试日志:设置 DEBUG=sdk(按需配合命令执行)

检索建议

# 1) 先在统一索引中收敛章节
rg "安装|配置|命令结构|参数格式|输出|分页|轮询|故障排查" references/docs_index.md

# 2) 在目标章节目录下检索关键词
rg "configure|credentials|proxy|auto-completion" md_mirror/zh/cli/configure-cli
rg "--output|--pager|--waiter|--dryrun|--force" md_mirror/zh/cli/use-cli
rg "install|update|uninstall" md_mirror/zh/cli/installation-guide

# 3) 若要回到官方入口,通过链接 ID 映射
rg "CLI_" references/cli-official-links-index.md references/links.md

Read the full file on GitHub · 101 lines

Files

What ships with it

42 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

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.

  1. 11d ago First seen · 101 lines · 45 tokens per session scan A 85b1cc986e5c

Subscribe to this mod's changes

alicloud_cli is a skill published in the GitHub repository agentscope-ai/QwenPaw (34,741 stars, last pushed today), licensed Apache-2.0. It adds 45 tokens to every session and 1,234 once invoked, about $0.0002 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.

Related

Other skills, from other repositories

deploy

A deployment workflow for putting Rails applications online using Railway, a hosting service.

clacky-ai/openclacky · 0 tokens

oss-upload

Upload local files to Tencent COS (oss.1024code.com CDN) using coscli. Use when user wants to upload a file to CDN/OSS, or deploy static assets.

clacky-ai/openclacky · 40 tokens

runbook

Generate and update feature release runbooks from existing docs and codebase. Use when: creating operational runbook, release handbook, deployment checklist, pre-release preparation. Not for: incident response (v2), code review (use codex-code-review), architecture design (use architecture).

sd0xdev/sd0x-harness · 59 tokens

webflow-cli:cloud

Create, build, and deploy Webflow Cloud apps from the CLI (site-attached or project apps), and manage existing ones — apps, domains, environments, deployments, build/runtime logs, and environment variables including secrets. Use when initializing or deploying a Cloud app, importing an existing GitHub repository…

webflow/webflow-skills · 134 tokens

website-builder

Build an approved Vite/React/Tailwind plan, collect assets, verify static output, deploy to GitHub Pages, and emit metadata. Use for implementing tasks.md. Don't use for design review, planning, backend services, or unapproved specs.

luongnv89/skills · 54 tokens

webflow-mcp:cloud-apps

Create GitHub-source Webflow Cloud apps and monitor, troubleshoot, or manage existing apps through Webflow MCP. Use when creating a standalone or site-attached app from GitHub; identifying apps or environments; checking public URLs, domains, configuration keys, or deployed versions; diagnosing failures; changing a…

webflow/webflow-skills · 116 tokens