apkgo
Publish APKs to every Android app store
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install apkgo?โผ
Run `npx skills add KevinGong2013/apkgo --all -g -y` in your terminal to install the skill globally for your AI agent.
How to upload an APK to multiple Android stores at once?โผ
Run `apkgo init` to create a config file, fill in your store credentials, then run `apkgo upload -f app.apk` to publish to every configured store in one command.
Which app stores does apkgo support?โผ
It supports Huawei, Xiaomi, OPPO, vivo, Honor, Meizu, Tencent, Google Play, Samsung, Pgyer, and fir, plus custom script targets.
Can apkgo check app review status?โผ
Yes. Run `apkgo audit -p your.package.name --watch` to poll each store until the review is approved, rejected, or withdrawn.
Does apkgo work in CI/CD pipelines?โผ
Yes. It outputs structured JSON on stdout, supports credentials via environment variables or stdin, and uses clear exit codes for partial or total failures.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core