@thinkingai/ae-cli 1.0.1 → 1.0.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (259) hide show
  1. package/README.md +38 -64
  2. package/README.zh.md +203 -0
  3. package/dist/{auth-JXELJNDS.js → auth-4GAHTBVH.js} +2 -2
  4. package/dist/{auth-L3G3A74I.js → auth-U2GHFMFY.js} +20 -6
  5. package/dist/{chunk-OVQOK35G.js → chunk-EBFUVWIZ.js} +25 -6
  6. package/dist/{chunk-3GM5LJZR.js → chunk-OQ4XEG77.js} +7 -4
  7. package/dist/{chunk-JD5DXMKL.js → chunk-TJIMDNAU.js} +10 -8
  8. package/dist/{chunk-RJNLN3KQ.js → chunk-UK6HO5O5.js} +7 -6
  9. package/dist/{client-5QSQBBDB.js → client-HU63573O.js} +3 -3
  10. package/dist/{config-Q7J3Z7Z2.js → config-OLF7RBPM.js} +5 -5
  11. package/dist/index.js +18 -17
  12. package/dist/{raw-ZNVURYMR.js → raw-GDO4IWNW.js} +8 -6
  13. package/dist/{te-analysis-7NN3SY3I.js → te-analysis-ZDJXMWZY.js} +64 -26
  14. package/dist/{te-audience-P43BWMHM.js → te-audience-T5B52EEB.js} +65 -25
  15. package/dist/{te-common-H3IPTI2I.js → te-common-BPTXXTHQ.js} +11 -38
  16. package/dist/{community-GMALVSRF.js → te-community-FPB5LH56.js} +59 -59
  17. package/dist/{te-dataops-WCGDBJLF.js → te-dataops-2NUJVG47.js} +3 -28
  18. package/dist/{te-engage-UTRVNTGU.js → te-engage-K3EANZ5P.js} +502 -520
  19. package/dist/{te-meta-HGYNXVGF.js → te-meta-JJMV75KB.js} +88 -20
  20. package/package.json +9 -7
  21. package/skills/ae-analysis/SKILL.md +229 -0
  22. package/skills/{te-meta/references/batch-create-metadata.md → ae-analysis/references/batch_create_metadata.md} +5 -5
  23. package/skills/{te-meta/references/batch-edit-metadata.md → ae-analysis/references/batch_edit_metadata.md} +4 -4
  24. package/skills/{te-analysis/references/build-entity-details-sql.md → ae-analysis/references/build_entity_details_sql.md} +14 -14
  25. package/skills/{te-analysis/references/build-event-details-sql.md → ae-analysis/references/build_event_details_sql.md} +14 -14
  26. package/skills/{te-analysis/references/create-alert.md → ae-analysis/references/create_alert.md} +7 -7
  27. package/skills/{te-audience/references/create-cluster.md → ae-analysis/references/create_cluster.md} +26 -22
  28. package/skills/{te-analysis/references/create-dashboard.md → ae-analysis/references/create_dashboard.md} +5 -5
  29. package/skills/{te-meta/references/create-metric.md → ae-analysis/references/create_metric.md} +16 -16
  30. package/skills/{te-analysis/references/create-or-update-dashboard-note.md → ae-analysis/references/create_or_update_dashboard_note.md} +5 -5
  31. package/skills/{te-meta/references/create-project-mark-time.md → ae-analysis/references/create_project_mark_time.md} +5 -5
  32. package/skills/{te-analysis/references/create-public-access-link.md → ae-analysis/references/create_public_access_link.md} +5 -5
  33. package/skills/{te-analysis/references/create-report.md → ae-analysis/references/create_report.md} +14 -14
  34. package/skills/{te-analysis/references/create-result-cluster.md → ae-analysis/references/create_result_cluster.md} +8 -8
  35. package/skills/{te-audience/references/create-tag.md → ae-analysis/references/create_tag.md} +18 -17
  36. package/skills/{te-meta/references/create-virtual-event.md → ae-analysis/references/create_virtual_event.md} +14 -14
  37. package/skills/{te-meta/references/create-virtual-property.md → ae-analysis/references/create_virtual_property.md} +11 -11
  38. package/skills/{te-meta/references/delete-project-mark-times.md → ae-analysis/references/delete_project_mark_times.md} +4 -4
  39. package/skills/{te-meta/references/delete-track-items.md → ae-analysis/references/delete_track_items.md} +4 -4
  40. package/skills/{te-analysis/references/drilldown-user-events.md → ae-analysis/references/drilldown_user_events.md} +11 -11
  41. package/skills/{te-analysis/references/drilldown-users.md → ae-analysis/references/drilldown_users.md} +12 -9
  42. package/skills/ae-analysis/references/generate_track_program.md +51 -0
  43. package/skills/ae-analysis/references/generate_track_sdk_sample.md +43 -0
  44. package/skills/{te-analysis/references/get-alert.md → ae-analysis/references/get_alert.md} +4 -4
  45. package/skills/{te-analysis/references/get-alert-definition-schema.md → ae-analysis/references/get_alert_definition_schema.md} +4 -4
  46. package/skills/ae-analysis/references/get_analysis_query_schema.md +61 -0
  47. package/skills/ae-analysis/references/get_cluster_definition_schema.md +53 -0
  48. package/skills/ae-analysis/references/get_clusters_by_name.md +69 -0
  49. package/skills/{te-analysis/references/get-filter-schema.md → ae-analysis/references/get_filter_schema.md} +4 -4
  50. package/skills/{te-analysis/references/get-groupby-schema.md → ae-analysis/references/get_groupby_schema.md} +4 -4
  51. package/skills/{te-meta/references/get-metric.md → ae-analysis/references/get_metric.md} +4 -4
  52. package/skills/{te-meta/references/get-project-config.md → ae-analysis/references/get_project_config.md} +4 -4
  53. package/skills/{te-analysis/references/get-report-definition.md → ae-analysis/references/get_report_definition.md} +4 -4
  54. package/skills/{te-common/references/get-resource-url.md → ae-analysis/references/get_resource_url.md} +7 -7
  55. package/skills/{te-analysis/references/get-table-columns.md → ae-analysis/references/get_table_columns.md} +4 -4
  56. package/skills/ae-analysis/references/get_tag_definition_schema.md +49 -0
  57. package/skills/ae-analysis/references/get_tags_by_name.md +69 -0
  58. package/skills/{te-meta/references/get-track-program.md → ae-analysis/references/get_track_program.md} +4 -4
  59. package/skills/{te-analysis/references/list-alerts.md → ae-analysis/references/list_alerts.md} +8 -5
  60. package/skills/{te-audience/references/list-cluster-members.md → ae-analysis/references/list_cluster_members.md} +13 -6
  61. package/skills/{te-audience/references/list-clusters.md → ae-analysis/references/list_clusters.md} +12 -6
  62. package/skills/{te-analysis/references/list-dashboards.md → ae-analysis/references/list_dashboards.md} +10 -6
  63. package/skills/{te-meta/references/list-entities.md → ae-analysis/references/list_entities.md} +12 -5
  64. package/skills/{te-meta/references/list-events.md → ae-analysis/references/list_events.md} +10 -7
  65. package/skills/ae-analysis/references/list_metrics.md +41 -0
  66. package/skills/ae-analysis/references/list_project_mark_times.md +42 -0
  67. package/skills/{te-meta/references/list-project-users.md → ae-analysis/references/list_project_users.md} +4 -4
  68. package/skills/{te-common/references/list-projects.md → ae-analysis/references/list_projects.md} +9 -7
  69. package/skills/{te-meta/references/list-properties.md → ae-analysis/references/list_properties.md} +11 -6
  70. package/skills/ae-analysis/references/list_public_access_links.md +41 -0
  71. package/skills/{te-analysis/references/list-reports.md → ae-analysis/references/list_reports.md} +10 -6
  72. package/skills/{te-audience/references/list-tag-members.md → ae-analysis/references/list_tag_members.md} +13 -6
  73. package/skills/{te-audience/references/list-tags.md → ae-analysis/references/list_tags.md} +12 -6
  74. package/skills/{te-analysis/references/load-filters.md → ae-analysis/references/load_filters.md} +5 -5
  75. package/skills/{te-analysis/references/query-adhoc.md → ae-analysis/references/query_adhoc.md} +19 -14
  76. package/skills/{te-analysis/references/query-dashboard-detail.md → ae-analysis/references/query_dashboard_detail.md} +4 -4
  77. package/skills/{te-analysis/references/query-dashboard-report-data.md → ae-analysis/references/query_dashboard_report_data.md} +13 -13
  78. package/skills/{te-analysis/references/query-entity-details.md → ae-analysis/references/query_entity_details.md} +15 -15
  79. package/skills/{te-analysis/references/query-event-details.md → ae-analysis/references/query_event_details.md} +17 -17
  80. package/skills/{te-analysis/references/query-report-data.md → ae-analysis/references/query_report_data.md} +16 -16
  81. package/skills/{te-audience/references/refresh-cluster.md → ae-analysis/references/refresh_cluster.md} +4 -4
  82. package/skills/{te-audience/references/refresh-tag.md → ae-analysis/references/refresh_tag.md} +4 -4
  83. package/skills/{te-meta/references/save-track-items.md → ae-analysis/references/save_track_items.md} +4 -4
  84. package/skills/{te-analysis/references/update-alert.md → ae-analysis/references/update_alert.md} +7 -7
  85. package/skills/{te-audience/references/update-cluster.md → ae-analysis/references/update_cluster.md} +17 -15
  86. package/skills/{te-analysis/references/update-dashboard.md → ae-analysis/references/update_dashboard.md} +5 -5
  87. package/skills/{te-meta/references/update-metric.md → ae-analysis/references/update_metric.md} +14 -14
  88. package/skills/{te-meta/references/update-project-mark-time.md → ae-analysis/references/update_project_mark_time.md} +5 -5
  89. package/skills/{te-analysis/references/update-public-access-link.md → ae-analysis/references/update_public_access_link.md} +5 -5
  90. package/skills/{te-audience/references/update-tag.md → ae-analysis/references/update_tag.md} +17 -16
  91. package/skills/ae-community/SKILL.md +305 -0
  92. package/skills/ae-community/references/community-activity-analysis.md +67 -0
  93. package/skills/ae-community/references/community-analyzing-official-content.md +71 -0
  94. package/skills/ae-community/references/community-analyzing-theme-comment.md +123 -0
  95. package/skills/ae-community/references/community-character-analysis.md +70 -0
  96. package/skills/ae-community/references/community-daily-report.md +84 -0
  97. package/skills/ae-community/references/community-hottopic-insight.md +113 -0
  98. package/skills/ae-community/references/community-weekly-report.md +84 -0
  99. package/skills/ae-community/references/get_channel_info.md +20 -0
  100. package/skills/ae-community/references/get_comment_tag_analysis.md +29 -0
  101. package/skills/ae-community/references/get_comments_summary.md +32 -0
  102. package/skills/ae-community/references/get_corpus_tags.md +20 -0
  103. package/skills/ae-community/references/get_daily_summary.md +22 -0
  104. package/skills/ae-community/references/get_hot_topics.md +25 -0
  105. package/skills/ae-community/references/get_livestream_analysis.md +22 -0
  106. package/skills/ae-community/references/get_livestream_detail.md +33 -0
  107. package/skills/ae-community/references/get_livestream_list.md +25 -0
  108. package/skills/ae-community/references/get_livestream_overview.md +24 -0
  109. package/skills/ae-community/references/get_livestream_room_metrics.md +25 -0
  110. package/skills/ae-community/references/get_livestream_rooms.md +25 -0
  111. package/skills/ae-community/references/get_overview_metrics.md +25 -0
  112. package/skills/ae-community/references/get_post_detail.md +37 -0
  113. package/skills/ae-community/references/get_risk_content.md +42 -0
  114. package/skills/ae-community/references/get_sentiment_overview.md +33 -0
  115. package/skills/ae-community/references/get_tag_trends.md +27 -0
  116. package/skills/ae-community/references/get_topic_detail.md +26 -0
  117. package/skills/ae-community/references/search_posts.md +47 -0
  118. package/skills/ae-dataops/SKILL.md +706 -0
  119. package/skills/ae-dataops/references/dataops-flow-create.md +163 -0
  120. package/skills/ae-dataops/references/dataops-flow-monitor.md +118 -0
  121. package/skills/ae-dataops/references/dataops-integration.md +251 -0
  122. package/skills/ae-dataops/references/dataops-query.md +111 -0
  123. package/skills/ae-dataops/references/dataops-table.md +122 -0
  124. package/skills/ae-engage/SKILL.md +311 -0
  125. package/skills/ae-engage/references/add-approver.md +24 -0
  126. package/skills/ae-engage/references/add-channel.md +74 -0
  127. package/skills/ae-engage/references/approver-list.md +19 -0
  128. package/skills/ae-engage/references/cancel-query-by-request-id.md +23 -0
  129. package/skills/ae-engage/references/channel-detail.md +52 -0
  130. package/skills/ae-engage/references/channel-list.md +41 -0
  131. package/skills/ae-engage/references/config-channel-detail.md +32 -0
  132. package/skills/ae-engage/references/config-channel-list.md +27 -0
  133. package/skills/ae-engage/references/config-item-analysis-report.md +34 -0
  134. package/skills/ae-engage/references/config-item-detail.md +30 -0
  135. package/skills/ae-engage/references/config-item-list.md +19 -0
  136. package/skills/ae-engage/references/config-item-strategy-comparison.md +25 -0
  137. package/skills/ae-engage/references/config-item-trigger-report.md +42 -0
  138. package/skills/ae-engage/references/copy-config-template.md +29 -0
  139. package/skills/ae-engage/references/delete-channel.md +24 -0
  140. package/skills/ae-engage/references/delete-config-channel.md +24 -0
  141. package/skills/ae-engage/references/delete-config-item.md +25 -0
  142. package/skills/ae-engage/references/delete-flow.md +24 -0
  143. package/skills/ae-engage/references/flow-ab-split-node-report.md +54 -0
  144. package/skills/ae-engage/references/flow-detail.md +79 -0
  145. package/skills/ae-engage/references/flow-list.md +19 -0
  146. package/skills/ae-engage/references/flow-node-config-schema.md +44 -0
  147. package/skills/ae-engage/references/flow-node-detail-report.md +55 -0
  148. package/skills/ae-engage/references/flow-node-overview-report.md +52 -0
  149. package/skills/ae-engage/references/flow-process-report.md +59 -0
  150. package/skills/ae-engage/references/manage-flow.md +94 -0
  151. package/skills/ae-engage/references/manage-strategy.md +74 -0
  152. package/skills/ae-engage/references/manage-task.md +37 -0
  153. package/skills/ae-engage/references/modify-flow-base-info.md +27 -0
  154. package/skills/ae-engage/references/save-flow.md +871 -0
  155. package/skills/ae-engage/references/strategy-detail.md +73 -0
  156. package/skills/ae-engage/references/strategy-list.md +21 -0
  157. package/skills/ae-engage/references/task-data-detail.md +74 -0
  158. package/skills/ae-engage/references/task-data-overview.md +42 -0
  159. package/skills/ae-engage/references/task-detail.md +61 -0
  160. package/skills/ae-engage/references/task-experiment-report.md +45 -0
  161. package/skills/ae-engage/references/task-list.md +91 -0
  162. package/skills/ae-engage/references/task-metric-detail.md +50 -0
  163. package/skills/ae-engage/references/task-stats.md +89 -0
  164. package/skills/ae-engage/references/update-channel-status.md +32 -0
  165. package/skills/ae-engage/references/update-config-channel-status.md +32 -0
  166. package/skills/ae-engage/references/validate-flow-node-config.md +52 -0
  167. package/skills/ae-engage/references/whitelist-list.md +19 -0
  168. package/skills/te-analysis/SKILL.md +0 -107
  169. package/skills/te-analysis/references/get-analysis-query-schema.md +0 -36
  170. package/skills/te-analysis/references/list-public-access-links.md +0 -31
  171. package/skills/te-audience/SKILL.md +0 -63
  172. package/skills/te-audience/references/get-cluster-definition-schema.md +0 -37
  173. package/skills/te-audience/references/get-clusters-by-name.md +0 -32
  174. package/skills/te-audience/references/get-tag-definition-schema.md +0 -32
  175. package/skills/te-audience/references/get-tags-by-name.md +0 -32
  176. package/skills/te-common/SKILL.md +0 -135
  177. package/skills/te-community/SKILL.md +0 -133
  178. package/skills/te-community/references/community-activity-analysis.md +0 -68
  179. package/skills/te-community/references/community-analyzing-official-content.md +0 -72
  180. package/skills/te-community/references/community-analyzing-theme-comment.md +0 -124
  181. package/skills/te-community/references/community-character-analysis.md +0 -71
  182. package/skills/te-community/references/community-daily-report.md +0 -82
  183. package/skills/te-community/references/community-hottopic-insight.md +0 -120
  184. package/skills/te-community/references/community-release-analysis.md +0 -79
  185. package/skills/te-community/references/community-weekly-report.md +0 -84
  186. package/skills/te-community/references/get_channel_info.md +0 -21
  187. package/skills/te-community/references/get_comment_tag_analysis.md +0 -30
  188. package/skills/te-community/references/get_comments_summary.md +0 -33
  189. package/skills/te-community/references/get_corpus_tags.md +0 -21
  190. package/skills/te-community/references/get_daily_summary.md +0 -23
  191. package/skills/te-community/references/get_hot_topics.md +0 -26
  192. package/skills/te-community/references/get_livestream_analysis.md +0 -23
  193. package/skills/te-community/references/get_livestream_detail.md +0 -34
  194. package/skills/te-community/references/get_livestream_list.md +0 -26
  195. package/skills/te-community/references/get_livestream_overview.md +0 -25
  196. package/skills/te-community/references/get_livestream_room_metrics.md +0 -26
  197. package/skills/te-community/references/get_livestream_rooms.md +0 -26
  198. package/skills/te-community/references/get_overview_metrics.md +0 -26
  199. package/skills/te-community/references/get_post_detail.md +0 -38
  200. package/skills/te-community/references/get_risk_content.md +0 -43
  201. package/skills/te-community/references/get_sentiment_overview.md +0 -34
  202. package/skills/te-community/references/get_tag_trends.md +0 -28
  203. package/skills/te-community/references/get_topic_detail.md +0 -27
  204. package/skills/te-community/references/search_posts.md +0 -48
  205. package/skills/te-dataops/SKILL.md +0 -645
  206. package/skills/te-dataops/references/dataops-flow-create.md +0 -163
  207. package/skills/te-dataops/references/dataops-flow-monitor.md +0 -118
  208. package/skills/te-dataops/references/dataops-integration.md +0 -246
  209. package/skills/te-dataops/references/dataops-operations.md +0 -107
  210. package/skills/te-dataops/references/dataops-query.md +0 -111
  211. package/skills/te-dataops/references/dataops-table.md +0 -122
  212. package/skills/te-engage/SKILL.md +0 -211
  213. package/skills/te-engage/references/add-approver.md +0 -24
  214. package/skills/te-engage/references/add-channel.md +0 -74
  215. package/skills/te-engage/references/approver-list.md +0 -19
  216. package/skills/te-engage/references/cancel-query-by-request-id.md +0 -23
  217. package/skills/te-engage/references/channel-detail.md +0 -52
  218. package/skills/te-engage/references/channel-list.md +0 -41
  219. package/skills/te-engage/references/config-channel-detail.md +0 -32
  220. package/skills/te-engage/references/config-channel-list.md +0 -27
  221. package/skills/te-engage/references/config-item-analysis-report.md +0 -34
  222. package/skills/te-engage/references/config-item-detail.md +0 -30
  223. package/skills/te-engage/references/config-item-list.md +0 -19
  224. package/skills/te-engage/references/config-item-strategy-comparison.md +0 -25
  225. package/skills/te-engage/references/config-item-trigger-report.md +0 -42
  226. package/skills/te-engage/references/copy-config-template.md +0 -29
  227. package/skills/te-engage/references/delete-channel.md +0 -24
  228. package/skills/te-engage/references/delete-config-channel.md +0 -24
  229. package/skills/te-engage/references/delete-config-item.md +0 -25
  230. package/skills/te-engage/references/delete-flow.md +0 -24
  231. package/skills/te-engage/references/flow-ab-split-node-report.md +0 -54
  232. package/skills/te-engage/references/flow-detail.md +0 -79
  233. package/skills/te-engage/references/flow-list.md +0 -19
  234. package/skills/te-engage/references/flow-node-config-schema.md +0 -44
  235. package/skills/te-engage/references/flow-node-detail-report.md +0 -55
  236. package/skills/te-engage/references/flow-node-overview-report.md +0 -52
  237. package/skills/te-engage/references/flow-process-report.md +0 -59
  238. package/skills/te-engage/references/manage-flow.md +0 -94
  239. package/skills/te-engage/references/manage-strategy.md +0 -74
  240. package/skills/te-engage/references/manage-task.md +0 -37
  241. package/skills/te-engage/references/modify-flow-base-info.md +0 -27
  242. package/skills/te-engage/references/save-flow.md +0 -870
  243. package/skills/te-engage/references/strategy-detail.md +0 -73
  244. package/skills/te-engage/references/strategy-list.md +0 -21
  245. package/skills/te-engage/references/task-data-detail.md +0 -81
  246. package/skills/te-engage/references/task-data-overview.md +0 -48
  247. package/skills/te-engage/references/task-detail.md +0 -61
  248. package/skills/te-engage/references/task-experiment-report.md +0 -51
  249. package/skills/te-engage/references/task-list.md +0 -91
  250. package/skills/te-engage/references/task-metric-detail.md +0 -56
  251. package/skills/te-engage/references/task-stats.md +0 -89
  252. package/skills/te-engage/references/update-channel-status.md +0 -32
  253. package/skills/te-engage/references/update-config-channel-status.md +0 -32
  254. package/skills/te-engage/references/validate-flow-node-config.md +0 -52
  255. package/skills/te-engage/references/whitelist-list.md +0 -19
  256. package/skills/te-meta/SKILL.md +0 -71
  257. package/skills/te-meta/references/list-metrics.md +0 -33
  258. package/skills/te-meta/references/list-project-mark-times.md +0 -33
  259. package/skills/te-shared/SKILL.md +0 -115
@@ -1,17 +1,20 @@
1
- # te_audience +list_tag_members (View Tag Members)
1
+ # analysis_audience +list_tag_members (View Tag Members)
2
2
 
3
- > **Prerequisite:** Read [`../te-shared/SKILL.md`](../../te-shared/SKILL.md)
3
+ > **Prerequisite:** Follow the Global AE CLI Rules in [`../SKILL.md`](../SKILL.md).
4
4
 
5
5
  Domain: **Tag Management**
6
6
 
7
7
  ## Use Cases
8
- - List members in the specified tag. Returns member information such as user property values and total user count for the selected snapshot date.
8
+ - List members in the specified tag.
9
+ - Supports payload governance parameters: `query`, `fields`, `limit`, `offset`.
10
+ - Returns a paginated envelope (items + total + limit + offset + hasMore) for the selected snapshot date.
9
11
 
10
12
  ## Commands
11
13
  ```bash
12
- te-cli te_audience +list_tag_members --project_id 1 --tag_name demo
13
- te-cli te_audience +list_tag_members --project_id 1 --tag_name demo --snapshot_date 2026-04-01 --property_names '["#user_id","name"]' --use_cache false
14
- te-cli te_audience +list_tag_members --dry-run
14
+ ae-cli analysis_audience +list_tag_members --project_id <project_id> --tag_name demo
15
+ ae-cli analysis_audience +list_tag_members --project_id <project_id> --tag_name demo --snapshot_date 2026-04-01 --property_names '["#user_id","name"]' --use_cache false
16
+ ae-cli analysis_audience +list_tag_members --project_id <project_id> --tag_name demo --query user_001 --fields '["#user_id","name"]' --limit 20 --offset 0
17
+ ae-cli analysis_audience +list_tag_members --dry-run
15
18
  ```
