@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
@@ -0,0 +1,49 @@
1
+ # analysis_audience +get_tag_definition_schema (Get Tag Definition Schema)
2
+
3
+ > **Prerequisite:** Follow the Global AE CLI Rules in [`../SKILL.md`](../SKILL.md).
4
+
5
+ Domain: **Schema Query**
6
+
7
+ ## Use Cases
8
+ - Support tool positioning: the current command provides the structure definition (schema) and should be used as a prerequisite step.
9
+ - Recommended sequence: first call this schema tool to get the structure, then call specific business tools.
10
+ - Typical downstream tools: `+create_tag`, `+update_tag`
11
+ - Get the tag definition schema. Supports tag type + response mode + condition subtype.
12
+
13
+ ## Commands
14
+ ```bash
15
+ ae-cli analysis_audience +get_tag_definition_schema --type condition
16
+ ae-cli analysis_audience +get_tag_definition_schema --type metric
17
+ ae-cli analysis_audience +get_tag_definition_schema --type condition --response_mode examples --condition_subtype behavior_seq
18
+ ae-cli analysis_audience +get_tag_definition_schema --dry-run
19
+ ```
20
+
21
+ ## Parameters
22
+ | Parameter | Required | Description |
23
+ |---|---|---|
24
+ | `--type` | Yes | Tag type. Supported values: `condition`, `metric`, `first_last`, `sql`. |
25
+ | `--response_mode` | No | Schema response mode. Supported values: `base`, `examples`, `full`. Default: `base`. |
26
+ | `--condition_subtype` | No | Only effective when `--type condition`. Supported values: `core`, `behavior_seq`, `all`. Default: `core`. |
27
+
28
+ ## Progressive Loading Strategy
29
+ - Use the smallest response that can solve the current task. Large schemas consume context and can make the follow-up definition construction less reliable.
30
+ - Start with `--response_mode base` or omit `--response_mode` for simple `condition`, `metric`, and `sql` tags.
31
+ - Request `--response_mode examples` only when the base schema is not enough to build or validate the target `definition`.
32
+ - `first_last` tags have a more specialized structure; use base first when the requested shape is simple, and escalate to `examples` when the field mapping or event/property role is unclear.
33
+ - Request `--response_mode full` only for complex, ambiguous, or repeatedly failing definition construction. Do not use `full` by default.
34
+ - For normal condition tags, use the default `--condition_subtype core`.
35
+ - Use `--condition_subtype behavior_seq` only when the user specifically needs behavior sequence conditions.
36
+ - Use `--condition_subtype all` only when comparing condition subtypes or when the exact subtype cannot be determined after reading the user request. Avoid `all` for simple creation/update tasks.
37
+
38
+ ## Decision Rules
39
+ - `--type` is required and must match the target tag type.
40
+ - It is recommended to run `--dry-run` first to inspect the request mapping before making the actual call.
41
+ - Prefer `--response_mode base` first; request `examples` only when needed; request `full` only as a last resort.
42
+
43
+ ## Next Step on Failure
44
+ - If reading fails, first verify whether the object ID exists and belongs to the current project.
45
+ - If the schema does not match expectations, confirm whether the correct schema interface was used (filter/groupby/query/tag/cluster).
46
+
47
+ ## Recommended Chain
48
+ - +get_tag_definition_schema -> (first build/update in session or refresh) analysis_meta +list_events -> analysis_meta +list_properties -> +create_tag
49
+ - +get_tag_definition_schema -> (first build/update in session or refresh) analysis_meta +list_events -> analysis_meta +list_properties -> +update_tag
@@ -0,0 +1,69 @@
1
+ # analysis_audience +get_tags_by_name (Locate Tags by Name)
2
+
3
+ > **Prerequisite:** Follow the Global AE CLI Rules in [`../SKILL.md`](../SKILL.md).
4
+
5
+ Domain: **Tag Management**
6
+
7
+ ## Use Cases
8
+ - Get tag definition details in batch by tag name. Returns complete tag information for matched tags, including IDs, names, display names, types, status, user counts, and tag definitions.
9
+
10
+ ## Commands
11
+ ```bash
12
+ ae-cli analysis_audience +get_tags_by_name --project_id <project_id> --names '["demo"]'
13
+ ae-cli analysis_audience +get_tags_by_name --dry-run
14
+ ```
15
+
16
+ ## Parameters
17
+ | Parameter | Required | Description |
18
+ |---|---|---|
19
+ | `--project_id` / `-p` | Yes | Project ID |
20
+ | `--names` | Yes | List of tag names (JSON array). Exact-name matching is used; unmatched tags are ignored automatically. |
21
+
22
+ ## Decision Rules
23
+ - For the first execution, it is recommended to pass only the required parameters (`--project_id`, `--names`) and add optional parameters after confirming the path works.
24
+ - `--names` must be passed as a JSON array (e.g. `--names '["tag_a","tag_b"]'`).
25
+ - When troubleshooting across projects, first confirm whether `--project_id` matches the current permissions and target environment.
26
+
27
+ ## Enum Codebook (Asset Definition Interpretation Only)
28
+
29
+ When interpreting tag `definition` for users, if operator enum codes appear, use the following complete `calcuSymbol` mapping instead of outputting raw codes only.
30
+
31
+ | Code | Meaning | Applicable Types |
32
+ |---|---|---|
33
+ | `C00` | equals | all |
34
+ | `C000` | equals empty string | string |
35
+ | `C01` | not equals | all |
36
+ | `C010` | not equals empty string | string |
37
+ | `C02` | less than | number |
38
+ | `C020` | less than or equal | number |
39
+ | `C03` | greater than | number |
40
+ | `C030` | greater than or equal | number |
41
+ | `C04` | has value | all |
42
+ | `C05` | no value | all |
43
+ | `C06` | range | number/date |
44
+ | `C060` | date range | date |
45
+ | `C07` | contains | string |
46
+ | `C08` | does not contain | string |
47
+ | `C09` | true | bool |
48
+ | `C10` | false | bool |
49
+ | `C11` | regex match | string |
50
+ | `C12` | regex does not match | string |
51
+ | `C13` | relative to current time | date/datetime |
52
+ | `C14` | relative to event time | date/datetime |
53
+ | `C15` | element exists | array |
54
+ | `C16` | element does not exist | array |
55
+ | `C17` | element position | array |
56
+ | `C18` | no value | array |
57
+ | `C19` | has value | array |
58
+ | `C20` | belongs to cluster | cluster/tag (`tableType="2"`) |
59
+ | `C21` | does not belong to cluster | cluster/tag (`tableType="2"`) |
60
+ | `C22` | object exists that satisfies condition | array |
61
+ | `C23` | no object satisfies condition | array |
62
+ | `C24` | all objects satisfy condition | array |
63
+
64
+ ## Next Step on Failure
65
+ - If required parameters are missing, fall back to the smallest runnable command and fill the gap (focus on `--project_id`, `--names`).
66
+ - If reading fails, first verify whether the object ID exists and belongs to the current project.
67
+
68
+ ## Recommended Chain
69
+ - +list_tags -> +get_tags_by_name -> +update_tag
@@ -1,6 +1,6 @@
1
- # te_meta +get_track_program (Read Tracking Plan Baseline)
1
+ # analysis_meta +get_track_program (Read Tracking Plan Baseline)
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
  ## Commands
12
12
  ```bash
13
- te-cli te_meta +get_track_program --project_id 1
14
- te-cli te_meta +get_track_program --dry-run
13
+ ae-cli analysis_meta +get_track_program --project_id <project_id>
14
+ ae-cli analysis_meta +get_track_program --dry-run
15
15
  ```
16
16
 
17
17
  ## Parameters
@@ -1,6 +1,6 @@
1
- # te_analysis +list_alerts (alert strategy search)
1
+ # analysis +list_alerts (alert strategy 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: **Metadata Lookup**
6
6
 
@@ -10,9 +10,10 @@ Domain: **Metadata Lookup**
10
10
 
11
11
  ## Commands
12
12
  ```bash
13
- te-cli te_analysis +list_alerts --project_id 1
14
- te-cli te_analysis +list_alerts --project_id 1 --query demo
15
- te-cli te_analysis +list_alerts --dry-run
13
+ ae-cli analysis +list_alerts --project_id <project_id>
14
+ ae-cli analysis +list_alerts --project_id <project_id> --query demo
15
+ ae-cli analysis +list_alerts --project_id <project_id> --limit 20 --offset 0
16
+ ae-cli analysis +list_alerts --dry-run
16
17
  ```
17
18
 
18
19
  ## Parameters
@@ -20,6 +21,8 @@ te-cli te_analysis +list_alerts --dry-run
20
21
  |---|---|---|
