Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计通过

google-play-storeGoogle play store 搜索

Agent Skill

google-play-store 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

13,831

周安装

565

GitHub Stars

1

下载量

4,430
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:google-play-store(Google play store 搜索)
来源仓库:https://github.com/ivangdavila/google-play-store
安装命令:
openclaw skills install google-play-store
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install google-play-store

简介

通过发布自动化、ASO、策略合规性和拒绝恢复,在 Google Play 上发布、优化和扩展 Android 应用。

SKILL.md

name
Google Play Store
slug
google-play-store
version
1.0.0
homepage
https://clawic.com/skills/google-play-store
description
Publish, optimize, and scale Android apps on Google Play with release automation, ASO, policy compliance, and rejection recovery.
metadata
{"clawdbot":{"emoji":"🤖","requires":{"bins":[]},"os":["linux","darwin","win32"]}}

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

TopicFile
Setup processsetup.md
Memory templatememory-template.md
Release tracks and rolloutstracks.md
App Store Optimizationaso.md
Policy compliancepolicies.md
Rejection recoveryrejections.md
Automation with Fastlanefastlane.md

Core Rules

1. Release Track Progression

TrackPurposeReviewUsers
InternalDaily builds, QANone100 max
ClosedBeta testers2-6hEmail list
OpenPublic beta2-6hAnyone joins
ProductionFull 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 For
Google-managedGoogle holds keyEasyNew apps
Upload keyYou sign, Google re-signsMediumMost apps
Self-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%DurationGate
Canary1%24-48hCrashes < 0.1%
Early5%48-72hANRs < 0.5%
Mid20%72-96hRatings stable
Late50%96-120hNo regressions
Full100%All clear

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

6. ASO Essentials

ElementLimitImpact
Title30 charsHighest
Short description80 charsHigh
Full description4000 charsMedium
Screenshots8 per typeHigh
Feature 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 Deadline
Policy email7 days to fixRespond in 3
Appeal3-7 daysSubmit in 24h
Data request30 daysComplete in 14
Critical issue24h suspensionImmediate

Rule: Never ignore policy emails. Silence = admission.

Common Traps

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

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

95.09%
按下载量换算4,212

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills