Qwen

v1.0.0

Build and route Qwen chat, coding, reasoning, and vision workflows across hosted and self-hosted endpoints with safer debugging.

0· 313·2 current·2 all-time
byIván@ivangdavila
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description (Qwen routing across hosted and self-hosted endpoints) matches the instructions and files: examples show hosted DashScope endpoints and local OpenAI-compatible servers. Required binaries (curl, jq) are used in health-check and minimal-request snippets. The declared config path (~/qwen/) is used for routing/memory files. Overall the requested resources are appropriate for the stated purpose.
Instruction Scope
SKILL.md and the included docs confine actions to model discovery, chat completions, local health checks, and optional local file writes under ~/qwen/. The skill explicitly lists the dashscope.* endpoints as the only external endpoints and instructs to ask the user before creating persistent notes. There are no instructions to read unrelated system files or to send data to undeclared third parties.
Install Mechanism
This is an instruction-only skill with no install spec or downloads; that is the lowest-risk install mechanism. No archives, remote installers, or third-party package pulls are present.
Credentials
Only one environment variable is requested: DASHSCOPE_API_KEY, which is appropriate for the documented hosted DashScope / Model Studio endpoints. Minor incoherence: the registry metadata lists DASHSCOPE_API_KEY as a required env var even though the skill supports self-hosted flows (Ollama, vLLM, etc.) that do not need that key. It would be more precise to mark the key as required only for hosted workflows or make it optional when the user intends local-only usage.
Persistence & Privilege
The skill does not request elevated privileges or permanent/always-on inclusion. It declares a config path (~/qwen/) and instructs to create files there only after asking the user. always:false and normal model invocation are used; nothing in the docs indicates modification of other skills or system-wide settings.
Assessment
This skill appears coherent with its stated purpose. Before installing, confirm you are comfortable with the agent creating and storing short routing/memory files under ~/qwen/ (it says it will ask first). Provide DASHSCOPE_API_KEY only if you plan to use the hosted DashScope/Model Studio endpoints — it isn't necessary for local-only setups. Verify the listed external endpoints (dashscope*.aliyuncs.com) match the service you expect to use for hosted models, and keep your API key in environment variables as advised.

Like a lobster shell, security has layers — review code before you run it.

latestvk975t6rzgpbb76c1h1cf4j5n3s82vmed

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🧩 Clawdis
OSLinux · macOS · Windows
Binscurl, jq
EnvDASHSCOPE_API_KEY

Comments