Local MCP Server
在Termux中运行本地MCP服务器,支持Ollama模型的文件读取与命令执行。
下载 11
调用阿里云通义代码模型,支持代码生成与仓库理解任务。
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已收录 1 个 Skill