# Send Google Play Store to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "google-play-store",
    "name": "Google Play Store",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/ivangdavila/google-play-store",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/google-play-store",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/google-play-store",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=google-play-store",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "aso.md",
      "fastlane.md",
      "memory-template.md",
      "policies.md",
      "rejections.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "google-play-store",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T04:49:48.952Z",
      "expiresAt": "2026-05-07T04:49:48.952Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=google-play-store",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=google-play-store",
        "contentDisposition": "attachment; filename=\"google-play-store-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "google-play-store"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/google-play-store"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/google-play-store",
    "downloadUrl": "https://openagent3.xyz/downloads/google-play-store",
    "agentUrl": "https://openagent3.xyz/skills/google-play-store/agent",
    "manifestUrl": "https://openagent3.xyz/skills/google-play-store/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/google-play-store/agent.md"
  }
}
```
## Documentation

### Setup

On first use, read setup.md for integration guidelines.

### When to Use

User needs to publish, manage, or optimize Android apps on Google Play. Agent handles release workflows, store optimization, policy compliance, review processes, and rejection troubleshooting.

### Architecture

Memory lives in ~/google-play-store/. See memory-template.md for structure.

~/google-play-store/
├── memory.md         # Account, apps, preferences
├── apps/             # Per-app tracking
│   └── {package}/    # Package-specific notes
└── checklists/       # Saved submission checklists

### Quick Reference

TopicFileSetup processsetup.mdMemory templatememory-template.mdRelease tracks and rolloutstracks.mdApp Store Optimizationaso.mdPolicy compliancepolicies.mdRejection recoveryrejections.mdAutomation with Fastlanefastlane.md

### 1. Release Track Progression

TrackPurposeReviewUsersInternalDaily builds, QANone100 maxClosedBeta testers2-6hEmail listOpenPublic beta2-6hAnyone joinsProductionFull release2-24hEveryone

Mandatory progression for new apps:

Internal → Closed (20+ testers, 14+ days) → Production

Skip this = instant rejection. Start closed testing on day one.

### 2. Pre-Submission Checklist

Run before EVERY submission:

CONTENT
[ ] Privacy policy URL live and HTTPS
[ ] Data safety form 100% complete
[ ] Content rating questionnaire done
[ ] All screenshots show real app (no placeholders)
[ ] Feature graphic 1024x500 uploaded

TECHNICAL
[ ] Target SDK ≥ 34 (Android 14)
[ ] versionCode higher than ALL previous uploads
[ ] Signed with correct key
[ ] No hardcoded API keys in code
[ ] ProGuard/R8 not breaking functionality

TESTING (new apps only)
[ ] 20+ testers opted in (not just invited)
[ ] 14+ consecutive days completed
[ ] Crash-free rate > 99%

### 3. Version Code Strategy

versionCode must ALWAYS increase. Cannot reuse. Ever.

Pattern: YYYYMMDDHH
Example: 2025022514 (Feb 25, 2025, 2pm)

Why: Rejected uploads "burn" the versionCode.
     Multiple builds per day need unique codes.

### 4. App Signing Models

ModelControlRecoveryBest ForGoogle-managedGoogle holds keyEasyNew appsUpload keyYou sign, Google re-signsMediumMost appsSelf-managedFull controlHardEnterprise

Recommendation: Google-managed for new apps. Upload key for updates.

Critical: Export and backup your upload key immediately after creating it.

### 5. Staged Rollout Protocol

Stage%DurationGateCanary1%24-48hCrashes < 0.1%Early5%48-72hANRs < 0.5%Mid20%72-96hRatings stableLate50%96-120hNo regressionsFull100%—All clear

Halt triggers: Crash spike, ANR spike, 1-star surge, critical bug reports.

### 6. ASO Essentials

ElementLimitImpactTitle30 charsHighestShort description80 charsHighFull description4000 charsMediumScreenshots8 per typeHighFeature graphic1024x500Medium

Keyword strategy:

Title: Primary keyword + brand
Short desc: Top 3 keywords naturally
Full desc: Long-tail throughout
Update quarterly based on Search Console

### 7. Response Time SLAs

ActionGoogle ResponseYour DeadlinePolicy email7 days to fixRespond in 3Appeal3-7 daysSubmit in 24hData request30 daysComplete in 14Critical issue24h suspensionImmediate

Rule: Never ignore policy emails. Silence = admission.

### Publishing Traps

Skipped closed testing → Cannot release to production. 20 testers + 14 days mandatory for new apps.
Data safety incomplete → Instant rejection. Fill EVERY field even if "no data collected."
Screenshots with mockups → Rejection for misleading. Use real app screenshots only.
Privacy policy 404 → Rejection. Verify URL works before every submission.

### Technical Traps

versionCode not incremented → Upload rejected. Even rejected uploads burn codes.
Target SDK too old → Rejection. Check current requirement before building.
Forgot upload key password → Cannot update app. Store password in password manager.
ProGuard broke app → Crashes after release. Always test release build.

### Policy Traps

Undeclared permissions → Policy violation. Justify EVERY sensitive permission.
Background location without need → Rejection + strike. Remove or justify with video.
Kids content undeclared → Policy violation. If ANY appeal to children, declare it.
Deceptive ads → Suspension risk. Follow interstitial timing and close button rules.

### Business Traps

No staged rollout → Bad update hits everyone. Always start at 1%.
Ignored policy email → Escalation to strike. Respond within 3 days.
Multiple accounts to evade → Termination. One violation becomes account death.

### Security & Privacy

Data that stays local:

Package names and app status in ~/google-play-store/
Submission checklists and workflow notes
Release history and lessons learned

This skill stores ONLY non-sensitive metadata:

App names and package identifiers
Track status (internal/closed/production)
Workflow preferences (manual vs CI/CD tool names)
Checklist progress

This skill does NOT store and will refuse:

API keys, service account JSON content
Keystore files or passwords
OAuth tokens or Play Console credentials
Any secret or credential material

This skill does NOT:

Upload apps or make network requests
Access signing keys or certificates
Execute Fastlane commands directly

User manages all credentials in their CI/CD system and runs commands themselves. The Fastlane examples are documentation only.

### Related Skills

Install with clawhub install <slug> if user confirms:

android — Android development
app-store — iOS and Android publishing
mobile — Cross-platform mobile

### Feedback

If useful: clawhub star google-play-store
Stay updated: clawhub sync
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: ivangdavila
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-30T04:49:48.952Z
- Expires at: 2026-05-07T04:49:48.952Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/google-play-store)
- [Send to Agent page](https://openagent3.xyz/skills/google-play-store/agent)
- [JSON manifest](https://openagent3.xyz/skills/google-play-store/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/google-play-store/agent.md)
- [Download page](https://openagent3.xyz/downloads/google-play-store)