← 返回 Skills 市场
Qoder Skill
作者
Stefan Ming
· GitHub ↗
· v1.0.0
· MIT-0
42
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install qoder-skill
功能描述
阿里云Qoder编程工具集成 - 提供AI代码生成、重构、SPEC驱动开发等功能。使用百炼模型的coding plan套餐进行代码相关任务。适用于代码生成、代码重构、反向生成文档、SPEC驱动开发等场景。
使用说明 (SKILL.md)
Qoder 编程工具 Skill
概述
Qoder 是阿里云提供的AI编程工具,基于百炼模型的coding plan套餐,支持多种编程模式和开发场景。
使用场景
- 代码生成和补全
- 代码重构和优化
- 反向生成技术文档
- SPEC驱动开发(Omni SPEC模式)
- Super Power模式开发
- 舆情分析和自动化报表
环境配置
模型选择
推荐使用 百炼模型订阅制 coding plan 套餐,成本可控(约200多元/月)
系统要求
- 推荐系统: Mac或Linux(Windows对Qoder效率有影响)
- 大文件处理: 文件超过4000行时建议拆分,避免上下文割裂
调用方式
1. 基础代码生成
# 生成新代码文件
qoder generate --language python --task "创建一个REST API服务"
2. 代码重构
# 重构现有代码
qoder refactor --file ./src/main.py --improvements "优化性能,添加类型注解"
3. SPEC驱动开发
# 使用Omni SPEC模式
qoder spec --mode omni --spec-file ./specs/api-spec.yaml
4. 反向生成文档
# 从代码生成文档
qoder document --source ./src/ --output ./docs/
5. Super Power模式
# 启用Super Power模式进行复杂任务
qoder super --task "实现完整的用户认证系统" --context ./existing-code/
安全注意事项
- 权限控制: Qoder具有文件读写权限,使用前确保工作目录安全
- 成本控制: 监控API调用次数,避免超出订阅套餐限制
- 代码审查: AI生成的代码需要人工审查后再合并到主分支
最佳实践
工作流设计
- 渐进式应用: 从单一可自动化环节开始,不要追求全面自动化
- 先跑通再扩展: 先验证一个点的有效性,再逐步扩散到其他场景
上下文管理
- 拆分大文件: 避免单个文件过大导致上下文限制
- 明确任务边界: 每次调用专注于单一任务
常见应用场景示例
1. 生成周报模板
qoder generate --task "生成本周技术周报模板,包含项目进展、问题解决、下周计划" --format markdown
2. 邮件摘要分析
qoder analyze --input ./emails/ --task "提取关键信息并生成摘要" --output summary.txt
3. 自动化测试生成
qoder test --source ./src/module.py --coverage 90 --framework pytest
故障排除
常见问题
- 上下文超限: 拆分大文件或减少输入内容
- API调用失败: 检查网络连接和API密钥配置
- 生成质量不佳: 提供更详细的prompt或使用Super Power模式
调试命令
# 查看Qoder版本和配置
qoder --version
qoder config --list
# 测试API连接
qoder health-check
参考资源
安全使用建议
Review before installing. Use it only in trusted workspaces, prefer environment variables or a secrets manager over a plaintext home-directory config file, restrict any config file permissions, and do not point it at private repositories, emails, or business data unless you are comfortable sending that content to the Qoder/Alibaba Cloud service. Treat refactor/spec/project commands as potentially file-modifying and review generated changes before committing.
能力标签
能力评估
Purpose & Capability
The core purpose, AI-assisted code generation/refactoring/documentation via Qoder, is coherent, but the skill also documents email summarization, public-opinion analysis, and automated reports, which broadens use into potentially sensitive non-code data without matching privacy guidance.
Instruction Scope
The artifacts disclose Qoder file read/write capability and API-cost concerns, but they do not set clear boundaries for allowed paths, sensitive repositories, non-code datasets, or confirmation/dry-run behavior before refactor/spec actions that may modify project files.
Install Mechanism
The package contains a SKILL.md, reference markdown, and a small Python wrapper with no dependency installation, auto-start hook, obfuscation, or hidden installer behavior observed.
Credentials
Shell invocation of a local qoder executable and environment-based API configuration are proportionate for this integration, but the wrapper copies the full environment to the subprocess and relies on the external tool's behavior.
Persistence & Privilege
The configuration reference supports storing an API key in ~/.qoder/config.yaml and lists required Qoder credentials, but does not warn about file permissions, avoiding commits/backups, secret managers, or key rotation after exposure.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install qoder-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/qoder-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Qoder skill 1.0.0 - Initial Release
- 集成阿里云Qoder编程工具,基于百炼模型coding plan套餐。
- 支持代码生成、代码重构、SPEC驱动开发、反向文档生成等多种功能。
- 提供多种典型应用场景及命令行调用范例。
- 包含环境配置建议、安全注意事项和最佳实践指导。
- 提供常见问题解答及调试命令说明。
元数据
常见问题
Qoder Skill 是什么?
阿里云Qoder编程工具集成 - 提供AI代码生成、重构、SPEC驱动开发等功能。使用百炼模型的coding plan套餐进行代码相关任务。适用于代码生成、代码重构、反向生成文档、SPEC驱动开发等场景。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 42 次。
如何安装 Qoder Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install qoder-skill」即可一键安装,无需额外配置。
Qoder Skill 是免费的吗?
是的,Qoder Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Qoder Skill 支持哪些平台?
Qoder Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Qoder Skill?
由 Stefan Ming(@frisky1985)开发并维护,当前版本 v1.0.0。
推荐 Skills