Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计通过

appkittie-mcp-skillsappkittie MCP skills 搜索

Agent Skill

appkittie-mcp-skills 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,072

周安装

128

GitHub Stars

公开资料未说明

下载量

1,024
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:appkittie-mcp-skills(appkittie MCP skills 搜索)
来源仓库:https://github.com/tadasgedgaudas/appkittie-mcp-skills
安装命令:
openclaw skills install appkittie-mcp-skills
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install appkittie-mcp-skills

简介

appkittie-mcp-skills 提供实时 App Store 数据,用于应用发现与竞争情报分析。

  • 适用于关键字研究、收入预估和市场趋势调研等商业智能场景。
  • 在 OpenClaw 中输入关键词或竞品名称即可获取下载量、评分等指标。
  • 数据来源于 AppKitti 服务,存在延迟和配额限制,不适合高频调用。
  • 结果仅供参考,实际市场表现受运营策略和用户行为多重影响。

SKILL.md

AppKittie — App Store intelligence for AI agents

Full API documentation: www.appkittie.com/docs

AppKittie — App Store Intelligence branding

Turn Cursor, Claude Code, or any Agent Skills–compatible assistant into a research partner for the App Store: discovery, ASO, competitors, growth, revenue, and ads—backed by live data from the AppKittie API (2M+ iOS apps, estimates, growth windows, and ad signals).


Install the skills

Today’s coding agents load Agent Skills from disk: each skill is a folder with a SKILL.md (and optional files), placed where your tool looks—commonly .cursor/skills/, .claude/skills/, .agents/skills/, or .codex/skills/. You either copy those folders, subscribe to a remote rule (Cursor), or use a CLI that fetches from GitHub (Claude Code).

Claude Code — official installer; downloads this repo and registers the skills:

npx skills add appkittie/mcp

Install only specific skills:

npx skills add appkittie/mcp --skill keyword-research competitor-analysis

