ASO Toolkit
ASO Toolkit brings App Store Optimization into your OpenClaw assistant. It gives your agent four offline tools to research, write, and audit the metadata that decides how apps rank and convert on the App Store and Google Play — no API key, no external calls, everything runs locally. Most ASO mistakes are mechanical and invisible until you lose rankings: titles that blow past the 30-character limit, keyword fields padded with wasted spaces after commas, the same word repeated across the title and keyword field (where it's already indexed), and plurals eating space Apple already stems for free. ASO Toolkit catches and fixes all of it in seconds, right inside a conversation. What you can do: aso_metadata_audit — Score any App Store or Google Play listing 0–100 against exact character limits and ASO best practices, with prioritized, plain-English fixes (errors, warnings, and tips). Detects over-limit fields, wasted keyword space, cross-field duplication, and keyword stuffing in Google Play descriptions. aso_keyword_field_builder — Turn a messy list of keyword ideas into an optimal 100-character App Store keyword field. Automatically dedupes, stems plurals, removes stop words, and drops any term already present in your title or subtitle, then packs the highest-value words with no wasted characters. aso_keyword_ideas — Expand a single seed term (and optional category) into keyword ideas grouped by search intent — branded, category, feature, and long-tail — to seed your research. aso_title_optimizer — Generate App Store title and subtitle combinations that stay within the 30-character limits, lead with your brand, and pack the highest-priority keyword phrases. Built and maintained by ASO Agency, an App Store Optimization studio for funded app startups. The core logic is dependency-free and fully unit-tested. Free and open source under the MIT license.
Install
openclaw plugins add openclaw-aso-toolkit
Configuration Example
{
"plugins": {
"entries": {
"aso-toolkit": {
"enabled": true,
"config": {}
}
}
}
}
README
# ASO Toolkit for OpenClaw
**App Store Optimization tools for your OpenClaw assistant.** Audit metadata, build keyword fields, generate keyword ideas, and optimize titles for the **App Store** and **Google Play** — all offline, no API key required.
Built and maintained by **[ASO Agency](https://asoagency.io)**, an App Store Optimization studio for funded app startups.
---
## Why
Most ASO mistakes are mechanical: titles over the 30-character limit, keyword fields padded with spaces, the same word repeated across title and keywords, plurals wasting space Apple already stems. This plugin lets your OpenClaw agent catch and fix all of that in seconds.
## Tools
| Tool | What it does |
|------|--------------|
| `aso_metadata_audit` | Scores App Store / Google Play metadata (0–100) against character limits and ASO best practices, with prioritized fixes. |
| `aso_keyword_field_builder` | Packs an optimal **100-character** App Store keyword field — dedupes, stems plurals, removes title/subtitle words and stop words. |
| `aso_keyword_ideas` | Expands a seed term into keyword ideas grouped by search intent. |
| `aso_title_optimizer` | Suggests title + subtitle combos within the 30-char limits, brand-first. |
## Install
```bash
openclaw plugins add openclaw-aso-toolkit
```
Or clone and link locally:
```bash
git clone https://github.com/MehdiSaad/openclaw-aso-toolkit
openclaw plugins add ./openclaw-aso-toolkit
```
No configuration needed — the plugin runs entirely offline.
## Example
> **You:** Audit my App Store metadata. Title "BudgetPal: Money & Expenses", subtitle "Track your spending easily", keywords "budget, money, expenses, spending, finance".
> **OpenClaw** (via `aso_metadata_audit`): Score 71/100. Errors: keyword field uses spaces after commas (wasting 4 characters). Warnings: "money" appears in both title and keywords — drop it from keywords; "spending" duplicates the subtitle.
## Development
```bash
npm test # runs the offline logic test suite (node --test)
```
The core logic lives in [`src/aso.ts`](src/aso.ts) and is fully dependency-free and unit-tested.
## About ASO Agency
[ASO Agency](https://asoagency.io) helps funded app startups grow App Store and Google Play installs through keyword research, metadata optimization, and conversion-rate optimization. Read the [ASO blog](https://asoagency.io) or [book a call](https://asoagency.io).
## License
MIT © [ASO Agency](https://asoagency.io)
Comments
Sign in to leave a comment