16
19
 
17
20
  ## Parameters
@@ -22,6 +25,10 @@ te-cli te_audience +list_tag_members --dry-run
22
25
  | `--snapshot_date` | No | Optional tag snapshot date. Format: YYYY-MM-DD |
23
26
  | `--property_names` | No | Optional list of user property names (JSON array) |
24
27
  | `--use_cache` | No | Whether to use cache. Default: true |
28
+ | `--query` | No | Optional keyword filter on `#user_id` and selected properties. |
29
+ | `--fields` | No | Optional return field list (JSON array). Invalid fields will fail with `INVALID_FIELDS`. |
30
+ | `--limit` | No | Optional page size. Default: 20, max: 50. |
31
+ | `--offset` | No | Optional page offset. Default: 0. |
25
32
 
26
33
  ## Decision Rules
27
34
  - For the first execution, it is recommended to pass only the required parameters (`--project_id`, `--tag_name`) and add optional parameters after confirming the path works.
@@ -1,17 +1,20 @@
1
- # te_audience +list_tags (Tag Search)
1
+ # analysis_audience +list_tags (Tag Search)
2
2
 
3
- > **Prerequisite:** Read [`../te-shared/SKILL.md`](../../te-shared/SKILL.md)
3
+ > **Prerequisite:** Follow the Global AE CLI Rules in [`../SKILL.md`](../SKILL.md).
4
4
 
5
5
  Domain: **Tag Management**
6
6
 
7
7
  ## Use Cases
8
- - List tag metadata accessible to the current user in the project. Supports keyword filtering and returns tag names, display names, types, status, user counts, and related metadata, but not tag members.
8
+ - List tag metadata accessible to the current user in the project.
9
+ - Supports payload governance parameters: `query`, `fields`, `limit`, `offset`.
10
+ - Returns a paginated envelope (items + total + limit + offset + hasMore), not tag members.
9
11
 
10
12
  ## Commands
11
13
  ```bash
12
- te-cli te_audience +list_tags --project_id 1
13
- te-cli te_audience +list_tags --project_id 1 --query demo
14
- te-cli te_audience +list_tags --dry-run
14
+ ae-cli analysis_audience +list_tags --project_id <project_id>
15
+ ae-cli analysis_audience +list_tags --project_id <project_id> --query demo
16
+ ae-cli analysis_audience +list_tags --project_id <project_id> --fields '["id","clusterName","usersNum"]' --limit 20 --offset 0
17
+ ae-cli analysis_audience +list_tags --dry-run
15
18
  ```
16
19
 
17
20
  ## Parameters
@@ -19,6 +22,9 @@ te-cli te_audience +list_tags --dry-run
19
22
  |---|---|---|
20
23
  | `--project_id` / `-p` | Yes | Project ID |
21
24
  | `--query` / `-q` | No | Optional keyword filter. Performs fuzzy matching against tag names, display names, and remarks; if omitted, all tags are returned. |
25
+ | `--fields` | No | Optional return field list (JSON array). Invalid fields will fail with `INVALID_FIELDS`. |
26
+ | `--limit` | No | Optional page size. Default: 20, max: 50. |
27
+ | `--offset` | No | Optional page offset. Default: 0. |
22
28
 
23
29
  ## Decision Rules
24
30
  - For the first execution, it is recommended to pass only the required parameters (`--project_id`) and add optional parameters after confirming the path works.
@@ -1,6 +1,6 @@
1
- # te_analysis +load_filters (load filter candidate values)
1
+ # analysis +load_filters (load filter candidate values)
2
2
 
3
- > **Prerequisite:** Read [`../te-shared/SKILL.md`](../../te-shared/SKILL.md)
3
+ > **Prerequisite:** Follow the Global AE CLI Rules in [`../SKILL.md`](../SKILL.md).
4
4
 
5
5
  Domain: **Model Analysis**
6
6
 
@@ -14,9 +14,9 @@ Domain: **Model Analysis**
14
14
 
15
15
  ## Commands
16
16
  ```bash
17
- te-cli te_analysis +load_filters --project_id 1 --quot demo --table_type event
18
- te-cli te_analysis +load_filters --project_id 1 --quot demo --table_type event --event_name demo --inputdata demo --zone_offset 8 --cluster_date_policy SPECIFIED --specified_cluster_date 2026-04-08 --is_report true
19
- te-cli te_analysis +load_filters --dry-run
17
+ ae-cli analysis +load_filters --project_id <project_id> --quot demo --table_type event
18
+ ae-cli analysis +load_filters --project_id <project_id> --quot demo --table_type event --event_name demo --inputdata demo --zone_offset 8 --cluster_date_policy SPECIFIED --specified_cluster_date 2026-04-08 --is_report true
19
+ ae-cli analysis +load_filters --dry-run
20
20
  ```
21
21
 
22
22
  ## Parameters
@@ -1,12 +1,12 @@
1
- # te_analysis +query_adhoc (Ad Hoc Analysis Execution)
1
+ # analysis +query_adhoc (Ad Hoc Analysis Execution)
2
2
 
3
- > **Prerequisite:** Read [`../te-shared/SKILL.md`](../../te-shared/SKILL.md)
3
+ > **Prerequisite:** Follow the Global AE CLI Rules in [`../SKILL.md`](../SKILL.md).
4
4
 
5
5
  Domain: **Model analysis**
6
6
 
7
7
  ## Use Cases
8
8
  - Precondition helper: call `+get_analysis_query_schema` to get the structure before using this tool.
9
- - When constructing a real `qp`, you must supplement it with real project metadata; first call `te_meta +list_events` and `te_meta +list_properties`.
9
+ - When constructing a real `qp`, you must supplement it with real project metadata; first call `analysis_meta +list_events` and `analysis_meta +list_properties`.
10
10
  - Event analysis: metrics such as event trigger counts, user counts, sums, averages, and more.
11
11
  - Retention analysis: metrics such as user churn and retention.
12
12
  - Funnel analysis: metrics such as multi-step conversion.
@@ -22,23 +22,23 @@ Domain: **Model analysis**
22
22
 
23
23
  ## Mandatory prerequisites (MUST)
24
24
  - Before constructing `--qp`, you must first read and follow these reference documents:
25
- - [`./get-analysis-query-schema.md`](./get-analysis-query-schema.md)
26
- - [`../../te-meta/references/list-events.md`](../../te-meta/references/list-events.md)
27
- - [`../../te-meta/references/list-properties.md`](../../te-meta/references/list-properties.md)
25
+ - [`./get_analysis_query_schema.md`](./get_analysis_query_schema.md)
26
+ - [`./list_events.md`](./list_events.md)
27
+ - [`./list_properties.md`](./list_properties.md)
28
28
  - Do not generate the final `qp` until the documentation review and prerequisite command calls are complete.
29
29
 
30
30
  ## Prerequisite call chain (required for constructing qp)
31
31
  1. First determine `--model_type`.
32
- 2. Read `get-analysis-query-schema.md`, then call `te-cli te_analysis +get_analysis_query_schema --model_type <model_type>` to get the structure.
33
- 3. Read `list-events.md`, then call `te-cli te_meta +list_events --project_id 1` to get the available events.
34
- 4. Read `list-properties.md`, then call `te-cli te_meta +list_properties --project_id 1` to get the available properties.
32
+ 2. Read `get_analysis_query_schema.md`, then call `ae-cli analysis +get_analysis_query_schema --model_type <model_type>` to get the structure.
33
+ 3. Read `list_events.md`, then call `ae-cli analysis_meta +list_events --project_id <project_id>` to get the available events.
34
+ 4. Read `list_properties.md`, then call `ae-cli analysis_meta +list_properties --project_id <project_id>` to get the available properties.
35
35
  5. Build `qp` from the schema + metadata, then call `+query_adhoc`.
36
36
 
37
37
  ## Command
38
38
  ```bash
39
- te-cli te_analysis +query_adhoc --project_id 1 --model_type event --qp '{}'
40
- te-cli te_analysis +query_adhoc --project_id 1 --model_type event --qp '{}' --zone_offset 8 --request_id demo --use_cache true --is_sort_by_columns true --resolve_recent_day true --timeout_minutes 8
41
- te-cli te_analysis +query_adhoc --dry-run
39
+ ae-cli analysis +query_adhoc --project_id <project_id> --model_type event --qp '{}'
40
+ ae-cli analysis +query_adhoc --project_id <project_id> --model_type event --qp '{}' --fields '["date","event"]' --limit 10 --offset 0 --zone_offset 8 --request_id demo --use_cache true --is_sort_by_columns true --resolve_recent_day true --timeout_minutes 8
41
+ ae-cli analysis +query_adhoc --dry-run
42
42
  ```
43
43
 
44
44
  ## Parameters
@@ -46,16 +46,21 @@ te-cli te_analysis +query_adhoc --dry-run
46
46
  |---|---|---|
47
47
  | `--project_id` / `-p` | Yes | Project ID used to identify the analysis project |
48
48
  | `--model_type` | Yes | Model type. Supported values: event, retention, funnel, distribution, attribution, heat_map, interval, path, rank_list, prop_analysis, sql. |
49
- | `--qp` | Yes | Query parameter JSON. MUST call `+get_analysis_query_schema` first, and use event/property metadata from `te_meta +list_events` / `te_meta +list_properties` in the same `project_id`. |
49
+ | `--qp` | Yes | Query parameter JSON. MUST call `+get_analysis_query_schema` first, and use event/property metadata from `analysis_meta +list_events` / `analysis_meta +list_properties` in the same `project_id`. |
50
50
  | `--request_id` | No | Optional unique request ID used for tracking and deduplication. Generated automatically if omitted. |
51
51
  | `--use_cache` | No | Whether to use result cache. Default: true |
52
52
  | `--zone_offset` | No | Time zone offset in hours. For example, UTC+8 is 8 and UTC-5 is -5 |
53
53
  | `--is_sort_by_columns` | No | Whether to sort query results by columns. Default: false |
54
54
  | `--resolve_recent_day` | No | Whether to resolve relative time expressions such as "last 7 days". Default: false |
55
+ | `--fields` | No | Optional fields to return. Must match column names in result. Invalid fields cause INVALID_FIELDS error. |
56
+ | `--limit` | No | Optional limit. Default: 20, maximum: 50. |
57
+ | `--offset` | No | Optional offset. Default: 0. |
55
58
  | `--timeout_minutes` | No | Query timeout in minutes. If the query exceeds this time, it will be cancelled automatically. |
56
59
 
57
60
  ## Decision Rules
58
61
  - On the first run, start with only the required parameters (`--project_id`,`--model_type`,`--qp`), and add optional parameters after confirming the path works.
62
+ - For pagination, use `--limit` and `--offset` together. Default limit is 20.
63
+ - Use `--fields` to select specific columns for lighter response payloads.
59
64
  - `qp` cannot be written from experience alone: it must satisfy both the schema structure and the project metadata constraints.
60
65
  - Before calling `list_events` / `list_properties`, you must first study the corresponding reference documents.
61
66
  - Wrap JSON parameters in single quotes (for example `--qp '{}'`) to avoid shell escaping issues.
@@ -67,5 +72,5 @@ te-cli te_analysis +query_adhoc --dry-run
67
72
  - If the query times out or results are abnormal, first narrow the time range / grouping dimensions, then split the subqueries to locate the issue.
68
73
 
69
74
  ## Recommended chaining
70
- - +get_analysis_query_schema -> te_meta +list_events -> te_meta +list_properties -> +query_adhoc
75
+ - +get_analysis_query_schema -> analysis_meta +list_events -> analysis_meta +list_properties -> +query_adhoc
71
76
  - +list_events -> +list_properties -> +query_adhoc -> +drilldown_users -> +drilldown_user_events
@@ -1,6 +1,6 @@
1
- # te_analysis +query_dashboard_detail (read dashboard structure)
1
+ # analysis +query_dashboard_detail (read dashboard structure)
2
2
 
3
- > **Prerequisite:** Read [`../te-shared/SKILL.md`](../../te-shared/SKILL.md)
3
+ > **Prerequisite:** Follow the Global AE CLI Rules in [`../SKILL.md`](../SKILL.md).
4
4
 
5
5
  Domain: **Dashboard Management**
6
6
 
@@ -13,8 +13,8 @@ Domain: **Dashboard Management**
13
13
 
14
14
  ## Commands
15
15
  ```bash
16
- te-cli te_analysis +query_dashboard_detail --project_id 1 --dashboard_id 1
17
- te-cli te_analysis +query_dashboard_detail --dry-run
16
+ ae-cli analysis +query_dashboard_detail --project_id <project_id> --dashboard_id 1
17
+ ae-cli analysis +query_dashboard_detail --dry-run
18
18
  ```
19
19
 
20
20
  ## Parameters
@@ -1,6 +1,6 @@
1
- # te_analysis +query_dashboard_report_data (Batch Query Dashboard Report Data)
1
+ # analysis +query_dashboard_report_data (Batch Query Dashboard Report Data)
2
2
 
3
- > **Prerequisite:** Read [`../te-shared/SKILL.md`](../../te-shared/SKILL.md)
3
+ > **Prerequisite:** Follow the Global AE CLI Rules in [`../SKILL.md`](../SKILL.md).
4
4
 
5
5
  Domain: **Dashboard management**
6
6
 
@@ -12,22 +12,22 @@ Domain: **Dashboard management**
12
12
 
13
13
  ## Mandatory prerequisites (MUST)
14
14
  - Before constructing `--filters`, you must first read and follow these reference documents:
15
- - [`./get-filter-schema.md`](./get-filter-schema.md)
16
- - [`../../te-meta/references/list-events.md`](../../te-meta/references/list-events.md)
17
- - [`../../te-meta/references/list-properties.md`](../../te-meta/references/list-properties.md)
15
+ - [`./get_filter_schema.md`](./get_filter_schema.md)
16
+ - [`./list_events.md`](./list_events.md)
17
+ - [`./list_properties.md`](./list_properties.md)
18
18
  - Do not generate the final `filters` until the documentation review and prerequisite command calls are complete.
19
19
 
20
20
  ## Prerequisite call chain (required for constructing filters)
21
- 1. Read `get-filter-schema.md`, then call `te-cli te_analysis +get_filter_schema` to get the filter structure.
22
- 2. Read `list-events.md`, then call `te-cli te_meta +list_events --project_id 1`.
23
- 3. Read `list-properties.md`, then call `te-cli te_meta +list_properties --project_id 1`.
21
+ 1. Read `get_filter_schema.md`, then call `ae-cli analysis +get_filter_schema` to get the filter structure.
22
+ 2. Read `list_events.md`, then call `ae-cli analysis_meta +list_events --project_id <project_id>`.
23
+ 3. Read `list_properties.md`, then call `ae-cli analysis_meta +list_properties --project_id <project_id>`.
24
24
  4. Build `filters` from the schema + metadata, then call `+query_dashboard_report_data`.
25
25
 
26
26
  ## Command
27
27
  ```bash
28
- te-cli te_analysis +query_dashboard_report_data --project_id 1 --dashboard_id 1
29
- te-cli te_analysis +query_dashboard_report_data --project_id 1 --dashboard_id 1 --filters '{}' --start_date 2026-04-08 --end_date 2026-04-08 --time_granularity day --use_cache true --report_ids '[1001]'
30
- te-cli te_analysis +query_dashboard_report_data --dry-run
28
+ ae-cli analysis +query_dashboard_report_data --project_id <project_id> --dashboard_id 1
29
+ ae-cli analysis +query_dashboard_report_data --project_id <project_id> --dashboard_id 1 --filters '{}' --start_date 2026-04-08 --end_date 2026-04-08 --time_granularity day --use_cache true --report_ids '[1001]'
30
+ ae-cli analysis +query_dashboard_report_data --dry-run
31
31
  ```
