ASO Suite

v0.1.0

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/diff...

1· 325·0 current·0 all-time
byviktor hesselbom@hesselbom
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
The skill claims to drive the ASO Suite CLI and its SKILL.md only instructs running the 'asosuite' binary and related commands; the declared npm package and required binary match the stated purpose and there are no unrelated environment variables or config paths requested.
Instruction Scope
Runtime instructions are limited to installing the CLI, running its commands (search-apps, keywords, charts, etc.), and performing 'asosuite login'/'logout'. The SKILL.md does not instruct reading unrelated files, accessing other credentials, or exfiltrating data to unexpected endpoints. Note: 'login' implies storing credentials via the CLI itself, which is expected for a CLI that talks to a remote service.
Install Mechanism
The install spec is an npm package (asosuite) producing a global 'asosuite' binary. This is proportionate to a CLI skill, but npm packages can run arbitrary install/postinstall scripts and execute code from the registry, so verify the package's provenance, maintainership, and popularity before installing globally.
Credentials
No environment variables or external credentials are declared or required by the skill metadata. The only credential interaction is the CLI's own 'login' flow, which is appropriate for a tool that accesses a remote ASO service.
Persistence & Privilege
The skill is not forced-always and does not request elevated platform privileges. Installing the npm package globally will create a system-wide binary (normal for CLIs) but the skill itself does not request persistent agent-level privileges or modify other skills' configs.
Assessment
This skill appears coherent for controlling the ASO Suite CLI, but before installing: 1) Inspect the 'asosuite' npm package page (maintainer, version history, download count, open issues). 2) Prefer installing in a controlled environment (non-root or a container) rather than -g if you want to limit system impact. 3) Review what 'asosuite login' stores and where (local config file, keychain, etc.). 4) If you need stronger assurance, review the package source code or use a vetted alternative. The skill is internally consistent but installing arbitrary npm CLIs carries the usual supply-chain risk.

Like a lobster shell, security has layers — review code before you run it.

latestvk9715rpz8f6ksmxbntx64ravb981vmjr

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

📈 Clawdis
Binsasosuite

Install

Install asosuite (npm)
Bins: asosuite
npm i -g asosuite

Comments