ワンクリックで
publish-app
One-step publish — creates edit, uploads APK, and commits. The fastest path to publish when you only need to update the binary.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
One-step publish — creates edit, uploads APK, and commits. The fastest path to publish when you only need to update the binary.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Get app info and active edit status. Use this first to understand what state an app is in before making any changes.
View device targeting for an APK. Use when you need to check which Fire TV or tablet devices an APK supports.
Submit an edit for Amazon review. Use after validate-edit passes to make changes live. Irreversible.
Create a new draft edit for an app. Required before uploading APKs, updating listings, or making any changes. Use when check-status shows no active edit.
Delete a draft edit to discard all changes or recover from a stuck state. Use when you need to start over or clean up a failed operation.
Orchestrated full release workflow — create edit, upload APK, update listing, add screenshots, validate, and commit. Use for complete app updates with metadata changes.
| name | publish-app |
| description | One-step publish — creates edit, uploads APK, and commits. The fastest path to publish when you only need to update the binary. |
| depends_on | [] |
Create an edit, upload an APK, and commit in one step.
Use when you only need to publish a new APK with no listing or screenshot changes. This is the fastest path. For full control (update listing, add screenshots, validate first), use the individual commands in sequence.
| Name | Required | Description |
|---|---|---|
app_id | yes | The application ID |
file | yes | Path to the APK file |
xingu auth login completed)xingu +publish <app_id> --file <path_to_apk>
xingu auth login and retry.xingu edits delete <app_id> <edit_id> first, or use the step-by-step flow.xingu edits delete <app_id> <edit_id>.--dry-run to preview API calls without executing.