@thinkingai/ae-cli 1.0.3 → 1.0.18

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 (198) hide show
  1. package/README.md +42 -72
  2. package/README.zh.md +202 -0
  3. package/dist/auth-2UTBG5U3.js +144 -0
  4. package/dist/{auth-BQC5DBE7.js → auth-ECD46NBA.js} +6 -4
  5. package/dist/{chunk-3CDLNXTD.js → chunk-4KQ7H7DY.js} +15 -3
  6. package/dist/{chunk-53FNNCZW.js → chunk-7QBNU44L.js} +101 -3
  7. package/dist/{chunk-ZYXIGPG7.js → chunk-LAAS6ITR.js} +3 -3
  8. package/dist/{chunk-EBFUVWIZ.js → chunk-MR57UIKC.js} +42 -0
  9. package/dist/{client-5QSQBBDB.js → client-O56G2SNJ.js} +3 -3
  10. package/dist/{config-Q7J3Z7Z2.js → config-BU5FHGGE.js} +23 -8
  11. package/dist/index.js +15 -15
  12. package/dist/{raw-G3GKHAPZ.js → raw-A3VN2B6I.js} +4 -4
  13. package/dist/{te-analysis-CHFTDN55.js → te-analysis-UGKESPBE.js} +62 -24
  14. package/dist/{te-audience-M6LQY6M7.js → te-audience-THZNVHYB.js} +61 -21
  15. package/dist/{te-common-BLQ7DVGC.js → te-common-QZOUME3S.js} +6 -33
  16. package/dist/{community-FVDAWGS4.js → te-community-AZVW3NFX.js} +59 -59
  17. package/dist/{te-dataops-V4OTKY35.js → te-dataops-OE5PX2K6.js} +3 -28
  18. package/dist/{te-engage-DXE4R5EW.js → te-engage-RYGEQTYK.js} +4 -22
  19. package/dist/{te-meta-FMM7KCVI.js → te-meta-MGO5BCMG.js} +88 -18
  20. package/package.json +3 -3
  21. package/skills/ae-analysis/SKILL.md +287 -0
  22. package/skills/{te-meta/references/batch-create-metadata.md → ae-analysis/references/batch_create_metadata.md} +3 -3
  23. package/skills/{te-meta/references/batch-edit-metadata.md → ae-analysis/references/batch_edit_metadata.md} +2 -2
  24. package/skills/{te-analysis/references/build-entity-details-sql.md → ae-analysis/references/build_entity_details_sql.md} +9 -9
  25. package/skills/{te-analysis/references/build-event-details-sql.md → ae-analysis/references/build_event_details_sql.md} +9 -9
  26. package/skills/{te-analysis/references/create-alert.md → ae-analysis/references/create_alert.md} +4 -4
  27. package/skills/{te-audience/references/create-cluster.md → ae-analysis/references/create_cluster.md} +23 -19
  28. package/skills/{te-analysis/references/create-dashboard.md → ae-analysis/references/create_dashboard.md} +4 -4
  29. package/skills/{te-meta/references/create-metric.md → ae-analysis/references/create_metric.md} +10 -10
  30. package/skills/{te-analysis/references/create-or-update-dashboard-note.md → ae-analysis/references/create_or_update_dashboard_note.md} +3 -3
  31. package/skills/{te-meta/references/create-project-mark-time.md → ae-analysis/references/create_project_mark_time.md} +3 -3
  32. package/skills/{te-analysis/references/create-public-access-link.md → ae-analysis/references/create_public_access_link.md} +3 -3
  33. package/skills/{te-analysis/references/create-report.md → ae-analysis/references/create_report.md} +9 -9
  34. package/skills/{te-analysis/references/create-result-cluster.md → ae-analysis/references/create_result_cluster.md} +6 -6
  35. package/skills/{te-audience/references/create-tag.md → ae-analysis/references/create_tag.md} +16 -15
  36. package/skills/{te-meta/references/create-virtual-event.md → ae-analysis/references/create_virtual_event.md} +9 -9
  37. package/skills/{te-meta/references/create-virtual-property.md → ae-analysis/references/create_virtual_property.md} +7 -7
  38. package/skills/{te-meta/references/delete-project-mark-times.md → ae-analysis/references/delete_project_mark_times.md} +2 -2
  39. package/skills/{te-meta/references/delete-track-items.md → ae-analysis/references/delete_track_items.md} +2 -2
  40. package/skills/{te-analysis/references/drilldown-user-events.md → ae-analysis/references/drilldown_user_events.md} +8 -8
  41. package/skills/{te-analysis/references/drilldown-users.md → ae-analysis/references/drilldown_users.md} +10 -7
  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} +2 -2
  45. package/skills/{te-analysis/references/get-alert-definition-schema.md → ae-analysis/references/get_alert_definition_schema.md} +1 -1
  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} +1 -1
  50. package/skills/{te-analysis/references/get-groupby-schema.md → ae-analysis/references/get_groupby_schema.md} +1 -1
  51. package/skills/{te-meta/references/get-metric.md → ae-analysis/references/get_metric.md} +2 -2
  52. package/skills/{te-meta/references/get-project-config.md → ae-analysis/references/get_project_config.md} +2 -2
  53. package/skills/{te-analysis/references/get-report-definition.md → ae-analysis/references/get_report_definition.md} +2 -2
  54. package/skills/{te-common/references/get-resource-url.md → ae-analysis/references/get_resource_url.md} +4 -4
  55. package/skills/{te-analysis/references/get-table-columns.md → ae-analysis/references/get_table_columns.md} +2 -2
  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} +2 -2
  59. package/skills/{te-analysis/references/list-alerts.md → ae-analysis/references/list_alerts.md} +10 -3
  60. package/skills/{te-audience/references/list-cluster-members.md → ae-analysis/references/list_cluster_members.md} +11 -4
  61. package/skills/{te-audience/references/list-clusters.md → ae-analysis/references/list_clusters.md} +14 -4
  62. package/skills/{te-analysis/references/list-dashboards.md → ae-analysis/references/list_dashboards.md} +12 -4
  63. package/skills/{te-meta/references/list-entities.md → ae-analysis/references/list_entities.md} +10 -3
  64. package/skills/{te-meta/references/list-events.md → ae-analysis/references/list_events.md} +12 -5
  65. package/skills/ae-analysis/references/list_metrics.md +45 -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} +2 -2
  68. package/skills/{te-common/references/list-projects.md → ae-analysis/references/list_projects.md} +6 -4
  69. package/skills/{te-meta/references/list-properties.md → ae-analysis/references/list_properties.md} +9 -4
  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} +12 -4
  72. package/skills/{te-audience/references/list-tag-members.md → ae-analysis/references/list_tag_members.md} +11 -4
  73. package/skills/{te-audience/references/list-tags.md → ae-analysis/references/list_tags.md} +14 -4
  74. package/skills/{te-analysis/references/load-filters.md → ae-analysis/references/load_filters.md} +3 -3
  75. package/skills/{te-analysis/references/query-adhoc.md → ae-analysis/references/query_adhoc.md} +24 -9
  76. package/skills/{te-analysis/references/query-dashboard-detail.md → ae-analysis/references/query_dashboard_detail.md} +2 -2
  77. package/skills/{te-analysis/references/query-dashboard-report-data.md → ae-analysis/references/query_dashboard_report_data.md} +9 -9
  78. package/skills/{te-analysis/references/query-entity-details.md → ae-analysis/references/query_entity_details.md} +10 -10
  79. package/skills/{te-analysis/references/query-event-details.md → ae-analysis/references/query_event_details.md} +12 -12
  80. package/skills/{te-analysis/references/query-report-data.md → ae-analysis/references/query_report_data.md} +11 -11
  81. package/skills/{te-audience/references/refresh-cluster.md → ae-analysis/references/refresh_cluster.md} +2 -2
  82. package/skills/{te-audience/references/refresh-tag.md → ae-analysis/references/refresh_tag.md} +2 -2
  83. package/skills/{te-meta/references/save-track-items.md → ae-analysis/references/save_track_items.md} +2 -2
  84. package/skills/{te-analysis/references/update-alert.md → ae-analysis/references/update_alert.md} +4 -4
  85. package/skills/{te-audience/references/update-cluster.md → ae-analysis/references/update_cluster.md} +15 -13
  86. package/skills/{te-analysis/references/update-dashboard.md → ae-analysis/references/update_dashboard.md} +3 -3
  87. package/skills/{te-meta/references/update-metric.md → ae-analysis/references/update_metric.md} +9 -9
  88. package/skills/{te-meta/references/update-project-mark-time.md → ae-analysis/references/update_project_mark_time.md} +3 -3
  89. package/skills/{te-analysis/references/update-public-access-link.md → ae-analysis/references/update_public_access_link.md} +3 -3
  90. package/skills/{te-audience/references/update-tag.md → ae-analysis/references/update_tag.md} +15 -14
  91. package/skills/ae-community/SKILL.md +305 -0
  92. package/skills/{te-community → ae-community}/references/community-activity-analysis.md +6 -7
  93. package/skills/{te-community → ae-community}/references/community-analyzing-official-content.md +3 -4
  94. package/skills/{te-community → ae-community}/references/community-analyzing-theme-comment.md +5 -6
  95. package/skills/{te-community → ae-community}/references/community-character-analysis.md +5 -6
  96. package/skills/{te-community → ae-community}/references/community-daily-report.md +7 -8
  97. package/skills/{te-community → ae-community}/references/community-hottopic-insight.md +4 -5
  98. package/skills/{te-community → ae-community}/references/community-weekly-report.md +7 -8
  99. package/skills/{te-community → ae-community}/references/get_channel_info.md +4 -5
  100. package/skills/{te-community → ae-community}/references/get_comment_tag_analysis.md +3 -4
  101. package/skills/{te-community → ae-community}/references/get_comments_summary.md +4 -5
  102. package/skills/{te-community → ae-community}/references/get_corpus_tags.md +3 -4
  103. package/skills/{te-community → ae-community}/references/get_daily_summary.md +3 -4
  104. package/skills/{te-community → ae-community}/references/get_hot_topics.md +3 -4
  105. package/skills/{te-community → ae-community}/references/get_livestream_analysis.md +3 -4
  106. package/skills/{te-community → ae-community}/references/get_livestream_detail.md +4 -5
  107. package/skills/{te-community → ae-community}/references/get_livestream_list.md +3 -4
  108. package/skills/{te-community → ae-community}/references/get_livestream_overview.md +3 -4
  109. package/skills/{te-community → ae-community}/references/get_livestream_room_metrics.md +3 -4
  110. package/skills/{te-community → ae-community}/references/get_livestream_rooms.md +3 -4
  111. package/skills/{te-community → ae-community}/references/get_overview_metrics.md +3 -4
  112. package/skills/{te-community → ae-community}/references/get_post_detail.md +4 -5
  113. package/skills/{te-community → ae-community}/references/get_risk_content.md +5 -6
  114. package/skills/{te-community → ae-community}/references/get_sentiment_overview.md +4 -5
  115. package/skills/{te-community → ae-community}/references/get_tag_trends.md +3 -4
  116. package/skills/{te-community → ae-community}/references/get_topic_detail.md +3 -4
  117. package/skills/{te-community → ae-community}/references/search_posts.md +5 -6
  118. package/skills/{te-dataops → ae-dataops}/SKILL.md +73 -10
  119. package/skills/{te-dataops → ae-dataops}/references/dataops-flow-create.md +1 -1
  120. package/skills/{te-dataops → ae-dataops}/references/dataops-flow-monitor.md +1 -1
  121. package/skills/{te-dataops → ae-dataops}/references/dataops-integration.md +1 -1
  122. package/skills/{te-dataops → ae-dataops}/references/dataops-query.md +1 -1
  123. package/skills/{te-dataops → ae-dataops}/references/dataops-table.md +1 -1
  124. package/skills/{te-engage → ae-engage}/SKILL.md +106 -6
  125. package/skills/{te-engage → ae-engage}/references/add-approver.md +2 -2
  126. package/skills/{te-engage → ae-engage}/references/add-channel.md +2 -2
  127. package/skills/{te-engage → ae-engage}/references/approver-list.md +2 -2
  128. package/skills/{te-engage → ae-engage}/references/cancel-query-by-request-id.md +2 -2
  129. package/skills/{te-engage → ae-engage}/references/channel-detail.md +2 -2
  130. package/skills/{te-engage → ae-engage}/references/channel-list.md +2 -2
  131. package/skills/{te-engage → ae-engage}/references/config-channel-detail.md +2 -2
  132. package/skills/{te-engage → ae-engage}/references/config-channel-list.md +2 -2
  133. package/skills/{te-engage → ae-engage}/references/config-item-analysis-report.md +2 -2
  134. package/skills/{te-engage → ae-engage}/references/config-item-detail.md +2 -2
  135. package/skills/{te-engage → ae-engage}/references/config-item-list.md +2 -2
  136. package/skills/{te-engage → ae-engage}/references/config-item-strategy-comparison.md +2 -2
  137. package/skills/{te-engage → ae-engage}/references/config-item-trigger-report.md +2 -2
  138. package/skills/{te-engage → ae-engage}/references/copy-config-template.md +2 -2
  139. package/skills/{te-engage → ae-engage}/references/delete-channel.md +2 -2
  140. package/skills/{te-engage → ae-engage}/references/delete-config-channel.md +2 -2
  141. package/skills/{te-engage → ae-engage}/references/delete-config-item.md +2 -2
  142. package/skills/{te-engage → ae-engage}/references/delete-flow.md +2 -2
  143. package/skills/{te-engage → ae-engage}/references/flow-ab-split-node-report.md +2 -2
  144. package/skills/{te-engage → ae-engage}/references/flow-detail.md +2 -2
  145. package/skills/{te-engage → ae-engage}/references/flow-list.md +2 -2
  146. package/skills/{te-engage → ae-engage}/references/flow-node-config-schema.md +2 -2
  147. package/skills/{te-engage → ae-engage}/references/flow-node-detail-report.md +2 -2
  148. package/skills/{te-engage → ae-engage}/references/flow-node-overview-report.md +2 -2
  149. package/skills/{te-engage → ae-engage}/references/flow-process-report.md +2 -2
  150. package/skills/{te-engage → ae-engage}/references/manage-flow.md +2 -2
  151. package/skills/{te-engage → ae-engage}/references/manage-strategy.md +2 -2
  152. package/skills/{te-engage → ae-engage}/references/manage-task.md +2 -2
  153. package/skills/{te-engage → ae-engage}/references/modify-flow-base-info.md +2 -2
  154. package/skills/{te-engage → ae-engage}/references/save-flow.md +3 -3
  155. package/skills/{te-engage → ae-engage}/references/strategy-detail.md +2 -2
  156. package/skills/{te-engage → ae-engage}/references/strategy-list.md +2 -2
  157. package/skills/{te-engage → ae-engage}/references/task-data-detail.md +3 -10
  158. package/skills/{te-engage → ae-engage}/references/task-data-overview.md +3 -9
  159. package/skills/{te-engage → ae-engage}/references/task-detail.md +2 -2
  160. package/skills/{te-engage → ae-engage}/references/task-experiment-report.md +3 -9
  161. package/skills/{te-engage → ae-engage}/references/task-list.md +2 -2
  162. package/skills/{te-engage → ae-engage}/references/task-metric-detail.md +3 -9
  163. package/skills/{te-engage → ae-engage}/references/task-stats.md +2 -2
  164. package/skills/{te-engage → ae-engage}/references/update-channel-status.md +2 -2
  165. package/skills/{te-engage → ae-engage}/references/update-config-channel-status.md +2 -2
  166. package/skills/{te-engage → ae-engage}/references/validate-flow-node-config.md +2 -2
  167. package/skills/{te-engage → ae-engage}/references/whitelist-list.md +2 -2
  168. package/dist/auth-DXKYLMO7.js +0 -81
  169. package/dist/auth-JXELJNDS.js +0 -19
  170. package/dist/auth-L3G3A74I.js +0 -67
  171. package/dist/chunk-3GM5LJZR.js +0 -145
  172. package/dist/chunk-JD5DXMKL.js +0 -172
  173. package/dist/chunk-OVQOK35G.js +0 -108
  174. package/dist/chunk-RJNLN3KQ.js +0 -217
  175. package/dist/client-T4VODLA6.js +0 -16
  176. package/dist/community-GMALVSRF.js +0 -684
  177. package/dist/config-V7AXKDMB.js +0 -242
  178. package/dist/raw-ZNVURYMR.js +0 -59
  179. package/dist/te-analysis-7NN3SY3I.js +0 -871
  180. package/dist/te-audience-P43BWMHM.js +0 -350
  181. package/dist/te-common-H3IPTI2I.js +0 -144
  182. package/dist/te-dataops-WCGDBJLF.js +0 -1853
  183. package/dist/te-engage-UTRVNTGU.js +0 -1470
  184. package/dist/te-meta-HGYNXVGF.js +0 -479
  185. package/skills/te-analysis/SKILL.md +0 -107
  186. package/skills/te-analysis/references/get-analysis-query-schema.md +0 -36
  187. package/skills/te-analysis/references/list-public-access-links.md +0 -31
  188. package/skills/te-audience/SKILL.md +0 -63
  189. package/skills/te-audience/references/get-cluster-definition-schema.md +0 -37
  190. package/skills/te-audience/references/get-clusters-by-name.md +0 -32
  191. package/skills/te-audience/references/get-tag-definition-schema.md +0 -32
  192. package/skills/te-audience/references/get-tags-by-name.md +0 -32
  193. package/skills/te-common/SKILL.md +0 -135
  194. package/skills/te-community/SKILL.md +0 -125
  195. package/skills/te-meta/SKILL.md +0 -71
  196. package/skills/te-meta/references/list-metrics.md +0 -33
  197. package/skills/te-meta/references/list-project-mark-times.md +0 -33
  198. package/skills/te-shared/SKILL.md +0 -115
