Overview
- Skill Key
- aligurelli/appstore-rating-pulse
- Author
- aligurelli
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/aligurelli/appstore-rating-pulse
- Latest Commit SHA
- 1c77fd297646c902431d0abbd241c519f0103801
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".
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 appstore-rating-pulse 技能。 若已安装,则直接安装 appstore-rating-pulse 技能。
# AppStore Rating Pulse 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. ## Setup Edit `scripts/fetch-ratings.sh` with your apps and regions: ```bash # 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.). ## Run Manually ```bash bash /path/to/skills/public/appstore-rating-pulse/scripts/fetch-ratings.sh ``` ## Output Format ``` 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. ## Daily Cron Setup 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). ## Customization - Add/remove apps by editing the `APPS` array in `fetch-ratings.sh` - Add/remove countries per app by editing the comma-separated country code list - Country name display is handled automatically (common countries are mapped; others display as the raw code)
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.