21
22
  | `--project_id` / `-p` | Yes | Project ID |
22
23
  | `--query` / `-q` | No | Optional keyword filter. Performs fuzzy matching against alert names; if omitted, all alerts are returned. |
24
+ | `--limit` / `-l` | No | Optional page size. Default: 20, maximum: 50. |
25
+ | `--offset` / `-o` | No | Optional page offset. Default: 0. |
23
26
 
24
27
  ## Decision Rules
25
28
  - For the first run, it is recommended to pass only the required parameters (`--project_id`) and add optional parameters after confirming the chain works.
@@ -1,17 +1,20 @@
1
- # te_audience +list_cluster_members (View Cluster Members)
1
+ # analysis_audience +list_cluster_members (View Cluster 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: **Cluster Management**
6
6
 
7
7
  ## Use Cases
8
- - List members in the specified cluster. Returns member information such as user property values and total user count.
8
+ - List members in the specified cluster.
9
+ - Supports payload governance parameters: `query`, `fields`, `limit`, `offset`.
10
+ - Returns a paginated envelope (items + total + limit + offset + hasMore).
9
11
 
10
12
  ## Commands
11
13
  ```bash
12
- te-cli te_audience +list_cluster_members --project_id 1 --cluster_name demo
13
- te-cli te_audience +list_cluster_members --project_id 1 --cluster_name demo --property_names '["#user_id","name"]' --use_cache false
14
- te-cli te_audience +list_cluster_members --dry-run
14
+ ae-cli analysis_audience +list_cluster_members --project_id <project_id> --cluster_name demo
15
+ ae-cli analysis_audience +list_cluster_members --project_id <project_id> --cluster_name demo --property_names '["#user_id","name"]' --use_cache false
16
+ ae-cli analysis_audience +list_cluster_members --project_id <project_id> --cluster_name demo --query user_001 --fields '["#user_id","name"]' --limit 20 --offset 0
17
+ ae-cli analysis_audience +list_cluster_members --dry-run
15
18
  ```
16
19
 
17
20
  ## Parameters
@@ -21,6 +24,10 @@ te-cli te_audience +list_cluster_members --dry-run
21
24
  | `--cluster_name` | Yes | Cluster name |
22
25
  | `--property_names` | No | Optional list of user property names (JSON array) |
23
26
  | `--use_cache` | No | Whether to use cache. Default: true |
27
+ | `--query` | No | Optional keyword filter on `#user_id` and selected properties. |
28
+ | `--fields` | No | Optional return field list (JSON array). Invalid fields will fail with `INVALID_FIELDS`. |
29
+ | `--limit` | No | Optional page size. Default: 20, max: 50. |
30
+ | `--offset` | No | Optional page offset. Default: 0. |
24
31
 
25
32
  ## Decision Rules
26
33
  - For the first execution, it is recommended to pass only the required parameters (`--project_id`, `--cluster_name`) and add optional parameters after confirming the path works.
@@ -1,17 +1,20 @@
1
- # te_audience +list_clusters (Cluster Search)
1
+ # analysis_audience +list_clusters (Cluster 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: **Cluster Management**
6
6
 
7
7
  ## Use Cases
8
- - List cluster metadata accessible to the current user in the project. Supports keyword filtering and returns cluster names, display names, types, status, user counts, and related metadata, but not cluster members.
8
+ - List cluster 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 cluster members.
9
11
 
10
12
  ## Commands
11
13
  ```bash
12
- te-cli te_audience +list_clusters --project_id 1
13
- te-cli te_audience +list_clusters --project_id 1 --query demo
14
- te-cli te_audience +list_clusters --dry-run
14
+ ae-cli analysis_audience +list_clusters --project_id <project_id>
15
+ ae-cli analysis_audience +list_clusters --project_id <project_id> --query demo
16
+ ae-cli analysis_audience +list_clusters --project_id <project_id> --fields '["id","clusterName","usersNum"]' --limit 20 --offset 0
17
+ ae-cli analysis_audience +list_clusters --dry-run
15
18
  ```
16
19
 
17
20
  ## Parameters
@@ -19,6 +22,9 @@ te-cli te_audience +list_clusters --dry-run
19
22
  |---|---|---|
20
23
  | `--project_id` / `-p` | Yes | Project ID |
21
24
  | `--query` / `-q` | No | Optional keyword filter. Performs fuzzy matching against cluster names, display names, and remarks; if omitted, all clusters 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 +list_dashboards (List Dashboards)
1
+ # analysis +list_dashboards (List Dashboards)
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
 
@@ -10,16 +10,20 @@ Domain: **Dashboard management**
10
10
 
11
11
  ## Command
12
12
  ```bash
13
- ae-cli te_analysis +list_dashboards --project_id 1
14
- ae-cli te_analysis +list_dashboards --project_id 1 --query demo
15
- ae-cli te_analysis +list_dashboards --dry-run
13
+ ae-cli analysis +list_dashboards --project_id <project_id>
14
+ ae-cli analysis +list_dashboards --project_id <project_id> --query demo
15
+ ae-cli analysis +list_dashboards --project_id <project_id> --fields '["dashboardId","dashboardName"]' --limit 20 --offset 0
16
+ ae-cli analysis +list_dashboards --dry-run
16
17
  ```
17
18
 
18
19
  ## Parameters
19
20
  | Parameter | Required | Description |
20
21
  |---|---|---|
21
22
  | `--project_id` / `-p` | Yes | Project ID |
22
- | `--query` / `-q` | No | Optional keyword filter. Performs fuzzy matching against dashboard names; if omitted, all accessible dashboards are returned. |
23
+ | `--query` / `-q` | No | Optional keyword filter. Performs fuzzy matching against dashboard names and AI remarks; if omitted, all accessible dashboards are returned. |
24
+ | `--fields` / `-f` | No | Optional fields to return (JSON array). Supported fields: `dashboardId`, `dashboardName`, `aiRemark`. |
25
+ | `--limit` / `-l` | No | Optional page size. Default: 20, maximum: 50. |
26
+ | `--offset` / `-o` | No | Optional page offset. Default: 0. |
23
27
 
24
28
  ## Decision Rules
25
29
  - On the first run, start with only the required parameters (`--project_id`), and add optional parameters after confirming the path works.
@@ -1,6 +1,6 @@
1
- # te_meta +list_entities (Entity Search)
1
+ # analysis_meta +list_entities (Entity 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: **Entity Query**
6
6
 
@@ -10,9 +10,11 @@ Domain: **Entity Query**
10
10
 
11
11
  ## Command
12
12
  ```bash
13
- ae-cli te_meta +list_entities --project_id 1
14
- ae-cli te_meta +list_entities --project_id 1 --event_name demo
15
- ae-cli te_meta +list_entities --dry-run
13
+ ae-cli analysis_meta +list_entities --project_id <project_id>
14
+ ae-cli analysis_meta +list_entities --project_id <project_id> --query demo
15
+ ae-cli analysis_meta +list_entities --project_id <project_id> --event_name demo
16
+ ae-cli analysis_meta +list_entities --project_id <project_id> --fields '["entityId", "entityName", "columnName", "columnDesc", "selectType"]' --limit 20 --offset 0
17
+ ae-cli analysis_meta +list_entities --dry-run
16
18
  ```
17
19
 
18
20
  ## Parameters
@@ -20,6 +22,11 @@ ae-cli te_meta +list_entities --dry-run
20
22
  |---|---|---|
21
23
  | `--project_id` / `-p` | Yes | Project ID |
22
24
  | `--event_name` | No | Optional event name filter |
25
+ | `--query` / `-q` | No | Optional keyword filter. Fuzzy match is applied to entityName, columnName, and columnDesc; if omitted, all accessible dashboards are returned. |
26
+ | `--fields` / `-f` | No | Optional fields to return (JSON array). Supported fields: `entityId`, `entityName`, `columnName`, `columnDesc`, `selectType`. |
27
+ | `--limit` / `-l` | No | Optional page size. Default: 20, maximum: 50. |
28
+ | `--offset` / `-o` | No | Optional page offset. Default: 0. |
29
+
23
30
 
24
31
  ## Decision Rules
25
32
  - First run should only pass the required parameter (`--project_id`), and add optional parameters only after the path is confirmed to work.
@@ -1,6 +1,6 @@
1
- # te_meta +list_events (Event Metadata Discovery)
1
+ # analysis_meta +list_events (Event Metadata Discovery)
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 Query**
6
6
 
@@ -10,17 +10,20 @@ Domain: **Metadata Query**
10
10
 
11
11
  ## Commands
12
12
  ```bash
13
- ae-cli te_meta +list_events --project_id 1
14
- ae-cli te_meta +list_events --project_id 1 --query demo
15
- ae-cli te_meta +list_events --dry-run
13
+ ae-cli analysis_meta +list_events --project_id <project_id>
14
+ ae-cli analysis_meta +list_events --project_id <project_id> --query demo
15
+ ae-cli analysis_meta +list_events --project_id <project_id> --query demo --fields '["eventName", "eventDesc"]' --limit 20 --offset 0
16
+ ae-cli analysis_meta +list_events --dry-run
16
17
  ```
17
18
 
18
19
  ## Parameters
19
20
  | Parameter | Required | Description |
20
21
  |---|---|---|
21
22
  | `--project_id` / `-p` | Yes | Project ID |
22
- | `--query` / `-q` | No | Optional keyword filter. Performs fuzzy matching against event names, descriptions, and AI remarks; if omitted, all events are returned. |
23
-
23
+ | `--query` / `-q` | No | Optional keyword filter. Performs fuzzy matching against eventName, eventDesc, and aiRemark; if omitted, all events are returned. |
24
+ | `--fields` / `-f` | No | Optional fields to return (JSON array). Supported fields: `eventName`, `eventDesc`, `aiRemark`, `eventTag`, `remark`. |
25
+ | `--limit` / `-l` | No | Optional page size. Default: 20, maximum: 50. |
26
+ | `--offset` / `-o` | No | Optional page offset. Default: 0. |
24
27
  ## Decision Rules
25
28
  - For the first run, pass only the required parameter (`--project_id`) to confirm the path works, then add optional parameters.
26
29
  - For cross-project troubleshooting, first confirm whether `--project_id` matches the current permissions and target environment.
