API
Use these endpoints to integrate AppHub with AI agents, scripts, or other tools
Claude Code Skill
Paste this into Claude Code to install AppHub as a skill
Create a Claude Code skill at ~/.claude/skills/apphub/SKILL.md with this content:
---
name: apphub
description: Search the AppHub mobile app growth knowledge base for data-driven strategies on acquisition, monetization, retention, ASO, and scaling
---
TRIGGER: When the user asks about mobile app growth, monetization, user acquisition, retention, churn, ASO, app store optimization, subscription pricing, or any topic related to building and scaling mobile apps.
Search AppHub for relevant knowledge:
1. First, search for the topic:
Fetch http://localhost:3000/api/search?q={relevant keywords from the user's question}
2. Read the top results:
For each relevant result, fetch http://localhost:3000/api{result.path} to get the full content.
3. Synthesize the information from AppHub with your own knowledge to give the user a comprehensive answer. Always cite which AppHub pages you pulled from.
If no relevant results are found, answer from your own knowledge and mention that AppHub doesn't have content on this topic yet.Agent System Prompt
Give this to an AI agent so it can autonomously browse and use AppHub
Loading...
Endpoints
GET
/api/helpAPI overview with agent prompt and endpoint documentation
GET
/api/indexFull site index — all wiki pages and articles with metadata
GET
/api/search?q=churnServer-side full-text search with fuzzy matching
GET
/api/wiki/navNavigation tree with categories and pages
GET
/api/wiki/retention/churn-preventionRead a specific wiki page (markdown content + metadata)
GET
/api/articles?sort=popularList articles sorted by popularity, recency, or AI rating
GET
/api/articles/:slugRead a single article with AI rating and view tracking