Appfollow Skill

Analytics

Domain knowledge for your AI assistant — workflow patterns, data model concepts, and gotchas for Appfollow tools.

5 tools
SKILL.md

Appfollow
SKILL.md

Domain knowledge for Appfollow — app store insights, reviews, competitor analysis

Appfollow

Appfollow tracks app store presence: collections → app lists → ratings, reviews, stats.

Data Model

  • App collections are account-level groups. List to get apps_id. Apps live in collections.
  • App lists are apps within a collection. Need apps_id. Returns ext_id for each app.
  • Ratings and reviews: Need ext_id from app list. list_ratings returns per-app ratings; list_stat_reviews returns aggregate stats.
  • Users: Account users for permissions.
  • Hierarchy: apps_id (collection) → ext_id (app) → ratings/reviews.

Gotchas

  • apps_id: From list_app_collections. Required for list_app_lists.
  • ext_id: From list_app_lists (data.apps_app[0].app.ext_id). Required for ratings and stat_reviews.
  • list_reviews vs list_stat_reviews: list_reviews returns individual reviews; list_stat_reviews returns aggregate stats.

Use with Appfollow Bundle

This skill teaches your AI assistant domain knowledge. To actually execute Appfollow API calls, enable the MCP bundle — the skill and bundle work together.

Ready to use Appfollow?

Install the skill for domain knowledge, enable the bundle for authenticated tool access

What is a Skill?

Appfollow Skill - SKILL.md for Claude Code, Cursor & More