32
32
 
33
33
  ## Parameters
@@ -35,7 +35,7 @@ te-cli te_analysis +query_dashboard_report_data --dry-run
35
35
  |---|---|---|
36
36
  | `--project_id` / `-p` | Yes | Project ID |
37
37
  | `--dashboard_id` / `-d` | Yes | Dashboard ID |
38
- | `--filters` | No | Optional filter JSON. If provided, MUST follow `+get_filter_schema`, and referenced fields must come from `te_meta +list_properties` in the same `project_id`. |
38
+ | `--filters` | No | Optional filter JSON. If provided, MUST follow `+get_filter_schema`, and referenced fields must come from `analysis_meta +list_properties` in the same `project_id`. |
39
39
  | `--start_date` | No | Optional start date. Format: yyyy-MM-dd |
40
40
  | `--end_date` | No | Optional end date. Format: yyyy-MM-dd |
41
41
  | `--time_granularity` | No | Optional time granularity used to override the report default. Supported values: minute, minute5, minute10, hour, day, week, month, quarter, year, total. |
@@ -56,5 +56,5 @@ te-cli te_analysis +query_dashboard_report_data --dry-run
56
56
  - If the query times out or results are abnormal, first narrow the time range / grouping dimensions, then split the subqueries to locate the issue.
57
57
 
58
58
  ## Recommended chaining
59
- - +get_filter_schema -> te_meta +list_events -> te_meta +list_properties -> +query_dashboard_report_data
59
+ - +get_filter_schema -> analysis_meta +list_events -> analysis_meta +list_properties -> +query_dashboard_report_data
60
60
  - +list_dashboards -> +query_dashboard_detail -> +query_dashboard_report_data
@@ -1,6 +1,6 @@
1
- # te_analysis +query_entity_details (query entity details)
1
+ # analysis +query_entity_details (query entity details)
2
2
 
3
- > **Prerequisite:** Read [`../te-shared/SKILL.md`](../../te-shared/SKILL.md)
3
+ > **Prerequisite:** Follow the Global AE CLI Rules in [`../SKILL.md`](../SKILL.md).
4
4
 
5
5
  Domain: **Entity Detail Queries**
6
6
 
@@ -11,23 +11,23 @@ Domain: **Entity Detail Queries**
11
11
 
12
12
  ## Mandatory Prerequisites (MUST)
13
13
  - Before building `--definition` / `--properties`, you must first read and follow the following reference docs:
14
- - [`../../te-audience/references/get-cluster-definition-schema.md`](../../te-audience/references/get-cluster-definition-schema.md)
15
- - [`../../te-meta/references/list-events.md`](../../te-meta/references/list-events.md)
16
- - [`../../te-meta/references/list-properties.md`](../../te-meta/references/list-properties.md)
14
+ - [`./get_cluster_definition_schema.md`](./get_cluster_definition_schema.md)
15
+ - [`./list_events.md`](./list_events.md)
16
+ - [`./list_properties.md`](./list_properties.md)
17
17
  - Do not generate final `definition` / `properties` until the above docs have been read and the prerequisite commands have been called.
18
18
 
19
19
  ## Prerequisite Call Chain (required for building definition/properties)
20
20
  1. First confirm the cluster type (condition / sql).
21
- 2. Read `get-cluster-definition-schema.md`, then call `ae-cli te_audience +get_cluster_definition_schema --cluster_type <condition|sql>` to get the structure.
22
- 3. Read `list-events.md`, then call `ae-cli te_meta +list_events --project_id 1`.
23
- 4. Read `list-properties.md`, then call `ae-cli te_meta +list_properties --project_id 1`.
21
+ 2. Read `get_cluster_definition_schema.md`, then call `ae-cli analysis_audience +get_cluster_definition_schema --cluster_type <condition|sql>` to get the structure.
22
+ 3. Read `list_events.md`, then call `ae-cli analysis_meta +list_events --project_id <project_id>`.
23
+ 4. Read `list_properties.md`, then call `ae-cli analysis_meta +list_properties --project_id <project_id>`.
24
24
  5. Build `definition` (and optional `properties`) based on the schema and metadata, then call `+query_entity_details`.
25
25
 
26
26
  ## Commands
27
27
  ```bash
28
- ae-cli te_analysis +query_entity_details --project_id 1 --definition '{}'
29
- ae-cli te_analysis +query_entity_details --project_id 1 --entity_id 1001 --definition '{}' --properties '{}' --sort_by time --sort_order desc --limit 100 --zone_offset 8 --use_cache true
30
- ae-cli te_analysis +query_entity_details --dry-run
28
+ ae-cli analysis +query_entity_details --project_id <project_id> --definition '{}'
29
+ ae-cli analysis +query_entity_details --project_id <project_id> --entity_id 1001 --definition '{}' --properties '{}' --sort_by time --sort_order desc --limit 20 --zone_offset 8 --use_cache true
30
+ ae-cli analysis +query_entity_details --dry-run
31
31
  ```
32
32
 
33
33
  ## Parameters
@@ -35,11 +35,11 @@ ae-cli te_analysis +query_entity_details --dry-run
35
35
  |---|---|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
36
36
  | `--project_id` / `-p` | Yes | Project ID |
37
37
  | `--entity_id` | No | Optional entity ID used in multi-entity scenarios. If omitted, the default user entity is used. |
38
- | `--definition` | Yes | Cluster definition JSON. MUST call `+get_cluster_definition_schema` first, then fill valid event/property names from `te_meta +list_events` / `te_meta +list_properties` in the same `project_id`. |
39
- | `--properties` | No | Optional display properties JSON, for example `[{"columnName":"#user_id","tableType":"0"},{"columnName":"device_id","tableType":"0"}]`. If provided, property names should come from `te_meta +list_properties` in the same `project_id`. |
38
+ | `--definition` | Yes | Cluster definition JSON. MUST call `+get_cluster_definition_schema` first, then fill valid event/property names from `analysis_meta +list_events` / `analysis_meta +list_properties` in the same `project_id`. |
39
+ | `--properties` | No | Optional display properties JSON, for example `[{"columnName":"#user_id","tableType":"0"},{"columnName":"device_id","tableType":"0"}]`. If provided, property names should come from `analysis_meta +list_properties` in the same `project_id`. |
40
40
  | `--sort_by` | No | Optional sort field |
41
41
  | `--sort_order` | No | Optional sort order. Supported values: asc and desc |
42
- | `--limit` | No | Optional result limit. Default: 1000, maximum: 10000 |
42
+ | `--limit` | No | Optional result limit. Default: 20, maximum: 50 |
43
43
  | `--zone_offset` | No | Time zone offset. For example, UTC+8 is 8 |
44
44
  | `--use_cache` | No | Whether to use cache. Default: true |
45
45
 
@@ -56,5 +56,5 @@ ae-cli te_analysis +query_entity_details --dry-run
56
56
  - If the query times out or the result is abnormal, first reduce the time range/grouping dimensions, then split the query to locate the issue.
57
57
 
58
58
  ## Recommended Chaining
59
- - +get_cluster_definition_schema -> te_meta +list_events -> te_meta +list_properties -> +query_entity_details
59
+ - +get_cluster_definition_schema -> analysis_meta +list_events -> analysis_meta +list_properties -> +query_entity_details
60
60
  - +query_entity_details -> +query_event_details -> +build_event_details_sql
@@ -1,32 +1,32 @@
1
- # te_analysis +query_event_details (Query Event Details)
1
+ # analysis +query_event_details (Query Event Details)
2
2
 
3
- > **Prerequisite:** Read [`../te-shared/SKILL.md`](../../te-shared/SKILL.md)
3
+ > **Prerequisite:** Follow the Global AE CLI Rules in [`../SKILL.md`](../SKILL.md).
4
4
 
5
5
  Domain: **Event detail queries**
6
6
 
