Install
openclaw skills install qoder-skill阿里云Qoder编程工具集成 - 提供AI代码生成、重构、SPEC驱动开发等功能。使用百炼模型的coding plan套餐进行代码相关任务。适用于代码生成、代码重构、反向生成文档、SPEC驱动开发等场景。
openclaw skills install qoder-skillQoder 是阿里云提供的AI编程工具,基于百炼模型的coding plan套餐,支持多种编程模式和开发场景。
推荐使用 百炼模型订阅制 coding plan 套餐,成本可控(约200多元/月)
# 生成新代码文件
qoder generate --language python --task "创建一个REST API服务"
# 重构现有代码
qoder refactor --file ./src/main.py --improvements "优化性能,添加类型注解"
# 使用Omni SPEC模式
qoder spec --mode omni --spec-file ./specs/api-spec.yaml
# 从代码生成文档
qoder document --source ./src/ --output ./docs/
# 启用Super Power模式进行复杂任务
qoder super --task "实现完整的用户认证系统" --context ./existing-code/
qoder generate --task "生成本周技术周报模板,包含项目进展、问题解决、下周计划" --format markdown
qoder analyze --input ./emails/ --task "提取关键信息并生成摘要" --output summary.txt
qoder test --source ./src/module.py --coverage 90 --framework pytest
# 查看Qoder版本和配置
qoder --version
qoder config --list
# 测试API连接
qoder health-check