@@ -0,0 +1,41 @@
1
+ # analysis_meta +list_metrics (Metric Search)
2
+
3
+ > **Prerequisite:** Follow the Global AE CLI Rules in [`../SKILL.md`](../SKILL.md).
4
+
5
+ Domain: **Metadata Query**
6
+
7
+ ## Use Cases
8
+ - List metric metadata in the project. Supports keyword filtering and returns metric IDs, names, display names, model types, remarks, and related metadata, but not metric calculation results.
9
+ - Supports pagination with fields/limit/offset for payload governance.
10
+ - Query performs fuzzy matching on metricName, metricDesc, and metricRemark.
11
+
12
+ ## Command
13
+ ```bash
14
+ ae-cli analysis_meta +list_metrics --project_id <project_id>
15
+ ae-cli analysis_meta +list_metrics --project_id <project_id> --query demo
16
+ ae-cli analysis_meta +list_metrics --project_id <project_id> --query demo --fields '["metricId","metricName"]' --limit 10 --offset 0
17
+ ae-cli analysis_meta +list_metrics --dry-run
18
+ ```
19
+
20
+ ## Parameters
21
+ | Parameter | Required | Description |
22
+ |---|---|---|
23
+ | `--project_id` / `-p` | Yes | Project ID |
24
+ | `--query` / `-q` | No | Optional keyword filter. Fuzzy match on metricName, metricDesc, metricRemark. |
25
+ | `--fields` | No | Optional fields to return. Supported: metricId, metricName, metricDesc, metricRemark, metricMode, openId, creator, creatorLoginName, updateOpenId, updateCreator, updateLoginName, createTime, updateTime. Invalid fields cause INVALID_FIELDS error. |
26
+ | `--limit` | No | Optional limit. Default: 20, maximum: 50. |
27
+ | `--offset` | No | Optional offset. Default: 0. |
28
+
29
+ ## Decision Rules
30
+ - First run should only pass the required parameter (`--project_id`), and add optional parameters only after the path is confirmed to work.
31
+ - For pagination, use `--limit` and `--offset` together. Default limit is 20.
32
+ - Use `--fields` to select specific columns for lighter response payloads.
33
+ - For cross-project troubleshooting, first confirm whether `--project_id` matches the current permissions and target environment.
34
+
35
+ ## Next Steps After Failure
36
+ - If the required parameter is missing, fall back to the smallest runnable command and fill it in (focus on `--project_id`).
37
+ - If the result is empty, first confirm the project ID/keyword, then try loosening the filter conditions.
38
+ - If INVALID_FIELDS error appears, check that all field names in `--fields` match the supported list.
39
+
40
+ ## Recommended Chaining
41
+ - +list_metrics -> +create_metric -> +get_metric
@@ -0,0 +1,42 @@
1
+ # analysis_meta +list_project_mark_times (List Project Mark Times)
2
+
3
+ > **Prerequisite:** Follow the Global AE CLI Rules in [`../SKILL.md`](../SKILL.md).
4
+
5
+ Domain: **Project Configuration**
6
+
7
+ ## Use Cases
8
+ - List project date markers. Returns marker IDs, timestamps, content, and visibility status.
9
+ - Supports pagination with fields/limit/offset for payload governance.
10
+ - Query performs fuzzy matching on markContent.
11
+
12
+ ## Commands
13
+ ```bash
14
+ ae-cli analysis_meta +list_project_mark_times --project_id <project_id>
15
+ ae-cli analysis_meta +list_project_mark_times --project_id <project_id> --zone_offset 8
16
+ ae-cli analysis_meta +list_project_mark_times --project_id <project_id> --query demo --fields '["id","markTime","markContent"]' --limit 10 --offset 0
17
+ ae-cli analysis_meta +list_project_mark_times --dry-run
18
+ ```
19
+
20
+ ## Parameters
21
+ | Parameter | Required | Description |
22
+ |---|---|---|
23
+ | `--project_id` / `-p` | Yes | Project ID |
24
+ | `--zone_offset` | No | Marker time zone offset |
25
+ | `--query` / `-q` | No | Optional keyword filter. Fuzzy match on markContent. |
26
+ | `--fields` | No | Optional fields to return. Supported: id, projectId, markTime, userZoneTime, zoneOffset, markContent, isShow, creatorName, creatorId, lastModifierName, lastModifierId, createTime, updateTime. Invalid fields cause INVALID_FIELDS error. |
27
+ | `--limit` | No | Optional limit. Default: 20, maximum: 50. |
28
+ | `--offset` | No | Optional offset. Default: 0. |
29
+
30
+ ## Decision Rules
31
+ - For the first run, pass only the required parameter (`--project_id`) to confirm the path works, then add optional parameters.
32
+ - For pagination, use `--limit` and `--offset` together. Default limit is 20.
33
+ - Use `--fields` to select specific columns for lighter response payloads.
34
+ - For cross-project troubleshooting, first confirm whether `--project_id` matches the current permissions and target environment.
35
+
36
+ ## Next Steps After Failure
37
+ - If required parameters are missing, fall back to the smallest runnable command and fill them in first (focus on `--project_id`).
38
+ - If the result is empty, first confirm the project ID/keyword, then try loosening the filter conditions.
39
+ - If INVALID_FIELDS error appears, check that all field names in `--fields` match the supported list.
40
+
41
+ ## Recommended Chaining
42
+ - +get_project_config -> +list_project_mark_times
@@ -1,6 +1,6 @@
1
- # te_meta +list_project_users (Read Project Member List)
1
+ # analysis_meta +list_project_users (Read Project Member List)
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 +list_project_users --project_id 1
14
- te-cli te_meta +list_project_users --dry-run
13
+ ae-cli analysis_meta +list_project_users --project_id <project_id>
14
+ ae-cli analysis_meta +list_project_users --dry-run
15
15
  ```
16
16
 
17
17
  ## Parameters
@@ -1,6 +1,6 @@
1
- # te_common +list_projects (view projects accessible to the current user)
1
+ # analysis_common +list_projects (view projects accessible to the current user)
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 discovery / cross-module pre-query**
6
6
 
@@ -10,13 +10,13 @@ Domain: **project discovery / cross-module pre-query**
10
10
 
11
11
  ## Mandatory Rules (MUST)
12
12
  - This command does not accept any business parameters; do not invent `project_id`, keywords, or pagination parameters.
13
- - If a later target command requires `project_id`, `+list_projects` may only be used for "candidate project discovery" and cannot replace user confirmation.
13
+ - If a later target command requires `project_id`, `+list_projects` is used for first-time project discovery, new project verification, project switching, or ambiguity resolution. Do not call it repeatedly when the same continuous conversation already has a verified project context for the same host/environment.
14
14
  - In the final response, prioritize the returned `projectId`, `projectName`, and `roleName` to help the user confirm the project.
15
15
 
16
16
  ## Command
17
17
  ```bash
