用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Lap-Platform/claude-marketplace --skill query-api命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | query-api |
| description | Query API skill. Use when working with Query for insights, funnels, retention. Covers 19 endpoints. |
| version | 1.0.0 |
| generator | lapsh |
API version: 1.0.0
No authentication required.
https://mixpanel.com/api/query
19 endpoints across 9 groups. See references/api-spec.lap for full details.
| Method | Path | Description |
|---|---|---|
| GET | /insights | Query Saved Report |
| Method | Path | Description |
|---|---|---|
| GET | /funnels | Query Saved Report |
| GET | /funnels/list | List Saved Funnels |
| Method | Path | Description |
|---|---|---|
| GET | /retention | Query Retention Report |
| GET | /retention/addiction | Query Frequency Report |
| Method | Path | Description |
|---|---|---|
| GET | /segmentation | Query Segmentation Report |
| GET | /segmentation/numeric | Numerically Bucket |
| GET | /segmentation/sum | Numerically Sum |
| GET | /segmentation/average | Numerically Average |
| Method | Path | Description |
|---|---|---|
| GET | /stream/query | Profile Event Activity |
| Method | Path | Description |
|---|---|---|
| POST | /cohorts/list | List Saved Cohorts |
| Method | Path | Description |
|---|---|---|
| POST | /engage | Query Profiles |
| Method | Path | Description |
|---|---|---|
| GET | /events | Aggregate Event Counts |
| GET | /events/top | Today's Top Events |
| GET | /events/names | Top Events |
| GET | /events/properties | Aggregrated Event Property Values |
| GET | /events/properties/top | Top Event Properties |
| GET | /events/properties/values | Top Event Property Values |
| Method | Path | Description |
|---|---|---|
| POST | /jql | Custom JQL Query |
Match user requests to endpoints in references/api-spec.lap. Key patterns:
Generated from the official API spec by LAP