7
7
  ## Use Cases
8
8
  - When constructing `filters` / `properties`, you must first obtain the filter schema and the project metadata for real events/properties.
9
9
  - Query event detail data. Supports time range, filters, display properties, sorting, and result limits.
10
- - Query event detail data.
10
+ - Time can be specified via `--relative_date_range` OR (`--start_time` AND `--end_time`).
11
11
 
12
12
  ## Mandatory prerequisites (MUST)
13
13
  - Before constructing `--filters` / `--properties`, you must first read and follow these reference documents:
14
- - [`./get-filter-schema.md`](./get-filter-schema.md)
15
- - [`../../te-meta/references/list-events.md`](../../te-meta/references/list-events.md)
16
- - [`../../te-meta/references/list-properties.md`](../../te-meta/references/list-properties.md)
14
+ - [`./get_filter_schema.md`](./get_filter_schema.md)
15
+ - [`./list_events.md`](./list_events.md)
16
+ - [`./list_properties.md`](./list_properties.md)
17
17
  - Do not generate the final `filters` / `properties` until the documentation review and prerequisite command calls are complete.
18
18
 
19
19
  ## Prerequisite call chain (required for constructing filters/properties)
20
- 1. Read `get-filter-schema.md`, then call `te-cli te_analysis +get_filter_schema` to get the filter structure.
21
- 2. Read `list-events.md`, then call `te-cli te_meta +list_events --project_id 1` to confirm the available event names.
22
- 3. Read `list-properties.md`, then call `te-cli te_meta +list_properties --project_id 1` to get the available properties.
20
+ 1. Read `get_filter_schema.md`, then call `ae-cli analysis +get_filter_schema` to get the filter structure.
21
+ 2. Read `list_events.md`, then call `ae-cli analysis_meta +list_events --project_id <project_id>` to confirm the available event names.
22
+ 3. Read `list_properties.md`, then call `ae-cli analysis_meta +list_properties --project_id <project_id>` to get the available properties.
23
23
  4. Build `filters` / `properties` from the schema + metadata, then call `+query_event_details`.
24
24
 
25
25
  ## Command
26
26
  ```bash
27
- te-cli te_analysis +query_event_details --project_id 1 --event_name login --start_time '2026-04-08 00:00:00' --end_time '2026-04-08 23:59:59'
28
- te-cli te_analysis +query_event_details --project_id 1 --event_name login --relative_date_range 0-7 --filters '{}' --properties '{}' --sort_by time --sort_order desc --limit 100 --zone_offset 8 --use_cache true
29
- te-cli te_analysis +query_event_details --dry-run
27
+ ae-cli analysis +query_event_details --project_id <project_id> --event_name login --start_time '2026-04-08 00:00:00' --end_time '2026-04-08 23:59:59'
28
+ ae-cli analysis +query_event_details --project_id <project_id> --event_name login --relative_date_range 0-7 --filters '{}' --properties '{}' --sort_by time --sort_order desc --limit 20 --zone_offset 8 --use_cache true
29
+ ae-cli analysis +query_event_details --dry-run
30
30
  ```
31
31
 
32
32
  ## Parameters
@@ -34,11 +34,11 @@ te-cli te_analysis +query_event_details --dry-run
34
34
  |---|---|---|
35
35
  | `--project_id` / `-p` | Yes | Project ID |
36
36
  | `--event_name` | Yes | Event name |
37
- | `--start_time` | No | Start time. Format: yyyy-MM-dd HH:mm:ss |
38
- | `--end_time` | No | End time. Format: yyyy-MM-dd HH:mm:ss |
37
+ | `--start_time` | No | Start time. Format: yyyy-MM-dd HH:mm:ss. Required if not using relative_date_range. |
38
+ | `--end_time` | No | End time. Format: yyyy-MM-dd HH:mm:ss. Required if not using relative_date_range. |
39
39
  | `--relative_date_range` | No | Optional relative date range in m-n format. For example, 0-7 means the most recent 7 days including today. Use either this field or start_time/end_time. |
40
- | `--filters` | No | Optional filter JSON. If provided, MUST follow `+get_filter_schema`, and referenced fields must come from `te_meta +list_properties` in the same `project_id`. |
41
- | `--properties` | No | Optional display properties JSON, for example `[{"columnName":"#user_id","tableType":"0"},{"columnName":"device_id","tableType":"0"}]`. If provided, property names should come from `te_meta +list_properties` in the same `project_id`. |
40
+ | `--filters` | No | Optional filter JSON. If provided, MUST follow `+get_filter_schema`, and referenced fields must come from `analysis_meta +list_properties` in the same `project_id`. |
41
+ | `--properties` | No | Optional display properties JSON, for example `[{"columnName":"#user_id","tableType":"0"},{"columnName":"device_id","tableType":"0"}]`. If provided, property names should come from `analysis_meta +list_properties` in the same `project_id`. |
42
42
  | `--sort_by` | No | Optional sort field |
43
43
  | `--sort_order` | No | Optional sort order. Supported values: asc and desc |
44
44
  | `--limit` | No | Optional result limit. Default: 1000 |
@@ -59,5 +59,5 @@ te-cli te_analysis +query_event_details --dry-run
59
59
  - If the query times out or results are abnormal, first narrow the time range / grouping dimensions, then split the subqueries to locate the issue.
60
60
 
61
61
  ## Recommended chaining
62
- - +get_filter_schema -> te_meta +list_events -> te_meta +list_properties -> +query_event_details
62
+ - +get_filter_schema -> analysis_meta +list_events -> analysis_meta +list_properties -> +query_event_details
63
63
  - +query_entity_details -> +query_event_details -> +build_event_details_sql
@@ -1,6 +1,6 @@
1
- # te_analysis +query_report_data (query data by report)
1
+ # analysis +query_report_data (query data by report)
2
2
 
3
- > **Prerequisite:** Read [`../te-shared/SKILL.md`](../../te-shared/SKILL.md)
3
+ > **Prerequisite:** Follow the Global AE CLI Rules in [`../SKILL.md`](../SKILL.md).
4
4
 
5
5
  Domain: **Report Management**
6
6
 
@@ -13,24 +13,24 @@ Domain: **Report Management**
13
13
 
14
14
  ## Mandatory Prerequisites (MUST)
15
15
  - Before building `--filters` / `--group_by`, you must first read and follow the following reference docs:
16
- - [`./get-filter-schema.md`](./get-filter-schema.md)
17
- - [`./get-groupby-schema.md`](./get-groupby-schema.md)
18
- - [`../../te-meta/references/list-events.md`](../../te-meta/references/list-events.md)
19
- - [`../../te-meta/references/list-properties.md`](../../te-meta/references/list-properties.md)
16
+ - [`./get_filter_schema.md`](./get_filter_schema.md)
17
+ - [`./get_groupby_schema.md`](./get_groupby_schema.md)
18
+ - [`./list_events.md`](./list_events.md)
19
+ - [`./list_properties.md`](./list_properties.md)
20
20
  - Do not generate final `filters` / `group_by` until the above docs have been read and the prerequisite commands have been called.
21
21
 
22
22
  ## Prerequisite Call Chain (required for building filters/group_by)
23
- 1. Read `get-filter-schema.md`, then call `ae-cli te_analysis +get_filter_schema` to get the filter structure.
24
- 2. Read `get-groupby-schema.md`, then call `ae-cli te_analysis +get_groupby_schema` to get the grouping structure.
25
- 3. Read `list-events.md`, then call `ae-cli te_meta +list_events --project_id 1`.
26
- 4. Read `list-properties.md`, then call `ae-cli te_meta +list_properties --project_id 1`.
23
+ 1. Read `get_filter_schema.md`, then call `ae-cli analysis +get_filter_schema` to get the filter structure.
24
+ 2. Read `get_groupby_schema.md`, then call `ae-cli analysis +get_groupby_schema` to get the grouping structure.
25
+ 3. Read `list_events.md`, then call `ae-cli analysis_meta +list_events --project_id <project_id>`.
26
+ 4. Read `list_properties.md`, then call `ae-cli analysis_meta +list_properties --project_id <project_id>`.
27
27
  5. Build `filters` / `group_by` based on the schema and metadata, then call `+query_report_data`.
