Run ASO Skill from your terminal.

The public npm CLI handles browser authorization, stores the credential in the operating-system credential store, and gives people or agents a predictable command interface.

npm install --global @aso-skill/cli
aso-skill login
aso-skill search "habit tracker" --storefront SE --platform iphone

Where the CLI stores credentials

macOS

Uses macOS Keychain for the encrypted local credential.

Windows

Uses Windows Credential Manager without requiring a plaintext configuration file.

Linux

Uses Secret Service when available. Trusted headless servers can explicitly opt into a mode-0600 credential file.

Commands

aso-skill status
aso-skill search TERM [--storefront US] [--platform iphone]
aso-skill autocomplete TERM [--storefront US] [--platform iphone]
aso-skill popularity TERM [--storefront US]
aso-skill apps APP_ID... [--storefront US] [--platform iphone]
aso-skill credits
aso-skill packs
aso-skill checkout PACK_ID --confirm-checkout
aso-skill logout

Search, autocomplete, popularity, and app lookup cost one credit on success. Authentication, status, pack discovery, and balance checks are free.