apkgo

Publish Android APKs to multiple stores via a single CLI command.

144|26|Updated Feb 18, 2023
One-click install
npx skills add https://github.com/KevinGong2013/apkgo --skill apkgo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: apkgo
Source: https://github.com/KevinGong2013/apkgo/tree/main
Command: npx skills add https://github.com/KevinGong2013/apkgo --skill apkgo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

apkgo enables one-command publishing of Android APKs to multiple stores, automating tedious manual publishing work.

Core Features & Use Cases

  • Concurrently upload to Huawei, Xiaomi, OPPO, vivo, Honor, Tencent, Google Play, Samsung, Pgyer, and fir.im from a single CLI.
  • Cloud-hosted workflow for teams and AI agents with structured JSON output and zero-interaction.
  • Scriptable with per-store before/after hooks and script extensions for custom workflows.

Quick Start

Run apkgo init to generate a config, then publish with apkgo upload -f app.apk.

Frequently Asked Questions about apkgo

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I upload an APK to multiple Android stores with one command?

You can upload an APK to multiple Android stores concurrently by running apkgo upload -f app.apk. The CLI automates publishing to Huawei, Xiaomi, OPPO, vivo, Honor, Tencent, Google Play, Samsung, Pgyer, and fir.im from a single command.

Can I automate Android APK publishing without manual interaction in CI/CD pipelines?

Yes, automating APK publishing without manual interaction is supported through zero-interaction workflows and structured JSON output. This enables cloud-hosted SaaS workflows for teams and AI agents in CI/CD pipelines.

What Android app stores are supported for concurrent APK uploads?

Concurrent APK uploads are supported for Huawei, Xiaomi, OPPO, vivo, Honor, Tencent, Google Play, Samsung, Pgyer, and fir.im. The platform uploads your Android package to these stores from a single CLI.

How do I configure store credentials before publishing an Android APK?

You configure store credentials by running apkgo init to generate a configuration file. After generating the config, you use the apkgo upload command to publish your Android APK.

Can I run custom scripts before or after uploading an APK to a specific store?

Yes, you can run custom scripts before or after uploading an APK to a specific store. The CLI provides per-store before/after hooks and script extensions for custom workflows.

Does the APK publishing CLI provide structured output for AI agents?

Yes, the APK publishing CLI provides structured JSON output and semantic exit codes. This output is designed for AI agents and cloud-hosted workflows to process upload results programmatically.