18
- te-cli te_common +list_projects
19
- te-cli te_common +list_projects --dry-run
18
+ ae-cli analysis_common +list_projects
19
+ ae-cli analysis_common +list_projects --dry-run
20
20
  ```
21
21
 
22
22
  ## Parameters
@@ -26,7 +26,8 @@ te-cli te_common +list_projects --dry-run
26
26
 
27
27
  ## Decision Rules
28
28
  - When the user says "let me see what projects I have", "list the available projects first", or "I don't know project_id", call this command first.
29
- - When you need to continue with a command that depends on `project_id`, show candidate projects first, then ask the user to explicitly confirm the target `projectId`.
29
+ - When a later command depends on `project_id` and there is no verified project context, show candidate projects first, then ask the user to explicitly confirm the target `projectId`.
30
+ - When the same continuous conversation already has a verified `project_id` for the same host/environment, reuse it directly and do not call `+list_projects` again unless the user switches projects, switches host/environment, asks to list projects, or the current project context becomes ambiguous.
30
31
  - If there are many projects returned, prioritize summarizing by `projectName`, `projectId`, and `roleName` to avoid expanding all low-value fields at once.
31
32
 
32
33
  ## Next Step on Failure
@@ -34,4 +35,5 @@ te-cli te_common +list_projects --dry-run
34
35
  - If the call fails, first check the authentication status, the target environment host, and the current login identity.
35
36
 
36
37
  ## Recommended Chaining
37
- - `+list_projects` -> user confirms `project_id` -> any command that requires `project_id`
38
+ - First use: `+list_projects` -> user confirms `project_id` -> any command that requires `project_id`
39
+ - Follow-up use in the same verified context: reuse confirmed `project_id` -> target command
@@ -1,6 +1,6 @@
1
- # te_meta +list_properties (Property Metadata Discovery)
1
+ # analysis_meta +list_properties (Property Metadata Discovery)
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 Query**
6
6
 
@@ -10,9 +10,10 @@ Domain: **Metadata Query**
10
10
 
11
11
  ## Commands
12
12
  ```bash
