TopRank Skills

Home / Claw Skills / Surveillance / asosuite
Official OpenClaw rules 54%

asosuite

Do App Store Optimization (ASO) with the ASO Suite CLI across iPhone, iPad, Mac, Apple TV, Apple Watch, and VisionOS by finding keywords with popularity/difficulty data, tracking keyword position over time, and monitoring ratings, editorial features, and chart appearances.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 asosuite 技能。 若已安装,则直接安装 asosuite 技能。

Overview

Skill Key
hesselbom/asosuite
Author
hesselbom
Source Repo
openclaw/skills
Version
-
Source Path
skills/hesselbom/asosuite
Latest Commit SHA
d6c419e98f0ac4e78533a8d5eeda8dcb2d3d98b3

Extracted Content

SKILL.md excerpt

# ASO Suite CLI

Use `asosuite` to run ASO workflows across iPhone, iPad, Mac, Apple TV, Apple Watch, and VisionOS apps: discover keywords with popularity and difficulty data, track keyword position over time, and monitor ratings, editorial features, and chart appearances with machine-readable output.

## Setup

Install:

```bash
npm install -g asosuite
asosuite help
```

Authenticate:

```bash
asosuite login
```

## JSON-first rule

For easier parsing, always pass `--json` on every command that supports it.
Commands that do not take `--json`: `login`, `logout`.

## Defaults

- `region=US`
- `platform=iphone`
- `period=30` for `charts` and `ratings`
- Supported platforms: iPhone (`iphone`), iPad (`ipad`), Mac (`mac`), Apple TV (`appletv`), Apple Watch (`watch`), VisionOS (`vision`)

## Command reference (all commands)

- `asosuite login`
- `asosuite logout`
- `asosuite subscription [--json]`
- `asosuite search-apps [--json] [--region <REGION>] [--platform <PLATFORM>] <query...>`
- `asosuite list-apps [--json]`
- `asosuite keywords [--json] [--region <REGION>] [--platform <PLATFORM>] [--app <APP_ID_OR_URL>] <keyword...>`
- `asosuite track-app [--json] [--region <REGION>] [--platform <PLATFORM>] --app <APP_ID_OR_URL>`
- `asosuite untrack-app [--json] [--region <REGION>] [--platform <PLATFORM>] --app <APP_ID_OR_URL>`
- `asosuite plan-app [--json] --name <APP_NAME> [--id <PLANNED_APP_ID>] [--region <REGION>] [--platform <PLATFORM>]`
- `asosuite unplan-app [--json] --id <PLANNED_APP_ID> [--region <REGION>] [--platform <PLATFORM>]`
- `asosuite tracked-keywords list [--json] [--region <REGION>] [--platform <PLATFORM>] [--page <NUMBER>] [--sort <FIELD>] [--order <asc|desc>] --app <APP_ID_OR_URL_OR_PLANNED_ID>`
- `asosuite tracked-keywords add [--json] [--region <REGION>] [--platform <PLATFORM>] --app <APP_ID_OR_URL_OR_PLANNED_ID> <keyword...>`
- `asosuite tracked-keywords remove [--json] [--region <REGION>] [--platform <PLATFORM>] --app <APP_ID_OR_URL_OR_PLANNED_ID> <keywor...

Related Claw Skills