/SKILL.md
Look up public Google Play Store listings by app name and region, then extract the Play Store URL, title, developer, category, rating, description, and screenshot URLs. Use when the user gives an Android app name and wants its Google Play page, store description, screenshots, rating, developer, or other public listing details.
npx skillsauth add alizeeblack-code/google-play-store-lookup google-play-store-lookupInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Look up a public Google Play Store listing from an app name.
This skill is currently a beta workflow. For status, strengths, and known limitations, read references/beta-notes.md when you need to explain reliability or caveats.
Accept:
us)en)links: keep screenshot URLs as pure linksdownload-images: download screenshots locally, then send them as images when the chat surface supports image displayus + en unless the user specifies another market.python3 scripts/google_play_lookup_agent_browser.py --country <country> --lang <lang> --app-name "<app name>"
Optional developer hint:
python3 scripts/google_play_lookup_agent_browser.py --country <country> --lang <lang> --app-name "<app name>" --developer "<developer>"
python3 scripts/google_play_lookup.py --country <country> --lang <lang> --app-name "<app name>"
python3 scripts/extract_screenshot_urls.py --query "<app name>" --country <country> --lang <lang>
links: return the original screenshot URLs as plain links, one per line, with no bullets or numberingdownload-images: save screenshots locally with scripts/download_screenshots.py, then return them as chat images when supportedWhen a match is found, return:
links: screenshot URLs onlydownload-images: downloaded image files, ready to send back into chatIf no match is found:
scripts/google_play_lookup_agent_browser.py first.python3 scripts/extract_screenshot_urls.py --query "<app name>" --country <country> --lang <lang>
python3 scripts/download_screenshots.py --input-json <json-file> --output-dir <target-dir>
development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.
development
Maintainer workflow for OpenClaw releases, prereleases, changelog release notes, and publish validation. Use when Codex needs to prepare or verify stable or beta release steps, align version naming, assemble release notes, check release auth requirements, or validate publish-time commands and artifacts.
development
Run, watch, debug, and extend OpenClaw QA testing with qa-lab and qa-channel. Use when Codex needs to execute the repo-backed QA suite, inspect live QA artifacts, debug failing scenarios, add new QA scenarios, or explain the OpenClaw QA workflow. Prefer the live OpenAI lane with regular openai/gpt-5.4 in fast mode; do not use gpt-5.4-pro or gpt-5.4-mini unless the user explicitly overrides that policy.
development
End-to-end Parallels smoke, upgrade, and rerun workflow for OpenClaw across macOS, Windows, and Linux guests. Use when Codex needs to run, rerun, debug, or interpret VM-based install, onboarding, gateway smoke tests, latest-release-to-main upgrade checks, fresh snapshot retests, or optional Discord roundtrip verification under Parallels.