原始内容
QwenCloud AI Skills
Fold QwenCloud's AI skills into your agent. Just talk.
Highlights
- 🤖 Agent-native — Your agent picks the model, tunes the call, and handles errors. You just talk.
- ⚡ One-line install — One command and you're ready. No SDK, no boilerplate.
- 🧠 8 skills, one interface — Text, image, video, voice, vision, model selection, auth, and usage — all built in.
- 🌐 Works across many agents — Plug into many Agent Skills-compatible agents instantly.
Quick Start
Manual Install
Requires Node.js 18+.
npx skills add qwencloud/qwencloud-ai
When prompted, press a to select all skills, then Enter to confirm.
Let Your Agent Handle It (Recommended)
Paste this into your AI Agent and let it handle everything:
Please install QwenCloud AI Skills for me:
1. Check if Node.js is installed, install it if not
2. Run: npx skills add qwencloud/qwencloud-ai -y
3. Once installed, start with "Skills acquired." then list what skills I got and walk me through what I can do with them
Once installed, the qwencloud-ops-auth skill will guide you and your agent through API Key setup automatically.
What You Can Do
Tell your agent what you need — it writes the code, picks the right QwenCloud model, and runs the job.
| Capability | Try saying... |
|---|---|
| Text at Scale | "Write a script to call Qwen-Plus and polish the language in these 10,000 docs" · "Batch-summarize every PDF in this folder using the cheapest text model" |
| Image Generation | "Generate 20 product posters in different styles — try ink wash, flat, and 3D" · "Write a pipeline to add watermarks and expand the background of all images in /assets" |
| Video Generation | "Turn each of these 5 product shots into a 5-second showcase clip" · "Generate a cinematic intro video from this script and key frame" |
| Voice | "Convert all 30 chapters of this audiobook to speech, use a warm female voice" · "Generate bilingual audio intros for each episode in this podcast list" |
| Vision | "Write a script to extract text from every screenshot in this folder and save to an Excel" · "Batch-analyze these 200 floor plan images and output a room-by-room breakdown" |
| Model Selection | "Pick the cheapest model that can handle this translation batch" · "Choose a stronger reasoning model for this problem" |
| Usage & Billing | "Check my remaining free tier quota for qwen3.6-plus" · "Show me the cost breakdown for last month" · "Am I close to hitting my coding plan limits?" |
Skills
| Skill | What it does |
|---|---|
qwencloud-text |
Text generation, chat, code, reasoning, function calling |
qwencloud-vision |
Image & video understanding, OCR, chart analysis |
qwencloud-image-generation |
Text-to-image, image editing, style transfer |
qwencloud-video-generation |
Text-to-video, image-to-video, video editing |
qwencloud-audio-tts |
Text-to-speech with multiple voice profiles |
qwencloud-model-selector |
Recommends the right model for your use case |
qwencloud-ops-auth |
API key and authentication management |
qwencloud-usage |
Usage queries, free tier checks, subscriptions, billing |
Contributing
We'd love your help! Here are a few ways to get involved:
- Report bugs — Something broke? Open an issue with steps to reproduce.
- Suggest features — Have an idea for a new skill or improvement? File a feature request.
- Submit PRs — Fork the repo, create a branch, make your changes, and open a pull request.
- Improve docs — Typos, unclear wording, better examples — all welcome.
Disclaimer — This skill calls QwenCloud APIs on your behalf; usage costs are billed to your account. AI-generated content may not always be accurate — review before relying on it. Keep your API Key secure. This project is provided as-is, without warranties of any kind.