If you already cloned the repo: cp -r mcp/skills/* .claude/skills/

CursorSettings (⌘⇧J) → RulesAdd RuleRemote Rule (GitHub)https://github.com/appkittie/mcp, *or* copy skills locally:

WhereCommand
Projectcp -r mcp/skills/* .cursor/skills/
User (all projects)cp -r mcp/skills/* ~/.cursor/skills/

Any other agent — clone and point skills/ at the path your client documents:

git clone https://github.com/appkittie/mcp.git
cp -r mcp/skills/* .cursor/skills/   # or .claude/skills/, .agents/skills/, .codex/skills/

Install the MCP server

Skills describe *how* to reason about App Store work; MCP exposes live tools (search_apps, keyword endpoints, etc.) against AppKittie. Create an API key at appkittie.com/settings/api-keys (it is only shown once when created).

Claude Code — register the hosted server (HTTP transport + bearer auth):

claude mcp add appkittie --transport http https://mcp.appkittie.com --header "Authorization: Bearer YOUR_API_KEY"

Substitute your real key for YOUR_API_KEY.

Cursor and other MCP clients — use the same URL and Authorization: Bearer … header in your app’s MCP configuration. Example JSON: Wire up the MCP server below.


What you get

PieceRole
SkillsOpinionated playbooks under skills/—how to ask questions, structure answers, and chain workflows
MCP serverHosted proxy (mcp.appkittie.com) so MCP clients can call AppKittie without wiring HTTP yourself
REST APIDirect GET/POST to https://appkittie.com/api/v1 for scripts, backends, or custom tools

Skills compose: e.g. competitor-analysis may point you to keyword-research, then metadata-optimization for execution.


Wire up the MCP server

The worker on Cloudflare forwards requests to AppKittie. Claude Code users can register via claude mcp add above; everyone else (e.g. Cursor) typically pastes config like this:

  1. Create a key: appkittie.com/settings/api-keys (shown once—copy immediately).
  2. Register the server:
{
  "mcpServers": {
    "appkittie": {
      "url": "https://mcp.appkittie.com",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

MCP tools

ToolPurposeCredits
search_appsFilter iOS apps (30+ parameters)1 × rows returned
get_app_detailMetadata, revenue, ads, IAPs, creators, contacts, history1 / call
get_keyword_difficultyOne keyword: popularity, difficulty, traffic, top apps10 / call
batch_keyword_difficultyUp to 10 keywords, ranked by opportunity10 × keyword
get_supported_countriesValid storefront codesFree

MCP prompts

PromptUse case
discover_nicheWalk through profitable niches inside a category
competitor_analysisStructured competitive intel
keyword_researchPrioritize and document a keyword set
app_growth_reportGainers, losers, trend read
ad_intelligenceCategory or niche ad landscape

Skill catalog

Intelligence & positioning

SkillLinkSummary
App discoveryapp-discoverySlice the catalog by category, money, traction, ratings, ads, and more
Keyword researchkeyword-researchPopularity, difficulty, traffic score, leaders—turn into a ranked plan
Metadatametadata-optimizationTitle, subtitle, keyword field, description with variants and limits
Competitorscompetitor-analysisGaps, revenue contrast, ad teardown, positioning

Growth, money, ads

SkillLinkSummary
Growthgrowth-analysisFast movers, drivers, emerging patterns
Revenuerevenue-analysisBenchmarks, monetization, IAP shape, pricing
Adsad-intelligenceMeta + Apple Search Ads footprint, creatives, UA angles

Shared context

SkillLinkSummary
Marketing contextapp-marketing-contextOne doc: app, audience, rivals, goals—feeds the other skills

Example prompts & commands

Natural language (after skills are installed):

  • “Surface the highest-earning Health & Fitness apps.”
  • “US keyword set for a meditation app—prioritize by opportunity.”
  • “Competitive read for app id 1234567890.”
  • “Who’s buying Meta ads in productivity lately?”
  • “What’s climbing fastest this week?”
  • “Rewrite title + subtitle for these keywords, three options each.”
  • “Capture my marketing context so follow-ups stay consistent.”
  • “Rough revenue band for education—who owns the top?”

Slash-style entry points: /app-discovery, /keyword-research, /metadata-optimization, /competitor-analysis, /growth-analysis, /ad-intelligence, /revenue-analysis.


How an agent typically runs

  1. Loads the relevant SKILL.md (templates, guardrails, output shape).
  2. Calls AppKittie—via MCP tools or HTTP—e.g. search_apps with category + sortBy: revenue, or batch_keyword_difficulty for a seed list, then get_keyword_difficulty on shortlist items.
  3. Synthesizes: tables, takeaways, and next actions instead of raw JSON dumps.

REST API quick reference

Base: https://appkittie.com/api/v1 Auth: Authorization: Bearer <key> — same keys as the dashboard.

curl -sS "https://appkittie.com/api/v1/apps?search=fitness&limit=5" \
  -H "Authorization: Bearer YOUR_API_KEY"

Routes & billing

RouteVerbRoleCredits
/api/v1/appsGETSearch / filter apps1 per app in the payload
/api/v1/apps/:appIdGETFull detail for one app1 per request
/api/v1/keywords/difficultyGETSingle keyword10 per request
/api/v1/keywords/difficultyPOSTBatch (≤10 keywords)10 per keyword with data

Payload shape

Success bodies use a top-level data. Lists add cursor pagination:

{
  "data": [{ "title": "Calm", "score": 4.8, "downloads": 85000 }],
  "pagination": { "nextCursor": 50, "totalCount": 12450 }
}

Request the next page with cursor=<nextCursor>. null means end of results.

GET /api/v1/apps filters (AND-combined)

GroupParameters
Textsearch — title, developer, description
Categoriescategories, excludedCategories (comma-separated names)
MetricsminDownloads / maxDownloads, minRevenue / maxRevenue, minRating / maxRating, minReviews / maxReviews, lifetime download/revenue min/max
PricepriceType (all \free \paid), minPrice, maxPrice
GrowthgrowthPeriod (7d90d), growthType (all \positive \negative), minGrowth, maxGrowth
SignalshasMetaAds, hasAppleAds, hasCreators, hasEmails, hasWebsite
ContentcontentRating, languages, developer
TimereleasedAfter, updatedAfter (Unix seconds)
OrdersortBy (growth, rating, reviews, updated, released, downloads, revenue, trending, newest), sortOrder (asc \desc)

Full parameter matrix: tools/REGISTRY.md.

cURL samples

High-revenue fitness slice:

curl -sS "https://appkittie.com/api/v1/apps?search=fitness&categories=Health+%26+Fitness&minRevenue=10000&sortBy=revenue&sortOrder=desc&limit=10" \
  -H "Authorization: Bearer YOUR_API_KEY"

Batch keywords (US storefront):

curl -sS -X POST "https://appkittie.com/api/v1/keywords/difficulty" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"keywords":["meditation","sleep tracker","mindfulness","breathing exercises","yoga"],"country":"US"}'

Credits & headers

  • App list: 1 credit per returned row; if your balance is below limit, the API trims the page.
  • App detail: 1 credit per call.
  • Keyword (single): 10 credits per call.
  • Keyword (batch): 10 credits per keyword that returns data; duplicates removed before charge.

Every response can include X-Credits-Used and X-Credits-Remaining. Balance also appears on the API Keys page.

Rate limits

Per key, 60s sliding window. Useful headers:

HeaderMeaning
X-RateLimit-LimitCeiling for the window
X-RateLimit-RemainingCalls left
X-RateLimit-ResetUnix time when the window rolls

429 includes reset timing—back off or wait.

Errors

JSON body includes error; validation issues add details per field.

HTTPSituation
400Bad input — inspect details
401Missing or invalid key
402Out of credits
404Unknown app
429Rate limited
500Server fault
503Search backend unavailable

Fields you can expect

  • List rows: Title, icon, developer, category, rating, reviews, download/revenue estimates (e.g. trailing 30d revenue), multi-window growth, release/update timestamps.
  • Detail: Everything above plus description, screenshots, versions, IAP catalog, Meta creatives (assets, copy, status, dates), Apple Search Ads by country, creator deals, contact hints, socials, hiring flags, historical series for rank/reviews/revenue/downloads.
  • Keywords: Popularity and difficulty (0–100), competing app count, traffic score (0–100), leaderboard snippets (title, icon, reviews, score, rank).

License

MIT

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

79.67%
按下载量换算816

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills