在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用creative-insights-api
星标2
分支0
更新时间2026年1月23日 17:28
Calls the Motion creative insights api
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Calls the Motion creative insights api
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | creative-insights-api |
| description | Calls the Motion creative insights api |
When asked for Motion analytics or creative insights, construct a curl request to the Creative Insights API.
The following environment variables must be set:
| Variable | Description |
|---|---|
MOTION_API_TOKEN | Bearer token for API authentication |
https://builder-be.staging.motionapp.com/api/creative-insights
| Parameter | Type | Description |
|---|---|---|
format | 'image' | 'video' | Filter by creative format |
grouping | string | How to group the results |
sortKey | string | Field to sort by (e.g., thumbstop, retention, spend) |
sortDirection | 'asc' | 'desc' | Sort order |
dateRange | string | Preset date range (e.g., last_7d, last_30d, last_90d) |
startDate | string | Custom start date (ISO format) |
endDate | string | Custom end date (ISO format) |
limit | number | Maximum number of results to return |
creativeAssetIds | string | Filter by specific creative asset IDs (can pass multiple) |
curl -H "Authorization: Bearer $MOTION_API_TOKEN" "https://builder-be.staging.motionapp.com/api/creative-insights?format=video&sortKey=thumbstop&sortDirection=desc&dateRange=last_30d&limit=10"
If the user doesn't specify parameters, use these sensible defaults:
sortDirection=descdateRange=last_30dlimit=10