Secure ASO research from any 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.

npx --yes @aso-skill/cli@0.1.4 login
npx --yes @aso-skill/cli@0.1.4 search "habit tracker" --storefront SE --platform iphone

Credentials stay where they belong

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

npx --yes @aso-skill/cli@0.1.4 status
npx --yes @aso-skill/cli@0.1.4 search TERM [--storefront US] [--platform iphone]
npx --yes @aso-skill/cli@0.1.4 popularity TERM [--storefront US]
npx --yes @aso-skill/cli@0.1.4 apps APP_ID... [--storefront US] [--platform iphone]
npx --yes @aso-skill/cli@0.1.4 credits
npx --yes @aso-skill/cli@0.1.4 packs
npx --yes @aso-skill/cli@0.1.4 checkout PACK_ID --confirm-checkout
npx --yes @aso-skill/cli@0.1.4 logout

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