skills/android-build/SKILL.md
Android 项目自动构建发布,当用户需要打包、构建、导出 Android APK 时使用,支持自动版本号递增、签名打包、多路径导出。
npx skillsauth add coderfee/ai android-buildInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
自动化完成 Android 项目全流程构建发布,支持版本号自动管理、智能导出、U盘自动处理等特性。
项目根目录下创建 .androidbuild.yml 自定义配置:
version:
code_auto_increment: true # 是否自动递增versionCode
name_format: "YYYY.MM.DD.HHmm" # versionName格式
build:
type: release # 构建类型:release/debug
flavor: "" # 多flavor支持
export:
path_priority: ["/Volumes/boox", "~/Downloads"] # 导出路径优先级
apk_name_format: "{app_name}-{version_name}.apk" # 导出文件名格式
auto_eject_usb: true # 导出完成后是否自动弹出U盘
YYYY.MM.DD.HHmmapp-{version_name}.apk输入:"帮我打个release包" 输出:
已导出到下载目录: ~/Downloads/app-2026.03.14.1530.apk
已导出到U盘: /Volumes/boox/app-2026.03.14.1530.apk1
U盘已安全弹出
tools
Git 提交工作流,当用户需要提交代码、生成规范提交消息、拆分多模块改动时使用。
development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.
development
Maintainer workflow for OpenClaw releases, prereleases, changelog release notes, and publish validation. Use when Codex needs to prepare or verify stable or beta release steps, align version naming, assemble release notes, check release auth requirements, or validate publish-time commands and artifacts.
development
Run, watch, debug, and extend OpenClaw QA testing with qa-lab and qa-channel. Use when Codex needs to execute the repo-backed QA suite, inspect live QA artifacts, debug failing scenarios, add new QA scenarios, or explain the OpenClaw QA workflow. Prefer the live OpenAI lane with regular openai/gpt-5.4 in fast mode; do not use gpt-5.4-pro or gpt-5.4-mini unless the user explicitly overrides that policy.