Monitor App Store ratings for any iOS app across multiple countries. Fetches live overall ratings using Apple's free iTunes Lookup API — no API key needed. S...
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install appstore-rating-pulse或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install appstore-rating-pulse⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/appstore-rating-pulse/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: appstore-rating-pulse description: Monitor App Store ratings for any iOS app across multiple countries. Fetches live overall ratings using Apple's free iTunes Lookup API — no API key needed. Set up a daily cron report or get an instant snapshot. Triggers on "track app ratings", "check my App Store rating", "daily rating report", or "show ratings across countries". ---
Fetches current overall App Store ratings for iOS apps across any country using Apple's free iTunes Lookup API — no API key or paid subscription needed.
Edit scripts/fetch-ratings.sh with your apps and regions:
# Apps: "App Name" "AppStoreID" "CC1,CC2,CC3"
APPS=(
"My App|1234567890|US,GB,DE"
"Another App|9876543210|US,JP,KR"
)
Country codes follow ISO 3166-1 alpha-2 (US, GB, JP, KR, DE, FR, RU, ES, CA, AU, etc.).
bash /path/to/skills/public/appstore-rating-pulse/scripts/fetch-ratings.sh
overall rating for My App(1234567890) 19.02.2026 - 4,72 - USA
overall rating for My App(1234567890) 19.02.2026 - 4,10 - UK
overall rating for My App(1234567890) 19.02.2026 - N/A - GERMANY
Ratings use comma as decimal separator. N/A means the app has no ratings in that country yet.
Create an isolated cron job (sessionTarget: isolated) that runs the script and delivers the output via announce:
Run bash /path/to/scripts/fetch-ratings.sh and send the output to the user as-is. If all lines show N/A or the script errors, warn that something may be wrong.
Schedule example: 0 12 * (daily at noon, your timezone).
APPS array in fetch-ratings.sh安装 AppStore Rating Pulse 后,可以对 AI 说这些话来触发它
Help me get started with AppStore Rating Pulse
Explains what AppStore Rating Pulse does, walks through the setup, and runs a quick demo based on your current project
Use AppStore Rating Pulse to monitor App Store ratings for any iOS app across multiple countries
Invokes AppStore Rating Pulse with the right parameters and returns the result directly in the conversation
What can I do with AppStore Rating Pulse in my developer & devops workflow?
Lists the top use cases for AppStore Rating Pulse, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/appstore-rating-pulse/ 目录(个人级,所有项目可用),或 .claude/skills/appstore-rating-pulse/(项目级)。重启 AI 客户端后,用 /appstore-rating-pulse 主动调用,或让 AI 根据上下文自动发现并使用。
AppStore Rating Pulse 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
AppStore Rating Pulse 可免费安装使用。请查阅仓库了解许可证信息。
Monitor App Store ratings for any iOS app across multiple countries. Fetches live overall ratings using Apple's free iTunes Lookup API — no API key needed. S...
AppStore Rating Pulse 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my developer & devops tasks using AppStore Rating Pulse
Identifies repetitive steps in your workflow and sets up AppStore Rating Pulse to handle them automatically