Ziptax Tool Free
支持按地址、邮编或经纬度查询美国销售税率,含CLI封装与API调用说明。
下载 57
使用场景:代码生成、仓库理解或编码代理任务,调用通义千问编程模型(qwen3-coder-next 等)实现高效开发。
openclaw skills install @cinience/aliyun-qwen-coder命令、参数、文件名以原文为准
Category: provider
mkdir -p output/aliyun-qwen-coder
python -m py_compile skills/ai/code/aliyun-qwen-coder/scripts/prepare_code_request.py && echo "py_compile_ok" > output/aliyun-qwen-coder/validate.txt通过标准:命令退出码为 0,且生成 output/aliyun-qwen-coder/validate.txt 文件。
output/aliyun-qwen-coder/ 目录下。使用 Qwen Coder 实现代码助手、代码审查草稿生成、仓库级推理、补丁规划以及工具调用型软件代理等功能。
根据需要使用以下精确的模型字符串之一:
qwen3-coder-nextqwen3-coder-plusqwen-coder-plusqwen2.5-coder-32b-instructpython3 -m venv .venv
. .venv/bin/activate
python -m pip install dashscopeDASHSCOPE_API_KEY,或在 ~/.alibabacloud/credentials 中添加 dashscope_api_key。messages (array<object>, 必填)model (string, 可选):默认值为 qwen3-coder-nextrepository_summary (string, 可选)files (array<string>, 可选)language (string, 可选)tools (array<object>, 可选)stream (bool, 可选)text (string)patch (string, 可选)usage (object, 可选)python skills/ai/code/aliyun-qwen-coder/scripts/prepare_code_request.py \
--task "Refactor request validation into a small helper and add one unit test." \
--language pythonqwen3-coder-next;若需更强性能但成本更高的编码能力,可选用 qwen3-coder-plus。output/aliyun-qwen-coder/requests/OUTPUT_DIR 覆盖基础目录。references/sources.md已收录 3 个 Skill