28
28
 
29
29
  ## Commands
30
30
  ```bash
31
- ae-cli te_analysis +query_report_data --project_id 1 --report_ids '[1001]'
32
- ae-cli te_analysis +query_report_data --project_id 1 --report_ids '[1001]' --filters '{}' --group_by '[]' --request_id demo --use_cache true --start_date 2026-04-08 --end_date 2026-04-08 --time_granularity day --timeout_minutes 8
33
- ae-cli te_analysis +query_report_data --dry-run
31
+ ae-cli analysis +query_report_data --project_id <project_id> --report_ids '[1001]'
32
+ ae-cli analysis +query_report_data --project_id <project_id> --report_ids '[1001]' --filters '{}' --group_by '[]' --request_id demo --use_cache true --start_date 2026-04-08 --end_date 2026-04-08 --time_granularity day --timeout_minutes 8
33
+ ae-cli analysis +query_report_data --dry-run
34
34
  ```
35
35
 
36
36
  ## Parameters
@@ -38,8 +38,8 @@ ae-cli te_analysis +query_report_data --dry-run
38
38
  |---|---|---|
39
39
  | `--project_id` / `-p` | Yes | Project ID |
40
40
  | `--report_ids` | Yes | List of report IDs |
41
- | `--filters` | No | Optional filter JSON. If provided, MUST follow `+get_filter_schema`, and referenced fields must come from `te_meta +list_properties` in the same `project_id`. |
42
- | `--group_by` | No | Optional group-by JSON array. If provided, MUST follow `+get_groupby_schema`, and referenced fields must come from `te_meta +list_properties` in the same `project_id`. |
41
+ | `--filters` | No | Optional filter JSON. If provided, MUST follow `+get_filter_schema`, and referenced fields must come from `analysis_meta +list_properties` in the same `project_id`. |
42
+ | `--group_by` | No | Optional group-by JSON array. If provided, MUST follow `+get_groupby_schema`, and referenced fields must come from `analysis_meta +list_properties` in the same `project_id`. |
43
43
  | `--request_id` | No | Optional unique request ID. Generated automatically if omitted. |
44
44
  | `--use_cache` | No | Whether to use cache. Default: true |
45
45
  | `--start_date` | No | Optional start date in yyyy-MM-dd format |
@@ -61,5 +61,5 @@ ae-cli te_analysis +query_report_data --dry-run
61
61
  - If the query times out or the result is abnormal, first reduce the time range/grouping dimensions, then split the query to locate the issue.
62
62
 
63
63
  ## Recommended Chaining
64
- - +get_filter_schema -> +get_groupby_schema -> te_meta +list_events -> te_meta +list_properties -> +query_report_data
64
+ - +get_filter_schema -> +get_groupby_schema -> analysis_meta +list_events -> analysis_meta +list_properties -> +query_report_data
65
65
  - +list_reports -> +get_report_definition -> +query_report_data
@@ -1,6 +1,6 @@
1
- # te_audience +refresh_cluster (Trigger Cluster Recompute)
1
+ # analysis_audience +refresh_cluster (Trigger Cluster Recompute)
2
2
 
3
- > **Prerequisite:** Read [`../te-shared/SKILL.md`](../../te-shared/SKILL.md)
3
+ > **Prerequisite:** Follow the Global AE CLI Rules in [`../SKILL.md`](../SKILL.md).
4
4
 
5
5
  Domain: **Cluster Management**
6
6
 
@@ -9,8 +9,8 @@ Domain: **Cluster Management**
9
9
 
10
10
  ## Commands
11
11
  ```bash
12
- te-cli te_audience +refresh_cluster --project_id 1 --cluster_name demo
13
- te-cli te_audience +refresh_cluster --dry-run
12
+ ae-cli analysis_audience +refresh_cluster --project_id <project_id> --cluster_name demo
13
+ ae-cli analysis_audience +refresh_cluster --dry-run
14
14
  ```
15
15
 
16
16
  ## Parameters
@@ -1,6 +1,6 @@
1
- # te_audience +refresh_tag (Trigger Tag Recompute)
1
+ # analysis_audience +refresh_tag (Trigger Tag Recompute)
2
2
 
3
- > **Prerequisite:** Read [`../te-shared/SKILL.md`](../../te-shared/SKILL.md)
3
+ > **Prerequisite:** Follow the Global AE CLI Rules in [`../SKILL.md`](../SKILL.md).
4
4
 
5
5
  Domain: **Tag Management**
6
6
 
@@ -9,8 +9,8 @@ Domain: **Tag Management**
9
9
 
10
10
  ## Commands
11
11
  ```bash
12
- te-cli te_audience +refresh_tag --project_id 1 --tag_name demo
13
- te-cli te_audience +refresh_tag --dry-run
12
+ ae-cli analysis_audience +refresh_tag --project_id <project_id> --tag_name demo
13
+ ae-cli analysis_audience +refresh_tag --dry-run
14
14
  ```
15
15
 
16
16
  ## Parameters
@@ -1,6 +1,6 @@
1
- # te_meta +save_track_items (Save Track Program Items)
1
+ # analysis_meta +save_track_items (Save Track Program Items)
2
2
 
3
- > **Prerequisite:** Read [`../te-shared/SKILL.md`](../../te-shared/SKILL.md)
3
+ > **Prerequisite:** Follow the Global AE CLI Rules in [`../SKILL.md`](../SKILL.md).
4
4
 
5
5
  Domain: **Project Configuration**
6
6
 
@@ -10,8 +10,8 @@ Domain: **Project Configuration**
10
10
 
11
11
  ## Command
12
12
  ```bash
13
- te-cli te_meta +save_track_items --project_id 1 --track_data '{}'
14
- te-cli te_meta +save_track_items --dry-run
13
+ ae-cli analysis_meta +save_track_items --project_id <project_id> --track_data '{}'
14
+ ae-cli analysis_meta +save_track_items --dry-run
15
15
  ```
16
16
 
17
17
  ## Parameters
@@ -1,6 +1,6 @@
1
- # te_analysis +update_alert (Update Alert)
1
+ # analysis +update_alert (Update Alert)
2
2
 
3
- > **Prerequisite:** Read [`../te-shared/SKILL.md`](../../te-shared/SKILL.md)
3
+ > **Prerequisite:** Follow the Global AE CLI Rules in [`../SKILL.md`](../SKILL.md).
4
4
 
5
5
  Domain: **Metadata queries**
6
6
 
@@ -11,18 +11,18 @@ Domain: **Metadata queries**
11
11
 
12
12
  ## Mandatory prerequisites (MUST)
13
13
  - Before constructing a new `--definition`, you must first read and follow:
14
- - [`./get-alert-definition-schema.md`](./get-alert-definition-schema.md)
14
+ - [`./get_alert_definition_schema.md`](./get_alert_definition_schema.md)
15
15
  - Do not submit the new `definition` until the documentation review and schema call are complete.
16
16
 
17
17
  ## Prerequisite call chain (required for updating definition)
18
- 1. Read `get-alert-definition-schema.md` to understand the return structure of `+get_alert_definition_schema`.
19
- 2. Call `te-cli te_analysis +get_alert_definition_schema` to get the schema.
18
+ 1. Read `get_alert_definition_schema.md` to understand the return structure of `+get_alert_definition_schema`.
19
+ 2. Call `ae-cli analysis +get_alert_definition_schema` to get the schema.
20
20
  3. Build a new `definition` from the schema, then call `+update_alert`.
21
21
 
22
22
  ## Command
23
23
  ```bash
24
- te-cli te_analysis +update_alert --project_id 1 --alert_id 1 --definition '{}'
25
- te-cli te_analysis +update_alert --dry-run
24
+ ae-cli analysis +update_alert --project_id <project_id> --alert_id 1 --definition '{}'
25
+ ae-cli analysis +update_alert --dry-run
26
26
  ```
27
27
 
28
28
  ## Parameters