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.
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 agentscope-ai/QwenPaw --skill alicloud_cligit clone --depth 1 https://github.com/agentscope-ai/QwenPawWrote 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/agentscope-ai/qwenpaw/alicloud_cli)<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.
<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>- Snyk pass
- 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.00045 | $0.01234 |
| Opus 5 | $0.00023 | $0.00617 |
| Sonnet 5 | $0.00009 | $0.00247 |
| Haiku 4.5 | $0.00005 | $0.00123 |
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.
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 作为唯一主源,先按“章节索引”定位范围,再定位具体页面,避免在全量目录盲搜。
强制工作流(速查优先,索引兜底)
- 先使用本文件“CLI 常见用法速查”直接回答高频问题,减少读文件次数。
- 若问题超出速查范围,再读
references/docs_index.md确认章节。 - 再进入章节目录(如
use-cli/、installation-guide/、configure-cli/)定位具体页面。 - 输出命令、参数、选项时,必须来自“速查”或已命中的正文页面;找不到时明确“证据不足”。
- 不新增需求外资源,不做“顺手增强”。
文档索引主链
references/docs_index.md:统一入口与章节映射(主链起点)references/cli-official-links-index.md:官方链接索引(通过链接 ID 引用)references/links.md:链接 ID -> 官方 URLmd_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
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.
- md_mirror/zh/cli/best-practices/best-practices.md 279 B
- md_mirror/zh/cli/best-practices/run-alibaba-cloud-cli-in-a-docker-container.md 4.9 KB
- md_mirror/zh/cli/best-practices/use-alibaba-cloud-cli-to-migrate-ecs-instances-across-regions.md 22 KB
- md_mirror/zh/cli/cli-troubleshooting/cli-troubleshooting.md 24 KB
- md_mirror/zh/cli/common-tools/common-tools.md 160 B
- md_mirror/zh/cli/common-tools/nano-editor-tutorial.md 5.9 KB
- md_mirror/zh/cli/common-tools/use-the-vim-editor.md 14 KB
- md_mirror/zh/cli/configure-cli/auto-completion-function.md 1.9 KB
- md_mirror/zh/cli/configure-cli/configure-alibaba-cloud-cli.md 357 B
- md_mirror/zh/cli/configure-cli/configure-credentials.md 45 KB
- md_mirror/zh/cli/configure-cli/other-configure-command-operations.md 15 KB
- md_mirror/zh/cli/configure-cli/use-an-http-proxy-server.md 2.0 KB
- md_mirror/zh/cli/installation-guide/install-cli-on-linux.md 2.6 KB
- md_mirror/zh/cli/installation-guide/install-cli-on-macos.md 3.8 KB
- md_mirror/zh/cli/installation-guide/install-cli-on-windows.md 6.9 KB
- md_mirror/zh/cli/installation-guide/installation-guide.md 86 B
- md_mirror/zh/cli/installation-guide/uninstall-cli.md 9.6 KB
- md_mirror/zh/cli/installation-guide/update-cli.md 8.6 KB
- md_mirror/zh/cli/quick-start/cloud-products-supporting-cli.md 17 KB
- md_mirror/zh/cli/quick-start/quick-start.md 347 B
- md_mirror/zh/cli/quick-start/quickly-start-using-alibaba-cloud-cli.md 8.2 KB
- md_mirror/zh/cli/quick-start/use-alibaba-cloud-cli-visual-studio-code-plug-in.md 3.6 KB
- md_mirror/zh/cli/use-cli/aggregation-of-paging-interface-results.md 4.3 KB
- md_mirror/zh/cli/use-cli/call-rpc-api-and-roa-api.md 8.6 KB
- md_mirror/zh/cli/use-cli/command-line-options.md 7.7 KB
- md_mirror/zh/cli/use-cli/export-metadata.md 3.9 KB
- md_mirror/zh/cli/use-cli/filter-results-and-tabulate-output.md 5.3 KB
- md_mirror/zh/cli/use-cli/force-call-apis.md 2.0 KB
- md_mirror/zh/cli/use-cli/log-debugging.md 2.9 KB
- md_mirror/zh/cli/use-cli/managing-and-using-cli-plugins.md 15 KB
- md_mirror/zh/cli/use-cli/parameter-format-overview.md 6.5 KB
- md_mirror/zh/cli/use-cli/result-polling.md 1.3 KB
- md_mirror/zh/cli/use-cli/sample-commands.md 4.2 KB
- md_mirror/zh/cli/use-cli/simulate-a-call.md 1.7 KB
- md_mirror/zh/cli/use-cli/use-alibaba-cloud-cli-to-manage-oss-data.md 47 KB
- md_mirror/zh/cli/use-cli/use-alibaba-cloud-cli.md 1.0 KB
- md_mirror/zh/cli/use-cli/use-the-help-command.md 6.4 KB
- md_mirror/zh/cli/version-updates/view-version-update-and-change-details.md 5.0 KB
- md_mirror/zh/cli/what-is-cli/what-is-alibaba-cloud-cli.md 5.3 KB
- references/cli-official-links-index.md 1.2 KB
- references/docs_index.md 1.8 KB
- references/links.md 3.5 KB
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.
- 11d ago First seen · 101 lines · 45 tokens per session scan A 85b1cc986e5c
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.
Other skills, from other repositories
deploy
A deployment workflow for putting Rails applications online using Railway, a hosting service.
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.
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).
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…
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.
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…