con un clic
cloud-upyun
使用 upx CLI 操作又拍云。当用户提到又拍云、Upyun、UPYUN、又拍云存储 等时触发此技能。
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
使用 upx CLI 操作又拍云。当用户提到又拍云、Upyun、UPYUN、又拍云存储 等时触发此技能。
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
蚂蚁银行开户
香港卡办理
A brief description of what this skill does
A brief description of what this skill does
look up and explain llm api pricing across models.dev, openrouter, and official provider pages. use when the user asks for model prices, input/output token costs, cached-token costs, openrouter aliases such as :free, provider-specific pricing, official versus third-party prices, or wants to verify an api call cost log.
Analyze Claude Code features and capabilities to uncover advanced usage patterns, best practices, and real-world application scenarios. Use this skill whenever the user mentions a Claude Code feature (like Streaming Tool Execution, Hooks, MCP, Skills, Subagents, Context Management, Permission Modes, etc.) and wants to know how to leverage it effectively — including advanced tips, workflow optimizations, creative use cases, and pitfalls to avoid. Also trigger when the user pastes a feature description or asks 'how to use X better in Claude Code', even without explicitly saying 'analyze'.
| name | cloud-upyun |
| description | 使用 upx CLI 操作又拍云。当用户提到又拍云、Upyun、UPYUN、又拍云存储 等时触发此技能。 |
# macOS
brew install upx
# Linux
curl -o upx https://github.com/upyun/upx/releases/latest/download/upx-linux-amd64
chmod +x upx
upx login
# 输入服务名、操作员、密码
# 文件操作
upx ls # 列出文件
upx put <localfile> <remotepath> # 上传
upx get <remotepath> -o <localfile> # 下载
upx rm <remotepath> # 删除
# 目录操作
upx mkdir <remotedir>
upx cd <remotedir>
# 批量操作
upx sync <localdir> <remotedir> # 同步上传
# CDN 刷新
upx purge <url>
# 信息查看
upx info
upx usage # 查看用量