Aso apptweak
Skill FelixGraeber/claude-aso-audit-skill/extensions/apptweak/skills/aso-apptweak
Live ASO data via AppTweak REST API. Keyword suggestions with volume/difficulty, app rankings, competitor analysis, review sentiment, and historical data. Requires AppTweak API key. Triggers on: "apptweak", "live data", "keyword volume".From its SKILL.md
npx -y skills add FelixGraeber/claude-aso-audit-skill --skill aso-apptweakAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
3 things to look at
- reads credentialsReads from 2 credential sources: `.env` and 1 more.
- 4 stars4 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
- runs commandsInstructs the agent to run 1 command, including `uv run python scripts/apptweak_client.py <command> <args> --json`.
SKILL.md
1.1 KB, 205 tokens by cl100k_base, as published. Nobody here has run it
ASO AppTweak — Live Data Integration
Provides live ASO data from AppTweak's API. Requires API key stored in .env.
Commands
| Command | What it does |
|---|---|
/aso apptweak keywords <seed> | Keyword suggestions with search volume and difficulty |
/aso apptweak rankings <app-id> | Current keyword rankings for the app |
/aso apptweak competitors <app-id> | Similar apps with keyword overlap scores |
/aso apptweak timeline <app-id> | Historical ranking data |
/aso apptweak reviews <app-id> | Recent reviews with sentiment analysis |
Usage
All commands use:
uv run python scripts/apptweak_client.py <command> <args> --json
Authentication
API key loaded from APPTWEAK_API_KEY or the ASO env file.
Available Tools
Read, Bash, Write, Glob, Grep
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.