What problem does it solve?
Developers integrating Qianwen AI Platform (DashScope) models often need accurate API parameters, SDK examples, and troubleshooting steps without browsing hundreds of online doc pages. This Skill packages 579 official documentation pages into an offline, full-text searchable knowledge base so answers come from verified sources instead of model memory.
Core Features & Use Cases
- Offline Full-Text Search: A zero-dependency Python script searches 470 Markdown guides and 109 OpenAPI JSON schemas by keyword, model name, parameter, or error code, with directory filters for developer guides, API references, and billing docs.
- Verified Snapshot with Integrity Checks: Every file records its source URL, size, and SHA-256 hash in SNAPSHOT.json, with secrets redacted during sync, so answers can cite exact official sources.
- Controlled Refresh Workflow: A sync script re-downloads the official llms.txt index into a temporary directory, validates all pages, and only replaces the existing snapshot after explicit user confirmation.
- Use Case: Ask how to authenticate the Qwen Realtime API or which parameters the Wanxiang text-to-video endpoint requires, and receive an answer grounded in the actual official documentation with cited file paths.
Quick Start
Ask the assistant to use qianwenai-wiki to show a Python example of calling a Qwen model through the OpenAI-compatible API with DASHSCOPE_API_KEY.