LaunchKit · 2026
Back to Skills

appstore-rating-pulse

Monitor App Store ratings for any iOS app across multiple countries.

0
474 downloads
by @aligurelli

Setup & Installation

openclaw skills install @aligurelli/appstore-rating-pulse

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install appstore-rating-pulse

Version History

v1.1.0Feb 19, 2026 - Version note by skill developer:

Shortened description for better display on ClawHub.

What This Skill Does

Fetches live overall App Store ratings for iOS apps across multiple countries using Apple's iTunes Lookup API. Configure app IDs and country codes in a shell script, then run on demand or schedule a daily cron report.

Uses Apple's free iTunes Lookup API, so no paid service, API key, or account signup is required.

When to use it

  • Check if your app's rating dropped after a major update
  • Compare ratings across US, UK, and Japan before a launch
  • Get a daily digest of ratings for a portfolio of apps
  • Spot countries where your app has no ratings yet
  • Track how a competitor's rating shifts over time

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Show my app ratings across US, UK, and Germany

AGENT
  1. 1Reads the APPS array in fetch-ratings.sh to find the app ID and target country codes
  2. 2Calls Apple's iTunes Lookup API for each country in sequence
  3. 3Parses the overall rating from each API response
  4. 4Returns formatted lines with app name, date, rating, and country
OUTPUT

overall rating for My App(1234567890) 12.03.2026 - 4,72 - USA overall rating for My App(1234567890) 12.03.2026 - 4,10 - UK overall rating for My App(1234567890) 12.03.2026 - N/A - GERMANY