@@ -1,10 +1,9 @@
1
- # te-community get_livestream_detail
1
+ # ae-community +get_livestream_detail
2
2
 
3
- > **Prerequisite:** Read [`../te-shared/SKILL.md`](../te-shared/SKILL.md)
4
3
 
5
4
  Details of a single livestream: interactive rankings and paginated interactive content.
6
5
 
7
- Mapping command: `ae-cli community get_livestream_detail`
6
+ Mapping command: `ae-cli community +get_livestream_detail`
8
7
 
9
8
  ## Flags
10
9
 
@@ -24,11 +23,11 @@ Mapping command: `ae-cli community get_livestream_detail`
24
23
 
25
24
  ```bash
26
25
  # Get livestream details
27
- ae-cli community get_livestream_detail \
26
+ ae-cli community +get_livestream_detail \
28
27
  --space-id 1 --game-id 1 --stream-id <stream-id>
29
28
 
30
29
  # Filter danmaku types
31
- ae-cli community get_livestream_detail \
30
+ ae-cli community +get_livestream_detail \
32
31
  --space-id 1 --game-id 1 --stream-id <stream-id> \
33
32
  --activity-types 0,1
34
33
  ```
@@ -1,10 +1,9 @@
1
- # te-community get_livestream_list
1
+ # ae-community +get_livestream_list
2
2
 
