Works with the AI tools you already use

    Claude CodeClaude CodeCursorCursorCodex CLICodex CLIGitHub CopilotGitHub CopilotGemini CLIGemini CLI+20 more

    Nex Dashscope Qwen Setup

    5

    Generate a production-ready Python client for Alibaba Qwen models with text, vision, and reasoning tag filtering.

    Free

    0 installsSecurity scanned
    nex-dashscope-qwen-setup

    nex-dashscope-qwen-setup

    Example session with this skill installed

    Set up a Python client for Qwen-Plus using the international DashScope endpoint and make sure it strips the reasoning tags.

    • Read your context and instructions
    • Compiled the nex-dashscope-qwen-setup

    Generated qwen-client/ with qwen.py.

    from qwen import chat
    
    # The <think> tags are stripped automatically
    response = chat("You are a helpful assistant", "Explain quantum computing.")
    print(response) # "Quantum computing is..."
    

    Region: international (Singapore)
    Models: qwen-plus, qwen-vl-plus

    Connects securely to your tools. The creator never sees your data.

    About this skill

    Drop-in Qwen Integration for Python

    Stop paying premium rates for OpenAI and Claude when Alibaba's Qwen models offer comparable performance at a fraction of the cost. This skill provides a clean, production-ready Python interface to Qwen-Plus, Qwen-Max, and Qwen-VL through the DashScope OpenAI-compatible API.

    What it does

    Instead of manually configuring API clients and handling region-specific endpoints, this skill generates a structured qwen-client/ package. It abstracts the complexity of DashScope's regional base URLs and provides high-level helpers for text and vision tasks.

    • chat() helper: Simple interface for text generation with system and user prompts.
    • vision() helper: Handles local image loading, base64 encoding, and MIME type detection for Qwen-VL.
    • Clean Outputs: Automatically strips Qwen's <think> reasoning tags so your application receives only the final answer.
    • Security First: Implements zero-hardcoding patterns using .env files for API key management.

    Why use this skill?

    Forcing a standard LLM to write its own API wrapper often results in hardcoded keys, wrong base URLs (a common DashScope pitfall), or unhandled reasoning tokens. This skill ensures your integration follows industry best practices for OpenAI-compatible providers, making it trivial to swap models later without changing your business logic.

    Built by Nex AI. More skills and info at nex-ai.be and slopsome.com.

    How to install

    Works the same in every agent - Claude, Cursor, Codex, Copilot and 20+ more.

    ~30 seconds
    1. 1

      Download the ZIP

      Free skills download straight away. Paid skills unlock right after purchase.

    2. 2

      Unzip into your skills folder

      Every agent reads skills from one folder on your machine. Drop the unzipped folder in there.

    3. 3

      Ask your agent to use it

      Restart the agent if it was already running. It picks the skill up automatically - no config needed.

    Skills folder by agent

    Click the path to copy it. Create the folder if it does not exist yet.

    Reviews

    No reviews yet

    Be one of the first to try it. Every listed skill passes our trust checks below.

    Security scanned

    Passed our 8-point scan before listing

    Fresh listing

    Recently published to Agensi

    Free forever

    No account required to browse

    Trust & safety

    Security scanned

    Verified clean 1 month ago

    • Free to download with an account

    Listed3 months ago
    Updated1 month ago

    What's inside

    Frequently Asked Questions