13
- te-cli te_meta +list_properties --project_id 1
14
- te-cli te_meta +list_properties --project_id 1 --scope event --event_name purchase --query demo
15
- te-cli te_meta +list_properties --dry-run
13
+ ae-cli analysis_meta +list_properties --project_id <project_id>
14
+ ae-cli analysis_meta +list_properties --project_id <project_id> --scope event --event_name purchase --query demo
15
+ ae-cli analysis_meta +list_properties --project_id <project_id> --query demo --fields '["propName", "propDesc"]' --limit 20 --offset 0
16
+ ae-cli analysis_meta +list_properties --dry-run
16
17
  ```
17
18
 
18
19
  ## Parameters
@@ -21,7 +22,11 @@ te-cli te_meta +list_properties --dry-run
21
22
  | `--project_id` / `-p` | Yes | Project ID |
22
23
  | `--scope` | No | Optional property scope. event means event properties, user means user properties. If omitted, all scopes are queried. |
23
24
  | `--event_name` | No | Optional event name. If provided, only event properties available for that event are returned. |
24
- | `--query` / `-q` | No | Optional keyword filter. Performs fuzzy matching against property names, descriptions, and AI remarks; if omitted, all matched properties are returned. |
25
+ | `--query` / `-q` | No | Optional keyword filter. Fuzzy match is applied to propName, propDesc, and aiRemark; if omitted, all matched properties are returned. |
26
+ | `--fields` / `-f` | No | Optional fields to return (JSON array). Supported fields: `propName`, `propDesc`, `aiRemark`, `selectType`, `tableType`, `subTableType`. |
27
+ | `--limit` / `-l` | No | Optional page size. Default: 20, maximum: 50. |
28
+ | `--offset` / `-o` | No | Optional page offset. Default: 0. |
29
+
25
30
 
26
31
  ## Decision Rules
27
32
  - For the first run, pass only the required parameter (`--project_id`) to confirm the path works, then add optional parameters.
@@ -0,0 +1,41 @@
1
+ # analysis +list_public_access_links (public link search)
2
+
3
+ > **Prerequisite:** Follow the Global AE CLI Rules in [`../SKILL.md`](../SKILL.md).
4
+
5
+ Domain: **Dashboard Management**
6
+
7
+ ## Use Cases
8
+ - List public access links in the project. Returns link IDs, short codes, access targets, status, effective time, expiration time, and related metadata.
9
+ - Supports pagination with fields/limit/offset for payload governance.
10
+ - Query performs fuzzy matching on shorter and remarks.
11
+
12
+ ## Commands
13
+ ```bash
14
+ ae-cli analysis +list_public_access_links --project_id <project_id>
15
+ ae-cli analysis +list_public_access_links --project_id <project_id> --query demo
16
+ ae-cli analysis +list_public_access_links --project_id <project_id> --query demo --fields '["id","shorter","accessStatus"]' --limit 10 --offset 0
17
+ ae-cli analysis +list_public_access_links --dry-run
18
+ ```
19
+
20
+ ## Parameters
21
+ | Parameter | Required | Description |
22
+ |---|---|---|
23
+ | `--project_id` / `-p` | Yes | Project ID |
24
+ | `--query` / `-q` | No | Optional keyword filter. Fuzzy match on shorter and remarks. |
25
+ | `--fields` | No | Optional fields to return. Supported: id, shorter, creator, projectIdAndName, source, accessId, target, options, remarks, accessStatus, effectTime, expireTime, createTime, updateTime. Invalid fields cause INVALID_FIELDS error. |
26
+ | `--limit` | No | Optional limit. Default: 20, maximum: 50. |
27
+ | `--offset` | No | Optional offset. Default: 0. |
28
+
29
+ ## Decision Rules
30
+ - For the first run, it is recommended to pass only the required parameters (`--project_id`) and add optional parameters after confirming the chain works.
31
+ - For pagination, use `--limit` and `--offset` together. Default limit is 20.
32
+ - Use `--fields` to select specific columns for lighter response payloads.
33
+ - For cross-project troubleshooting, first confirm whether `--project_id` matches the current permissions and target environment.
34
+
35
+ ## Next Step After Failure
36
+ - If required parameters are missing, fall back to the smallest runnable command and fill them in (focus on `--project_id`).
37
+ - If the result is empty, first confirm the project ID/keyword, then try broadening the filter conditions.
38
+ - If INVALID_FIELDS error appears, check that all field names in `--fields` match the supported list.
39
+
40
+ ## Recommended Chaining
41
+ - +list_public_access_links -> +update_public_access_link
@@ -1,6 +1,6 @@
1
- # te_analysis +list_reports (List Reports)
1
+ # analysis +list_reports (List Reports)
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
 
@@ -10,16 +10,20 @@ Domain: **Report management**
10
10
 
11
11
  ## Command
12
12
  ```bash
13
- ae-cli te_analysis +list_reports --project_id 1
14
- ae-cli te_analysis +list_reports --project_id 1 --query demo
15
- ae-cli te_analysis +list_reports --dry-run
13
+ ae-cli analysis +list_reports --project_id <project_id>
14
+ ae-cli analysis +list_reports --project_id <project_id> --query demo
15
+ ae-cli analysis +list_reports --project_id <project_id> --fields '["reportId","reportName","reportModel"]' --limit 20 --offset 0
16
+ ae-cli analysis +list_reports --dry-run
16
17
  ```
17
18
 
18
19
  ## Parameters
19
20
  | Parameter | Required | Description |
20
21
  |---|---|---|
21
22
  | `--project_id` / `-p` | Yes | Project ID |
22
- | `--query` / `-q` | No | Optional keyword filter. Performs fuzzy matching against report names and descriptions; if omitted, all accessible reports are returned. |
23
+ | `--query` / `-q` | No | Optional keyword filter. Performs fuzzy matching against report names, descriptions, and AI remarks; if omitted, all accessible reports are returned. |
24
+ | `--fields` / `-f` | No | Optional fields to return (JSON array). Supported fields: `reportId`, `reportName`, `reportDesc`, `reportModel`, `aiRemark`. |
25
+ | `--limit` / `-l` | No | Optional page size. Default: 20, maximum: 50. |
26
+ | `--offset` / `-o` | No | Optional page offset. Default: 0. |
23
27
 
24
28
  ## Decision Rules
25
29
  - On the first run, start with only the required parameters (`--project_id`), and add optional parameters after confirming the path works.