KevinGong2013KevinGong2013Communityยท1 Agent Skills Included

apkgo

Publish APKs to every Android app store

Publishes APK files to Huawei, Xiaomi, OPPO, vivo, Honor, Meizu, Tencent, Google Play, Samsung, Pgyer, and fir with one command. Eliminates manual uploads to each store console, scattered credentials, and inconsistent error formats. Validates credentials, tracks review status, schedules releases, and returns structured JSON for CI/CD pipelines.
npx skills add KevinGong2013/apkgo --all -g -y
Available:

Tells your AI agent the exact apkgo commands, flags, JSON output format, and exit codes to use when uploading APKs, checking review status, or diagnosing store credentials.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’