3
- > **Prerequisite:** Read [`../te-shared/SKILL.md`](../te-shared/SKILL.md)
4
3
 
5
4
  Get the list of livestream sessions for a room (stream history).
6
5
 
7
- Mapping command: `ae-cli community get_livestream_list`
6
+ Mapping command: `ae-cli community +get_livestream_list`
8
7
 
9
8
  ## Flags
10
9
 
@@ -21,6 +20,6 @@ Mapping command: `ae-cli community get_livestream_list`
21
20
 
22
21
  ```bash
23
22
  # Get the livestream session list
24
- ae-cli community get_livestream_list \
23
+ ae-cli community +get_livestream_list \
25
24
  --space-id 1 --game-id 1 --channel-id 1
26
25
  ```
@@ -1,10 +1,9 @@
1
- # te-community get_livestream_overview
1
+ # ae-community +get_livestream_overview
2
2
 
3
- > **Prerequisite:** Read [`../te-shared/SKILL.md`](../te-shared/SKILL.md)
4
3
 
5
4
  Livestream overview trends: number of active rooms, number of sessions, number of interactions and livestream duration.
6
5
 
7
- Mapping command: `ae-cli community get_livestream_overview`
6
+ Mapping command: `ae-cli community +get_livestream_overview`
8
7
 
9
8
  ## Flags
10
9
 
@@ -19,7 +18,7 @@ Mapping command: `ae-cli community get_livestream_overview`
19
18
 
20
19
  ```bash
21
20
  # Get livestream overview
22
- ae-cli community get_livestream_overview \
21
+ ae-cli community +get_livestream_overview \
23
22
  --space-id 1 --game-id 1 \
24
23
  --start-time 2024-01-01 --end-time 2024-01-07
25
24
  ```
@@ -1,10 +1,9 @@
1
- # te-community get_livestream_room_metrics
1
+ # ae-community +get_livestream_room_metrics
2
2
 
3
- > **Prerequisite:** Read [`../te-shared/SKILL.md`](../te-shared/SKILL.md)
4
3
 
5
4
  Core metrics and annual calendar for a single livestream room: Overview KPIs plus daily livestream duration calendar.
6
5
 
7
- Mapping command: `ae-cli community get_livestream_room_metrics`
6
+ Mapping command: `ae-cli community +get_livestream_room_metrics`
8
7
 
9
8
  ## Flags
10
9
 
@@ -20,7 +19,7 @@ Mapping command: `ae-cli community get_livestream_room_metrics`
20
19
 
21
20
  ```bash
22
21
  # Get the annual indicators of the livestream room
23
- ae-cli community get_livestream_room_metrics \
22
+ ae-cli community +get_livestream_room_metrics \
24
23
  --space-id 1 --game-id 1 \
25
24
  --channel-id 1 --room-id <room-id> --year 2024
26
25
  ```
@@ -1,10 +1,9 @@
1
- # te-community get_livestream_rooms
1
+ # ae-community +get_livestream_rooms
2
2
 
3
- > **Prerequisite:** Read [`../te-shared/SKILL.md`](../te-shared/SKILL.md)
4
3
 
5
4
  Search livestream rooms by time range and channel, and return room lists and statistics.
6
5
 
7
- Mapping command: `ae-cli community get_livestream_rooms`
6
+ Mapping command: `ae-cli community +get_livestream_rooms`
8
7
 
9
8
  ## Flags
10
9
 
@@ -20,7 +19,7 @@ Mapping command: `ae-cli community get_livestream_rooms`
20
19
 
21
20
  ```bash
22
21
  # Search livestream room
23
- ae-cli community get_livestream_rooms \
22
+ ae-cli community +get_livestream_rooms \
24
23
  --space-id 1 --game-id 1 \
25
24
  --start-time 2024-01-01 --end-time 2024-01-07
26
25
  ```
@@ -1,10 +1,9 @@
1
- # te-community get_overview_metrics
1
+ # ae-community +get_overview_metrics
2
2
 
3
- > **Prerequisite:** Read [`../te-shared/SKILL.md`](../te-shared/SKILL.md)
4
3
 
5
4
  Overall community metrics within time range: number of posts/replies, sentiment count, channel breakdown.
6
5
 
7
- Mapping command: `ae-cli community get_overview_metrics`
6
+ Mapping command: `ae-cli community +get_overview_metrics`
8
7
 
9
8
  ## Flags
10
9
 
@@ -20,7 +19,7 @@ Mapping command: `ae-cli community get_overview_metrics`
20
19
 
21
20
  ```bash
22
21
  # Get overall indicators
23
- ae-cli community get_overview_metrics \
22
+ ae-cli community +get_overview_metrics \
24
23
  --space-id 1 --game-id 1 \
25
24
  --start-time 2024-01-01 --end-time 2024-01-07
26
25
  ```
@@ -1,10 +1,9 @@
1
- # te-community get_post_detail
1
+ # ae-community +get_post_detail
2
2
 
3
- > **Prerequisite:** Read [`../te-shared/SKILL.md`](../te-shared/SKILL.md)
4
3
 
5
4
  Get complete details of the post/video, including text, media, comments, emotions, keywords, topics, tag values ​​and comment pagination.
6
5
 
7
- Mapping command: `ae-cli community get_post_detail`
6
+ Mapping command: `ae-cli community +get_post_detail`
8
7
 
9
8
  ## Flags
10
9
 
@@ -26,12 +25,12 @@ Mapping command: `ae-cli community get_post_detail`
26
25
 
27
26
  ```bash
28
27
  # Get post details
29
- ae-cli community get_post_detail \
28
+ ae-cli community +get_post_detail \
30
29
  --space-id 1 --game-id 1 \
31
30
  --channel-id 1 --uuid <uuid> --resource-type 0
32
31
 
33
32
  # Get video details and page comments
34
- ae-cli community get_post_detail \
33
+ ae-cli community +get_post_detail \
35
34
  --space-id 1 --game-id 1 \
36
35
  --channel-id 1 --uuid <uuid> --resource-type 1 \
37
36
  --reply-page-num 1 --reply-page-size 20
@@ -1,10 +1,9 @@
1
- # te-community get_risk_content
1
+ # ae-community +get_risk_content
2
2
 
3
- > **Prerequisite:** Read [`../te-shared/SKILL.md`](../te-shared/SKILL.md)
4
3
 
5
4
  Query content marked as risk/audit and support filtering by risk type and time. Optional return trend aggregation.
6
5
 
7
- Mapping command: `ae-cli community get_risk_content`
6
+ Mapping command: `ae-cli community +get_risk_content`
8
7
 
9
8
  ## Flags
10
9
 
@@ -25,18 +24,18 @@ Mapping command: `ae-cli community get_risk_content`
25
24
 
26
25
  ```bash
27
26
  # Query risk content
28
- ae-cli community get_risk_content \
27
+ ae-cli community +get_risk_content \
29
28
  --space-id 1 --game-id 1 \
30
29
  --start-time 2024-01-01 --end-time 2024-01-07
31
30
 
32
31
  # Filter by risk type
33
- ae-cli community get_risk_content \
32
+ ae-cli community +get_risk_content \
34
33
  --space-id 1 --game-id 1 \
35
34
  --start-time 2024-01-01 --end-time 2024-01-07 \
36
35
  --risk-codes 1,2
37
36
 
38
37
  # Keyword search
39
- ae-cli community get_risk_content \
38
+ ae-cli community +get_risk_content \
40
39
  --space-id 1 --game-id 1 \
41
40
  --start-time 2024-01-01 --end-time 2024-01-07 \
42
41
  --search-word "violating keywords"
@@ -1,10 +1,9 @@
1
- # te-community get_sentiment_overview
1
+ # ae-community +get_sentiment_overview
2
2
 
3
- > **Prerequisite:** Read [`../te-shared/SKILL.md`](../te-shared/SKILL.md)
4
3
 
5
4
  Sentiment distribution and hot word overview: Return keywords and their trends by sentiment type, as well as overall keyword rankings.
6
5
 
7
- Mapping command: `ae-cli community get_sentiment_overview`
6
+ Mapping command: `ae-cli community +get_sentiment_overview`
8
7
 
9
8
  ## Flags
10
9
 
@@ -22,12 +21,12 @@ Mapping command: `ae-cli community get_sentiment_overview`
22
21
 
23
22
  ```bash
24
23
  #emotionoverview
25
- ae-cli community get_sentiment_overview \
24
+ ae-cli community +get_sentiment_overview \
26
25
  --space-id 1 --game-id 1 \
27
26
  --start-time 2024-01-01 --end-time 2024-01-07
28
27
 
29
28
  # Limit the number of returns
30
- ae-cli community get_sentiment_overview \
29
+ ae-cli community +get_sentiment_overview \
31
30
  --space-id 1 --game-id 1 \
32
31
  --start-time 2024-01-01 --end-time 2024-01-07 \
33
32
  --limit 50
@@ -1,10 +1,9 @@
1
- # te-community get_tag_trends
1
+ # ae-community +get_tag_trends
2
2
 
3
- > **Prerequisite:** Read [`../te-shared/SKILL.md`](../te-shared/SKILL.md)
4
3
 
5
4
  Daily tag trend: Given a tag code and a time range, return the count and time series of each tag value.
6
5
 
7
- Mapping command: `ae-cli community get_tag_trends`
6
+ Mapping command: `ae-cli community +get_tag_trends`
8
7
 
9
8
  ## Flags
10
9
 
@@ -21,7 +20,7 @@ Mapping command: `ae-cli community get_tag_trends`
21
20
 
22
21
  ```bash
23
22
  # Get tag trends
24
- ae-cli community get_tag_trends \
23
+ ae-cli community +get_tag_trends \
25
24
  --space-id 1 --game-id 1 \
26
25
  --tag-code "game_version" \
27
26
  --start-time 2024-01-01 --end-time 2024-01-07
@@ -1,10 +1,9 @@
1
- # te-community get_topic_detail
1
+ # ae-community +get_topic_detail
2
2
 
3
- > **Prerequisite:** Read [`../te-shared/SKILL.md`](../te-shared/SKILL.md)
4
3
 
5
4
  In-depth statistics on specified topics: content/total number of replies, sentiment distribution, daily trends by channel, and hot keywords.
6
5
 
7
- Mapping command: `ae-cli community get_topic_detail`
6
+ Mapping command: `ae-cli community +get_topic_detail`
8
7
 
9
8
  ## Flags
10
9
 
@@ -20,7 +19,7 @@ Mapping command: `ae-cli community get_topic_detail`
20
19
 
21
20
  ```bash
22
21
  # Get topic details
23
- ae-cli community get_topic_detail \
22
+ ae-cli community +get_topic_detail \
24
23
  --space-id 1 --game-id 1 \
25
24
  --topic-id <topic-id> \
26
25
  --start-time 2024-01-01 --end-time 2024-01-07
@@ -1,10 +1,9 @@
1
- # te-community search_posts
1
+ # ae-community +search_posts
2
2
 
3
- > * * Prerequisites: * * Read [`../te-shared/SKILL.md'] (../te-shared/SKILL.md)
4
3
 
5
4
  Search community posts/videos for multi-criteria filtering.
6
5
 
7
- Mapping command: `ae-cli community search_posts`
6
+ Mapping command: `ae-cli community +search_posts`
8
7
 
9
8
  ## Flags
10
9
 
@@ -29,19 +28,19 @@ Examples
29
28
 
30
29
  ```bash
31
30
  Basic search
32
- ae-cli community search_posts \
31
+ ae-cli community +search_posts \
33
32
  --space-id 1 --game-id 1 \
34
33
  --start-time 2024-01-01 --end-time 2024-01-07
35
34
 
36
35
  # Filter by channel and sentiment
37
- ae-cli community search_posts \
36
+ ae-cli community +search_posts \
38
37
  --space-id 1 --game-id 1 \
39
38
  --start-time 2024-01-01 --end-time 2024-01-07 \
40
39
  --channel-id-list 1,2 \
41
40
  --sentiment-types 0,1
42
41
 
43
42
  Pagination Query
44
- ae-cli community search_posts \
43
+ ae-cli community +search_posts \
45
44
  --space-id 1 --game-id 1 \
46
45
  --start-time 2024-01-01 --end-time 2024-01-07 \
47
46
  --page-num 1 --page-size 20
@@ -1,18 +1,18 @@
1
1
  ---
2
- name: te-dataops
2
+ name: ae-dataops
3
3
  version: 2.0.0
4
- description: "TE Data Development and Operations: Data warehouse management, flow orchestration, IDE queries, data integration, operations and backfill management"
4
+ description: "AE Data Development and Operations: Data warehouse management, flow orchestration, IDE queries, data integration, operations and backfill management"
5
5
  metadata:
6
6
  requires:
7
7
  bins: ["ae-cli"]
8
8
  cliHelp: "ae-cli dataops_repo --help, ae-cli dataops_datatable --help, ae-cli dataops_flow --help, ae-cli dataops_ide --help, ae-cli dataops_integration --help, ae-cli dataops_operations --help"
9
9
  ---
10
10
 
11
- # te-dataops
11
+ # ae-dataops
12
12
 
13
- > **Prerequisites:** Before using this skill, please read [`te-shared/SKILL.md`](../te-shared/SKILL.md) to understand authentication, global parameters, and security constraints.
13
+ > **CRITICAL - This skill is self-contained.** Use the Global AE CLI Rules below; do not require a separate shared skill for DataOps-side tasks.
14
14
 
15
- The TE Data Development and Operations domain provides capabilities for data warehouse management, flow orchestration, IDE SQL queries, data integration, operations and backfill management, including the following subcommands:
15
+ The AE Data Development and Operations domain provides capabilities for data warehouse management, flow orchestration, IDE SQL queries, data integration, operations and backfill management, including the following subcommands:
16
16
 
17
17
  | Subcommand | Responsibility | Corresponding Scenario Skill |
18
18
  |------------|----------------|------------------------------|
@@ -26,6 +26,73 @@ The TE Data Development and Operations domain provides capabilities for data war
26
26
 
27
27
  ---
28
28
 
29
+ ## Global AE CLI Rules
30
+
31
+ AE CLI (`ae-cli`) is the command-line tool for the AE data development and operations platform. For DataOps-side requests, prefer `ae-cli` and this skill's reference docs over model memory.
32
+
33
+ Authentication priority:
34
+ 1. `TE_TOKEN` environment variable.
35
+ 2. Cached token in `~/.ae-cli/tokens.json`, usually valid for 20 hours.
36
+ 3. macOS Chrome token extraction via `ae-cli auth login`.
37
+
38
+ Useful authentication commands:
39
+
40
+ ```bash
41
+ ae-cli auth login
42
+ ae-cli auth set-token <token>
43
+ ae-cli auth status
44
+ ae-cli auth logout
45
+ ```
46
+
47
+ Multi-environment support:
48
+
49
+ ```bash
50
+ # Specify host
51
+ ae-cli auth login --host ta-staging.example.com
52
+ ae-cli auth set-token <token> --host ta-staging.example.com
53
+
54
+ # Configure default host
55
+ ae-cli config set defaultHost ta-staging.example.com
56
+ ```
57
+
58
+ Global parameters:
59
+
60
+ | Parameter | Description | Default |
61
+ |---|---|---|
62
+ | `--host <host>` | Target AE instance address | defaultHost from config or ta.thinkingdata.cn |
63
+ | `--format <json|table>` | Output format | json |
64
+ | `--jq <expr>` | jq filter expression for JSON output | - |
65
+ | `--dry-run` | Preview the request without executing it | false |
66
+ | `--yes` | Skip confirmation for write operations | false |
67
+
68
+ Output format:
69
+
70
+ - JSON (default): `{ "ok": true, "data": { ... } }`
71
+ - Table: `ae-cli dataops_flow +list_flows --spaceCode xxx --format table`
72
+ - jq filtering: `ae-cli dataops_flow +list_flows --spaceCode xxx --jq '.'`
73
+
74
+ Error handling:
75
+
76
+ - Failed commands return `{ "ok": false, "error": { "type": "auth|api|validation|config", "message": "...", "hint": "..." } }` to stderr.
77
+ - Exit code: success `0`, error `1`.
78
+
79
+ Safety constraints:
80
+
81
+ - Commands with `risk: read` execute directly.
82
+ - Commands with `risk: write` require confirmation unless `--yes` is passed.
83
+ - Use `--dry-run` to preview the request that will be sent.
84
+
85
+ Command structure:
86
+
87
+ ```bash
88
+ ae-cli <domain> +<command> [flags]
89
+ ae-cli api <METHOD> <PATH> [--params] [--data]
90
+ ```
91
+
92
+ Domains for DataOps: `dataops_repo`, `dataops_datatable`, `dataops_flow`, `dataops_ide`, `dataops_integration`, `dataops_operations`
93
+
94
+ ---
95
+
29
96
  ## Core Concepts and Rules
30
97
 
31
98
  You must understand the following key concepts before use, otherwise errors are highly likely.
@@ -111,9 +178,6 @@ ae-cli dataops_repo +list_schemas --spaceCode "${spaceCode}" --repoCode "te_etl"
111
178
  # View space members
112
179
  ae-cli dataops_repo +list_space_members --spaceCode "${spaceCode}"
113
180
 
114
- # Add member
115
- ae-cli dataops_repo +add_space_member --spaceCode "${spaceCode}" --openId "${openId}" --confirmed true
116
-
117
181
  # View space parameters
118
182
  ae-cli dataops_repo +list_support_params --spaceCode "${spaceCode}"
119
183
 
@@ -130,7 +194,6 @@ ae-cli dataops_repo +preview_param_expression --spaceCode "${spaceCode}" --expre
130
194
  | `+list_catalogs` | Catalog list | `--spaceCode` `--repoCode` |
131
195
  | `+list_schemas` | Schema list | `--spaceCode` `--repoCode` `--catalog` |
132
196
  | `+list_space_members` | Space members | `--spaceCode` |
133
- | `+add_space_member` | Add member | `--spaceCode` `--openId` `--confirmed` |
134
197
  | `+list_support_params` | Space parameters | `--spaceCode` |
135
198
  | `+preview_param_expression` | Preview parameter | `--spaceCode` `--expression` |
136
199
  | `+list_param_used_flows` | Flows using parameter | `--spaceCode` `--paramKey` |
@@ -640,4 +703,4 @@ ae-cli dataops_operations +search_task_instances --spaceCode "${spaceCode}" \
640
703
 
641
704
  ## Reference Documentation
642
705
 
643
- For detailed command flags and usage, please refer to the command documentation in the [`references/`](./references/) directory.
706
+ For detailed command flags and usage, please refer to the command documentation in the [`references/`](references/) directory.
@@ -9,7 +9,7 @@ metadata:
9
9
 
10
10
  # DataOps Flow Creation and Configuration
11
11
 
12
- > **Prerequisites:** Read [`te-dataops/SKILL.md`](../SKILL.md) for general rules.
12
+ > **Prerequisites:** Read [`ae-dataops/SKILL.md`](../SKILL.md) for general rules.
13
13
 
14
14
  Use the `dataops_flow` subcommand to manage flow lifecycle.
15
15
 
@@ -9,7 +9,7 @@ metadata:
9
9
 
10
10
  # DataOps Flow Execution and Monitoring
11
11
 
12
- > **Prerequisites:** Read [`te-dataops/SKILL.md`](../SKILL.md) for general rules.
12
+ > **Prerequisites:** Read [`ae-dataops/SKILL.md`](../SKILL.md) for general rules.
13
13
 
14
14
  Use the `dataops_flow` subcommand to execute and monitor flows.
15
15
 
@@ -9,7 +9,7 @@ metadata:
9
9
 
10
10
  # DataOps Datasource and Data Integration
11
11
 
12
- > **Prerequisites:** Read [`te-dataops/SKILL.md`](../SKILL.md) for general rules.
12
+ > **Prerequisites:** Read [`ae-dataops/SKILL.md`](../SKILL.md) for general rules.
13
13
 
14
14
  Use the `dataops_integration` subcommand to manage datasources and sync solutions.
15
15
 
@@ -9,7 +9,7 @@ metadata:
9
9
 
10
10
  # DataOps Data Exploration and SQL Query
11
11
 
12
- > **Prerequisites:** Read [`te-dataops/SKILL.md`](../SKILL.md) for general rules.
12
+ > **Prerequisites:** Read [`ae-dataops/SKILL.md`](../SKILL.md) for general rules.
13
13
 
14
14
  Use the `dataops_ide` subcommand for data exploration and SQL queries.
15
15
 
@@ -9,7 +9,7 @@ metadata:
9
9
 
10
10
  # DataOps Data Table and View Management
11
11
 
12
- > **Prerequisites:** Read [`te-dataops/SKILL.md`](../SKILL.md) for general rules.
12
+ > **Prerequisites:** Read [`ae-dataops/SKILL.md`](../SKILL.md) for general rules.
13
13
 
14
14
  Use the `dataops_datatable` subcommand to manage data tables.
15
15
 
@@ -1,20 +1,120 @@
1
1
  ---
2
- name: te-engage
2
+ name: ae-engage
3
3
  version: 1.0.0
4
- description: "TE Engage MCP: config items, flows, channel settings, task data query, and management"
4
+ description: "AE Engage MCP: config items, flows, channel settings, task data query, and management"
5
5
  metadata:
6
6
  requires:
7
7
  bins: ["ae-cli"]
8
8
  cliHelp: "ae-cli engage --help"
9
9
  ---
10
10
 
11
- # te-engage
11
+ # ae-engage
12
12
 
13
- > **Prerequisite:** Read [`../te-shared/SKILL.md`](../te-shared/SKILL.md) for authentication, global parameters, and safety constraints.
13
+ AE CLI (`ae-cli`) is the command-line tool for the ThinkingEngine data analysis platform, used by AI Agents and human users.
14
+
15
+ ## Authentication
16
+
17
+ You must authenticate before use. Authentication priority:
18
+
19
+ 1. Environment variable `TE_TOKEN` (highest priority, suitable for CI/scripts)
20
+ 2. Cached token (`~/.ae-cli/tokens.json`, valid for 20 hours)
21
+ 3. macOS automatically extracts it from Chrome (macOS only)
22
+
23
+ ### Authentication Commands
24
+
25
+ ```bash
26
+ # Automatic macOS authentication (extract token from Chrome)
27
+ ae-cli auth login
28
+
29
+ # Manually set token
30
+ ae-cli auth set-token <token>
31
+
32
+ # View authentication status
33
+ ae-cli auth status
34
+
35
+ # Log out
36
+ ae-cli auth logout
37
+ ```
38
+
39
+ ### Multi-environment Support
40
+
41
+ ```bash
42
+ # Specify host
43
+ ae-cli auth login --host ta-staging.example.com
44
+ ae-cli auth set-token <token> --host ta-staging.example.com
45
+
46
+ # Configure default host
47
+ ae-cli config set defaultHost ta-staging.example.com
48
+ ```
49
+
50
+ ## Global Parameters
51
+
52
+ All commands support the following global parameters:
53
+
54
+ | Parameter | Description | Default |
55
+ |------|------|--------|
56
+ | `--host <host>` | AE instance address | defaultHost from config or ta.thinkingdata.cn |
57
+ | `--format <json\|table>` | Output format | json |
58
+ | `--jq <expr>` | jq filter expression | - |
59
+ | `--dry-run` | Show the request only, do not execute it | false |
60
+ | `--yes` | Skip confirmation for write operations | false |
61
+
62
+ ## Output Format
63
+
64
+ ### JSON (default)
65
+
66
+ ```json
67
+ {
68
+ "ok": true,
69
+ "data": { ... }
70
+ }
71
+ ```
72
+
73
+ ### Table
74
+
75
+ ```bash
76
+ ae-cli engage +channel_list --project_id <YOUR_PROJECT_ID> --format table
77
+ ```
78
+
79
+ ### jq Filtering
80
+
81
+ ```bash
82
+ ae-cli engage +channel_list --project_id <YOUR_PROJECT_ID> --jq '.'
83
+ ```
84
+
85
+ ## Error Handling
86
+
87
+ Error output goes to stderr, in the following format:
88
+
89
+ ```json
90
+ {
91
+ "ok": false,
92
+ "error": {
93
+ "type": "auth | api | validation | config",
94
+ "message": "...",
95
+ "hint": "..."
96
+ }
97
+ }
98
+ ```
99
+
100
+ Exit code: success `0`, error `1`.
101
+
102
+ ## Security Constraints
103
+
104
+ - Commands with `risk: read` execute directly
105
+ - Commands with `risk: write` require confirmation unless `--yes` is passed
106
+ - Use `--dry-run` to preview the request that will be sent
107
+
108
+ ## Command Structure
109
+
110
+ ```bash
111
+ ae-cli <domain> +<command> [flags]
112
+ ae-cli api <METHOD> <PATH> [--params] [--data]
113
+ ```
14
114
 
15
115
  ## Overview
16
116
 
17
- The `te-engage` package provides Hermes Engage MCP capabilities across config items, flows, channel settings, and task data. Commands are invoked through `ae-cli engage <command>`.
117
+ The `ae-engage` package provides Hermes Engage MCP capabilities across config items, flows, channel settings, and task data. Commands are invoked through `ae-cli engage <command>`.
18
118
 
19
119
  Typical use cases include:
20
120
 
@@ -66,7 +166,7 @@ ae-cli engage +task_list --project_id 1 --req '{"pageNum":1,"pageSize":20}'
66
166
  ae-cli engage +task_detail --project_id 1 --task_id task_123
67
167
 
68
168
  # Query the task overview
69
- ae-cli engage +task_data_overview --project_id 1 --task_id task_123 --task_type normal
169
+ ae-cli engage +task_data_overview --project_id 1 --task_id task_123
70
170
  ```
71
171
 
72
172
  ### 3. config
@@ -1,6 +1,6 @@
1
- # te-engage +add_approver
1
+ # ae-engage +add_approver
2
2
 
3
- > **Prerequisite:** Read [`../../te-shared/SKILL.md`](../../te-shared/SKILL.md)
3
+ > **Prerequisite:** Read [`../../ae-shared/SKILL.md`](../../ae-shared/SKILL.md)
4
4
 
5
5
  Batch add approvers.
6
6
 
@@ -1,6 +1,6 @@
1
- # te-engage +add_channel
1
+ # ae-engage +add_channel
2
2
 
3
- > **Prerequisite:** Read [`../../te-shared/SKILL.md`](../../te-shared/SKILL.md)
3
+ > **Prerequisite:** Read [`../../ae-shared/SKILL.md`](../../ae-shared/SKILL.md)
4
4
 
5
5
  Create a new Engage channel.
6
6
 
@@ -1,6 +1,6 @@
1
- # te-engage +approver_list
1
+ # ae-engage +approver_list
2
2
 
3
- > **Prerequisite:** Read [`../../te-shared/SKILL.md`](../../te-shared/SKILL.md)
3
+ > **Prerequisite:** Read [`../../ae-shared/SKILL.md`](../../ae-shared/SKILL.md)
4
4
 
5
5
  Query the project approver list.
6
6
 
@@ -1,6 +1,6 @@
1
- # te-engage +cancel_query_by_request_id
1
+ # ae-engage +cancel_query_by_request_id
2
2
 
3
- > **Prerequisite:** Read [`../../te-shared/SKILL.md`](../../te-shared/SKILL.md)
3
+ > **Prerequisite:** Read [`../../ae-shared/SKILL.md`](../../ae-shared/SKILL.md)
4
4
 
5
5
  Cancel a running data query by requestId.
6
6
 
@@ -1,6 +1,6 @@
1
- # te-engage +channel_detail
1
+ # ae-engage +channel_detail
2
2
 
3
- > **Prerequisite:** Read [`../../te-shared/SKILL.md`](../../te-shared/SKILL.md)
3
+ > **Prerequisite:** Read [`../../ae-shared/SKILL.md`](../../ae-shared/SKILL.md)
4
4
 
5
5
  Query the details of a single Engage channel.
6
6