ASO Skills

v1.0.0Marketing & SEOstable

AI agent skills for App Store Optimization (ASO) and app marketing. Built for indie developers, app marketers, and growth teams who want Cursor, Claude Code, or any Agent Skills-compatible AI assistant to help with keyword research, metadata optimiza

app-store-analyticsapp-store-connectapp-store-liveapp-store-optimizationaso
Share:
1,369
Stars
0
Downloads
0
Weekly
0/5

What is ASO Skills?

ASO Skills is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to ai agent skills for app store optimization (aso) and app marketing. built for indie developers, app marketers, and growth teams who want cursor, claude code, or any agent skills-compatible ai assistan...

AI agent skills for App Store Optimization (ASO) and app marketing. Built for indie developers, app marketers, and growth teams who want Cursor, Claude Code, or any Agent Skills-compatible AI assistant to help with keyword research, metadata optimiza

This server falls under the Marketing & SEO category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • AI agent skills for App Store Optimization (ASO) and app mar

Use Cases

Conduct app store keyword research and optimization.
Optimize app metadata and screenshots for discoverability.
Analyze app store analytics and competitor rankings.
Eronred

Maintainer

LicenseMIT
Languageshell
Versionv1.0.0
UpdatedMay 22, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx aso-skills

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use ASO Skills

ASO Skills is a collection of AI agent skills for App Store Optimization and mobile app marketing, designed to be used with AI coding assistants like Claude Code, Cursor, and any agent that supports the Skills protocol. It covers the full ASO lifecycle — keyword research, metadata optimization, competitor analysis, creative asset strategy, Apple Search Ads campaign setup, and live App Store Connect data via the Appeeky API. Rather than a traditional MCP server exposing tools, it provides structured skill files that route ASO tasks to the appropriate specialist workflow, making it ideal for indie developers and growth teams who want an always-on ASO consultant embedded in their AI assistant.

Prerequisites

  • Node.js 18+ installed (for npx-based installation)
  • Claude Code, Cursor, or another AI assistant that supports agent skills
  • An Appeeky account and API key for live App Store Connect data (optional but recommended for analytics features)
  • Apple App Store Connect access if using keyword and download data features
1

Install ASO Skills via npx

Use the skills CLI to add the ASO Skills package to your project or globally. You can install all skills or select specific ones.

# Install all ASO skills
npx skills add eronred/aso-skills

# Install only specific skills
npx skills add eronred/aso-skills --skill aso-audit keyword-research
2

Configure Appeeky API access (optional)

For live App Store Connect data (downloads, revenue, subscriptions), add the Appeeky MCP server to your client config. Get your API key at appeeky.com.

{
  "mcpServers": {
    "appeeky": {
      "url": "https://mcp.appeeky.com/mcp",
      "headers": {
        "Authorization": "Bearer apk_your_key_here"
      }
    }
  }
}
3

For Cursor users: add as a remote rule

In Cursor, go to Settings (Cmd+Shift+J) → Rules → Add Rule → Remote Rule and paste the GitHub URL. This makes all ASO skills available as slash commands.

https://github.com/eronred/aso-skills
4

Use the /aso-skill router command

Once installed, use the /aso-skill command prefix in your AI assistant. It automatically routes your request to the appropriate specialist skill — keyword research, audit, creative review, or growth planning.

5

Run your first ASO audit

Ask your AI assistant to run a full ASO audit for your app using its App Store ID. The skill will check metadata completeness, keyword coverage, and competitor positioning.

ASO Skills Examples

Client configuration

MCP configuration for the Appeeky live data connector used alongside ASO Skills.

{
  "mcpServers": {
    "appeeky": {
      "url": "https://mcp.appeeky.com/mcp",
      "headers": {
        "Authorization": "Bearer apk_your_key_here"
      }
    }
  }
}

Prompts to try

Example prompts to use with ASO Skills in Claude Code or Cursor.

- "Run an ASO audit for my app (id: 1617391485)"
- "Find the best keywords for a meditation app targeting US and UK markets"
- "Optimize my App Store title and subtitle for a fitness tracking app"
- "Analyze my top 3 competitors and identify keyword gaps"
- "How many downloads do I need to reach top 10 in Health & Fitness?"
- "Build an Apple Search Ads campaign strategy for my language learning app"
- "Set up a weekly competitor monitoring routine for apps in the productivity category"

Troubleshooting ASO Skills

'npx skills' command not found after installation

The skills CLI requires Node.js 18+. Run 'node --version' to check. If the CLI is unavailable, clone the repo manually with 'git clone https://github.com/Eronred/aso-skills.git' and copy the skills directory to '.cursor/skills/' or your agent's skills folder.

Appeeky API returns 401 Unauthorized

Ensure the Authorization header uses the exact format 'Bearer apk_your_key_here' with your real key from appeeky.com. The key prefix 'apk_' is part of the token format.

Skills are installed but the AI assistant doesn't seem to use them

Skills need to be in the correct directory for your client. For Cursor global installs, copy to '~/.cursor/skills/'. For project-level, copy to '.cursor/skills/' in your project root. Restart the editor after copying.

Frequently Asked Questions about ASO Skills

What is ASO Skills?

ASO Skills is a Model Context Protocol (MCP) server that ai agent skills for app store optimization (aso) and app marketing. built for indie developers, app marketers, and growth teams who want cursor, claude code, or any agent skills-compatible ai assistant to help with keyword research, metadata optimiza It connects AI assistants to external tools and data sources through a standardized interface.

How do I install ASO Skills?

Follow the installation instructions on the ASO Skills GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with ASO Skills?

ASO Skills works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is ASO Skills free to use?

Yes, ASO Skills is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

Browse More Marketing & SEO MCP Servers

Explore all marketing & seo servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "aso-skills": { "command": "npx", "args": ["-y", "aso-skills"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use ASO Skills?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides