@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,71 @@
1
+ # ae-community community-analyzing-official-content
2
+
3
+
4
+ Official content analysis: Analyze recently published official content for a specified game in the community module, then classify and summarize it using the predefined categories.
5
+
6
+ Trigger scenario: Use this skill when the user wants to know the official release content of the specified game in the near future.
7
+
8
+ ## Analysis process
9
+
10
+ 1. **Confirm analysis time**: Get the start date and end date (recommended not to exceed 30 days)
11
+ 2. **Query official content**: Call `+search_posts` and set the `official: true` parameter
12
+ 3. **Content Classification Analysis**: Classified by four categories: game announcements, community activities, linkages, and promotional materials
13
+ 4. **Formatted output**: Generate a structured official content analysis report
14
+
15
+ ## Execution process
16
+
17
+ **Step 1: Confirm analysis time**
18
+ - **If the user has specified the analysis time**: Record the time range (start time, end time) and enter step 2
19
+ - **If the user does not specify the analysis time**: Inform the user to provide the following information before proceeding:
20
+ - Start date of analysis
21
+ - The end date of the analysis
22
+ - ⚠️ The time range is recommended to be no more than 30 days to ensure query efficiency and content readability
23
+
24
+ **Step 2: Check official content**
25
+ Use the `+search_posts` tool to query official published content within a specified time range.
26
+ - Calling parameters: `gameId`, `startTime`, `endTime`, `official: true`, `pagerHeader`
27
+ - Focus on recording the total number of topics, channel distribution and timestamp of each post
28
+
29
+ **Step 3: Content Classification and Analysis**
30
+ Classification analysis according to the following four categories
31
+
32
+ ## Content classification criteria
33
+
34
+ | Category | Definition | Information to be extracted |
35
+ |------|------|----------------|
36
+ | **Game Announcement** | Announcement and introduction of new game content such as new versions and new activities | Activity/version/new card pool content, game elements, duration (resident activities return to "Resident") |
37
+ | **Community Activities** | Activities that promote players to post, reply, and create in the community, usually with physical rewards or community titles | Publishing platform, activity requirements, duration, and reward content |
38
+ | **Linkage** | Announcement of linkage activities outside the game | Linkage brand/IP, linkage time, linkage form (in-game linkage ownership game announcement) |
39
+ | **Promotional Materials** | General promotional materials (pictures, comics, character quotes, etc.) | Related characters/content, material form |
40
+
41
+ ## Cross-platform merge rules
42
+
43
+ - **Game announcements, linkages, and promotional materials**: If the same content is released on multiple platforms and the content is consistent, merge it into one, and indicate "multi-platform release" in the summary
44
+ - **Community Activities**: Each platform is listed separately and is not merged (because the activity rules of different platforms may be different)
45
+
46
+ ## Output structure
47
+
48
+ ### 1. Analysis summary
49
+ - **Game**: Game name
50
+ - **Analysis time**: start date - end date
51
+ - **TOTAL OFFICIAL CONTENT**: Total quantity
52
+
53
+ ### 2. Game Announcement
54
+ Contents list (sorted by time)
55
+
56
+ ### 3. Community activities
57
+ Content list (sorted by platform and time)
58
+
59
+ ### 4. Linkage
60
+ Contents list (sorted by time)
61
+
62
+ ### 5. Promotional materials
63
+ Contents list (sorted by time)
64
+
65
+ ## Example
66
+
67
+ ```bash
68
+ # User input example
69
+ "Analyze the official releases of the past week"
70
+ "Help me sort out this month's official announcements"
71
+ ```
@@ -0,0 +1,123 @@
1
+ # ae-community community-analyzing-theme-comment
2
+
3
+
4
+ In-depth analysis of topic comment areas: Conduct in-depth analysis of the comment areas of specified posts or videos, and generate an in-depth analysis report including comment trends, opinion distribution, and summary.
5
+
6
+ Trigger scenario: Use this skill when users need to conduct in-depth analysis of the comment area of ​​a specified topic (post or video).
7
+
8
+ ## Analysis process
9
+
10
+ 1. **Identify target post/video**: Get UUID, channelId and resourceType, or search via `+search_posts`
11
+ 2. **Get comment area data**: Call `+get_post_detail` to obtain the target content details and comment area
12
+ 3. **Get the complete comment area in paging**: loop through all comments and eliminate meaningless content such as irrigation and pure expressions.
13
+ 4. **In-depth analysis**:
14
+ - Comment trend analysis (time trend, sentiment distribution trend)
15
+ - Opinion analysis (extracting positive/negative opinions and representative comments)
16
+ - Summary analysis (market data, opinion analysis, ecological analysis)
17
+
18
+ ## Execution process
19
+
20
+ **Step 1: Identify Target Posts/Videos**
21
+ - Check if the user has explicitly specified the post or video to be analyzed (UUID, channelId, resourceType)
22
+ - If the user has provided the above information, jump directly to step 2
23
+ - If the user does not specify a target, the `+search_posts` tool needs to be used to search for suitable posts
24
+
25
+ **Step 2: Get comment area data**
26
+ - Use the `+get_post_detail` tool to get the details and comments section of the target content
27
+ - Get the complete comment area in pagination (pageSize recommended is 100)
28
+ - Check the number of comments and the hasMore field in the returned results
29
+ - If hasMore is true, continue calling to get the next page
30
+
31
+ **Comment filtering rules**:
32
+ When obtaining and storing comments, the following content that has no analytical significance needs to be eliminated:
33
+ - **Spoiled comments**: Repeated posting of the same or similar content, content that swipes the screen
34
+ - **Pure emoticons/symbols**: Contains only emoticons and symbol combinations (such as "???", "!!!")
35
+ - **No substance**: Comments with less than 3 characters
36
+ - **System Message**: Official automatically generated message
37
+
38
+ **Step 3: In-depth analysis**
39
+
40
+ **3.1 Comment Trend Analysis**
41
+ - Comment time trend: statistics on the time distribution of comments published, summarized by day
42
+ - Sentiment distribution trend: Statistics on changes in the proportion of positive, neutral, and negative comments by day
43
+
44
+ **3.2 Viewpoint analysis**
45
+ - Text clustering and topic extraction of all valid comments
46
+ - Identify recurring keywords and phrases
47
+ - Merge semantically similar views
48
+ - Differentiate between positive and negative viewpoints
49
+ - Each opinion includes: opinion title, opinion description, number of matching comments, representative comments (up to 10)
50
+ - **Handling Opposing Viewpoints**: Allow diametrically opposed positive and negative views on the same thing to exist, and do not merge opposing views.
51
+
52
+ **3.3 Summary analysis**
53
+ - Summary of market data: total number of comments, overall sentiment distribution, peak comment time
54
+ - Summary of opinion analysis: main positive opinions, main negative opinions, points of conflict of opinions, core needs of players
55
+ - Ecological analysis of the comment area: overall atmosphere, relevance of comments and content, core user group characteristics, potential risks and opportunities
56
+
57
+ ## Output structure (must be complete)
58
+
59
+ ### 1. Basic information
60
+ - **Post/Video Title**: Title content
61
+ - **Source Channel**: Channel name
62
+ - **Published**: Release date
63
+ - **Analysis Time Range**: The time period for analysis
64
+ - **Number of valid comments**: The number after excluding invalid comments
65
+
66
+ ### 2. Comment trends
67
+
68
+ **Time Trend**
69
+
70
+ | Date | Number of comments | Percentage |
71
+ |------|--------|------|
72
+ | YYYY-MM-DD | Quantity | X% |
73
+
74
+ **Emotion Distribution**
75
+
76
+ | Date | Positive | Neutral | Negative |
77
+ |------|------|------|------|
78
+ | YYYY-MM-DD | X% | X% | X% |
79
+
80
+ ### 3. Viewpoint analysis
81
+
82
+ **Positive View**
83
+
84
+ **Viewpoint 1: [Viewpoint Title]**
85
+ - **Viewpoint Description**: [Detailed Description]
86
+ - **Number of matching comments**: X
87
+ - **Representative comments**:
88
+ - "[Comment 1]"
89
+ - "[Comment 2]"
90
+
91
+ **Negative opinions (can be multiple)**
92
+
93
+ **Viewpoint 1: [Viewpoint Title]**
94
+ - **Viewpoint Description**: [Detailed Description]
95
+ - **Number of matching comments**: X
96
+ - **Representative comments**:
97
+ - "[Comment 1]"
98
+ - "[Comment 2]"
99
+
100
+ ### 4. Summary
101
+
102
+ **Broad market data summary**:
103
+ - Total number of comments, overall sentiment distribution, peak comment time
104
+
105
+ **Summary of opinion analysis**:
106
+ - Mainly positive points
107
+ - Mainly negative points
108
+ - Points of conflict of opinions
109
+ - Players’ core needs
110
+
111
+ **Ecological Analysis and Suggestions**:
112
+ - Overall atmosphere
113
+ - Relevance of comments and content
114
+ - Characteristics of core user groups
115
+ -Potential risks and opportunities
116
+
117
+ ## Example
118
+
119
+ ```bash
120
+ # User input example
121
+ "Analyze the comment area of ​​this post"
122
+ "Help me deeply analyze the user feedback of this video"
123
+ ```
@@ -0,0 +1,70 @@
1
+ # ae-community community-character-analysis
2
+
3
+
4
+ Role-specific in-depth analysis: In-depth diagnosis for a single role, instead of regular daily/weekly reports, the "Role-specific in-depth analysis report" is output.
5
+
6
+ Trigger: Use this when the user asks for "in-depth analysis of a certain character", "character sentiment insight", "deep-dive analysis of of a certain character's discussion", and "character analysis".
7
+
8
+ ## Analysis process
9
+
10
+ 1. **`+get_sentiment_overview`**: Get the core word cloud of the character under positive and negative discussions to set the tone of the current overall reputation
11
+ 2. **`+get_hot_topics`**: Confirm whether the character has formed a hot topic in the community
12
+ 3. **`+search_posts`**: Search for recent hot posts using "character name + core controversial words"
13
+ 4. **`+get_post_detail` & `+get_comments_summary`**: Extract the core views of the post and emotional feedback in the comment area
14
+
15
+ ## Entity extraction and deduction rules
16
+
17
+ - [Core Analysis Role] must be extracted from user input (such as "Role", "Role A")
18
+ - If the user doesn't say anything, please clearly ask "Which character do you want to analyze in depth?"
19
+ - If the user does not specify a time, **automatically push forward 7-14 days from the current system time as the query period**
20
+
21
+ ## Core Constraints
22
+
23
+ - **Reject fake claims**: Must explain "why" and give evidence of posts/comments.
24
+ - **Strictly distinguish between early warning and risk control**:
25
+ - Alerts: experience risks (mechanics, numerical values, plot, art, performance)
26
+ -Risk Control: risk of violation (causing war, illegal production, leakage, rumors)
27
+
28
+ ## Output structure
29
+
30
+ ### 1. Character’s current ecology and community impression
31
+ Use a very insightful paragraph to summarize the character’s current true position in the player’s mind.
32
+
33
+ ### 2. Discussion popularity and emotional portrait matrix
34
+
35
+ | Dimensions | Data/Description |
36
+ |------|----------|
37
+ | Emotional fundamentals | Positive/neutral/negative ratio |
38
+ | Main forum for sentiment | Main discussion channel |
39
+ | High frequency word co-occurrence | Core keywords |
40
+
41
+ ### 3. In-depth deep-dive analysis of of players’ core needs and focus
42
+
43
+ **✨ Core Values ​​and Highlight Experience**
44
+ - **Extraction of player voices**: [Summary]
45
+ - **Typical original voice/support case**: "[Real comments]"
46
+
47
+ **🧨 Analysis of core pain points**
48
+ - **Dismantling of deep demands**: [Analysis]
49
+ - **Typical original voice/support case**: "[Real comments]"
50
+
51
+ ### 4. Operation strategy
52
+ - **Public Opinion Direction Guidance**: Specific Suggestions
53
+ - **Version/Optimization Forward Planning**: Direction for improvement
54
+
55
+ ### 5. Warning content
56
+
57
+ **⚠️ Warning content**
58
+
59
+ | Danger level | Warning triggers | Community spread | Core performance | Suggested follow-up actions |
60
+ |---------|-----------|-----------|---------|-------------|
61
+ | High/medium/low | Specific problems | Scope of impact | Specific performance | Handling suggestions |
62
+
63
+ ## Example
64
+
65
+ ```bash
66
+ # User input example
67
+ "A deep analysis of the role"
68
+ "Help me break down the discussion of character A"
69
+ "Analyze the sentiment of XX character"
70
+ ```
@@ -0,0 +1,84 @@
1
+ # ae-community community-daily-report
2
+
3
+
4
+ Daily brief: Generate a concise "User Operations Daily Brief" covering daily macro trends, breaking sentiment signals, and safety/compliance risks, with T-1 vs T-2 comparison.
5
+
6
+ Trigger: Use this when the user asks for "generate daily report", "yesterday's battle report" or "daily sentiment summary".
7
+
8
+ ## Roles and Goals
9
+
10
+ You are the "User Operations Director + Public Opinion Monitoring Expert". The core task is to quickly answer three things:
11
+ 1) Whether the overall trend on the target date rose or fell relative to the previous day; 2) What is the most important focus of sentiment on the day; 3) Are there any risks that need to be dealt with immediately?
12
+
13
+ ## Time deduction and speech rules
14
+
15
+ 1. **The user clearly specifies the date** (for example: "Publish the daily report on March 17"):
16
+ - The target date is the specified date, and the comparison date is automatically calculated as the previous day.
17
+ - **Red line of speech**: In the text of the report, relative time pronouns such as "today", "yesterday" and "the day before yesterday" are absolutely prohibited**, and specific dates or objective pronouns must be used (such as: "Surge in volume on that day", "Compared to the previous day")
18
+ 2. **The user did not explicitly specify the date** (such as only saying "generate daily report"):
19
+ - Automatically use yesterday as the target day (T-1) and the day before yesterday as the comparison day (T-2)
20
+ - Allows the use of relative terms such as "yesterday/today's highlights"
21
+
22
+ ## Required tool chain
23
+
24
+ 1. `+get_overview_metrics` (called twice: T-1 and T-2)
25
+ 2. `+get_sentiment_overview` (target day sentiment distribution)
26
+ 3. `+get_daily_summary` (target day event summary)
27
+ 4. `+search_posts` (locating core hot posts)
28
+ 5. `+get_post_detail` + `+get_comments_summary` (extract the real original sound)
29
+ 6. `+get_risk_content` (compliance risk)
30
+
31
+ ## Core Constraints
32
+
33
+ - **Minimalism, rejecting long forms**: focus on describing "incremental information" and "sudden anomalies"
34
+ - **Absolute isolation of early warning and risk control**: Product bugs, UI complaints, and event feedback are classified as "Business Experience"; illegal products, politics, pornography, gambling and drugs, and illegal advertising are written into "Compliance Risk Control"
35
+ - **The original voice of the user is absolutely authentic**: it must be 100% derived from real text, **It is absolutely prohibited to fabricate or conjecture what the user said**
36
+
37
+ ## Output structure
38
+
39
+ ### 1. Core Overview
40
+ - **Summary Overview**: Summarize the core events of the day in one sentence
41
+ - **Data Overview**: Month-on-month changes in key indicators
42
+ - **Hot words of the day**: high-frequency keywords
43
+
44
+ ### 2. Single-day core dashboard
45
+
46
+ | Indicator categories | Data | Month-on-month changes |
47
+ |---------|------|---------|
48
+ | Total sound volume of the market | Specific value | ↑/↓ X% |
49
+ | Sentiment of the day | Positive/neutral/negative proportion | Changing trends |
50
+ | Main volume position | Distribution of various channels | Channel comparison |
51
+
52
+ ### 3. Core Focus and User Insights
53
+
54
+ **Core Focus**:
55
+ - Focus 1: [Event Description]
56
+ - **User Feedback**: [Feedback Summary]
57
+ - **Typical original voice**: "[Real user comments]"
58
+
59
+ **User Sentiment Summary**
60
+
61
+ | Emotional Tendencies | Main Trigger Points | Possible Impact |
62
+ |---------|-----------|-----------|
63
+ | Positive/Negative/Neutral | Specific reasons | Impact analysis |
64
+
65
+ ### 4. Risk control tips and operational suggestions
66
+
67
+ **Safety Compliance Risk Control**
68
+
69
+ | Risk control type | Number of findings | Main performance | Disposal suggestions |
70
+ |---------|---------|---------|---------|
71
+ | Specific type | Quantity | Specific performance | Treatment suggestions |
72
+
73
+ ### 5. Operation suggestions and future node suggestions
74
+ - short term advice
75
+ - Mid- to long-term focus
76
+
77
+ ## Example
78
+
79
+ ```bash
80
+ # User input example
81
+ "Generate daily report"
82
+ "Publish the daily report for March 17th"
83
+ "Yesterday's Battle Report"
84
+ ```
@@ -0,0 +1,113 @@
1
+ # ae-community community-hottopic-insight
2
+
3
+
4
+ Topic analysis: Automatically collect corpus, intelligently identify industry attributes, and output a structured Topic Analysis that includes a core summary, an overview of sentiment and the context of events, core hot discussions, sentiment slices, social media channel insights, and operational recommendations.
5
+
6
+ Triggering scenario: Triggered when the user requests "Analyze topic", "Generate topic analysis report" or "Topic analysis".
7
+
8
+ # # Analysis process
9
+
10
+ 1. * * `+get_hot_topics` * *: Get topic information (topicId, startTime, endTime)
11
+ 2. * * `+search_posts` * *: Search related posts by topic ID, * * Focus on recording the time, total number and distribution of posts by channel * *
12
+ 3. * * `+get_post_detail` * *: Grab high-profile content details (up to 10)
13
+
14
+ # # Entity and Time Rules
15
+
16
+ - [Topic name] must be extracted from user input
17
+ - If the user does not provide it, the user must ask the core analysis object
18
+ - If the user does not specify a specific time, * * the current system time is automatically pushed forward by 7-14 days as the query cycle * *
19
+
20
+ Core Requirements
21
+
22
+ - * * Dynamic traceability authenticity * *: must be strongly dependent on the post's real publishing time
23
+ - * * Evolutionary chains of "Time - Events - Topics - Emotions" must be clearly identified * *
24
+ - In chronological order, extract "what happened at what time, what was mainly discussed at that time, what was the emotion"
25
+ - If you can't catch the timestamp, please truthfully explain that "due to data limitations, it is impossible to generate an accurate timeline", and it is strictly forbidden to fabricate a false history of development
26
+
27
+ # # Output structure
28
+
29
+ * *⚠️ Mandatory: The report must be output in strict accordance with the structure of the following six parts, no parts may be omitted, and the order or format may not be changed. * *
30
+
31
+ # # # I. Summary of Core Content
32
+ - Event Overview: Summarize what everyone is talking about in one sentence
33
+ - The evolution of sentiment: such as "experienced a sharp reversal from the positive expectation of the previous period to the collapse of the reputation of the factor value problem after the launch"
34
+
35
+ # # # II. Overview of Public Opinion Data and Dynamic Evolution
36
+
37
+ * * Quantitative📊 sentiment statistics * *:
38
+ - Total number of current topics
39
+ - Overview of the number of content in each channel
40
+ - Overall Sentiment Ratio
41
+
42
+ * * Trends in🔥 popularity * *: Describe popularity trends
43
+
44
+ * * * Dynamic Public Opinion Evolution Vein (🔴Core must be itemized, not omitted) * *:
45
+ - * * `[MM-DD]` | Phase 1: [Phase naming, e.g. prospective warm-up period - expecting to be full] * *
46
+ - * * Trigger Node * *: [What happened at that time, ex: the official release of the live demo PV]
47
+ - * * Core Focus * *: [What players are talking about, e.g., motion fluency, fine art modeling]
48
+ - * * Emotional direction * *: [ex:🟢 extremely positive expectations, players are highly rated]
49
+ - * * `[MM-DD]` | Phase 2: [Phase name, e.g. live/new story launch] * *
50
+ - * * Trigger Node * *: [ex: Core mechanism was tampered with after update]
51
+ - * * Core Focus * *: [ex: Accusation of official misinformation, request for refund of deposit]
52
+ - * * Emotional direction * *🔴: [ex: Negative outburst]
53
+ - * * `[MM-DD]` | Phase 3: [Phase Naming, e.g. Current Status/Official Response] * *
54
+ - * * Trigger Node * *: [ex: official apology blue sticker description]
55
+ - * * Core Focus * *: [ex: Is the compensation plan justified in a tug-of-war?]
56
+ - * * Emotional direction * *: [ex:🟡 Negative emotions ease slightly, turn to wait and see for confirmation]
57
+
58
+ * Note: The number of stages increases or decreases according to the actual discussion escalation process *
59
+
60
+ # # # III. Summary of Core Hotspot Discussions
61
+ Objectively distill the 2-3 core specific issues that are currently the loudest and most controversial, regardless of emotions
62
+
63
+ # # # IV. Emotional Slicing and Opinion Analysis
64
+
65
+ * *🔴 Negative Emotional Slice * *
66
+ - * * Focus Issue * *: [Specific Issue]
67
+ - * * High frequency word cloud * *: [keyword list]
68
+ - * * Typical Player Soundtrack * *:
69
+ - "[True Comment 1]"
70
+ - "[True Comment 2]"
71
+
72
+ * *🟡 Neutral Emotion Slice * *
73
+ - * * Focus Issue * *: [Specific Issue]
74
+ - * * High frequency word cloud * *: [keyword list]
75
+ - * * Typical Player Soundtrack * *:
76
+ - "[True Comment 1]"
77
+ - "[True Comment 2]"
78
+
79
+ * *🟢 Positive Emotional Slice * *
80
+ - * * Focus Issue * *: [Specific Issue]
81
+ - * * High frequency word cloud * *: [keyword list]
82
+ - * * Typical Player Soundtrack * *:
83
+ - "[True Comment 1]"
84
+ - "[True Comment 2]"
85
+
86
+ * *⚠️ Note: The player's soundtrack must use "" to quote authentic reviews, and fabrication is strictly forbidden. * *
87
+
88
+ # # # V. Content insights across social media platforms
89
+ Compare of detailed data from different channels and characteristics of sentiment
90
+
91
+ # # # VI. Suggestions for Operation and Response from an Industry Perspective
92
+
93
+ * *⚡ Emergency Intervention (Firefighting Strategies for Crisis Response) * *
94
+ - Risk Assessment: [Specific Risks]
95
+ - Suggested action: [Specific action]
96
+
97
+ * 🚀 * Homeostasis (amplification strategy for operational activation) * *
98
+ - Opportunity Point Identification: [Specific Opportunity]
99
+ - Suggested Tactics: [Specific Tactics]
100
+
101
+ # # User input example
102
+
103
+ ```bash
104
+ "Analyze the topic of # new UI redesign #"
105
+ "Generate the analysis report for the XX version of the comprehensive review topic"
106
+ "Analyze XX topics for me"
107
+ ```
108
+
109
+ # # Execute Checklist
110
+
111
+ - Typical soundtracks must be traced back to real posts/comments.
112
+ - Channel insights must reflect platform differences, not just data.
113
+ - Suggestions are divided into “emergency intervention” and “homeopathic guidance”.
@@ -0,0 +1,84 @@
1
+ # ae-community community-weekly-report
2
+
3
+
4
+ Community Operation Weekly Summary: Summarize a week's data, focus on the "Daily Summary" to connect the core escalating discussion events of the week, and output a "Community Operations Weekly Summary Report."
5
+
6
+ Trigger: Use this when the user asks for "generate weekly report", "community operation weekly report", "weekly summary" and "review of the past week".
7
+
8
+ ## Roles and Goals
9
+
10
+ You are "Director of Community Operations + Senior Data Analyst". The goal is not to write a chronological narrative, but to restore the weekly evolution chain of "event-emotion-platform" and give executable suggestions.
11
+
12
+ ## Time deduction rules
13
+
14
+ 1. The user clearly gives the date: query strictly according to the user scope.
15
+ 2. The user does not provide a date: automatically retrieve the past 7 days (`endTime=yesterday`, `startTime=endTime-7d`).
16
+ 3. Don’t interrupt the process due to lack of time.
17
+
18
+ ## Required tool chain
19
+
20
+ 1. `+get_overview_metrics` (weekly total and channel distribution)
21
+ 2. `+get_daily_summary` (daily context, weekly report core input)
22
+ 3. `+get_sentiment_overview` (sentiment structure)
23
+ 4. `+get_comments_summary` (emotion changes on the comment side)
24
+ 5. `+get_risk_content` (compliance risk control)
25
+ 6. `+get_hot_topics` (hotspot assisted verification)
26
+
27
+ ## Output structure (must be complete)
28
+
29
+ 1. **Core summary of the report**: Setting the tone for this week + hot keywords
30
+ 2. **Overview indicator board**: total volume, sentiment distribution, channel matrix (table)
31
+ 3. **Core Events**: Extract 2-3 events and write down the escalation path and focus demands.
32
+ 4. **Platform Insights**: Discussion styles and core differences across different channels
33
+ 5. **Early Warning and Risk Control** (two independent tables)
34
+ - Early warning: Bug/mechanism/plot/experience issues
35
+ - Risk control: black/gray-market activity/advertising/sensitive violations/flamebait/content designed to provoke conflict, etc.
36
+ 6. **Action suggestions for next week**: Problem closed loop, distribution strategy, monitoring focus
37
+
38
+ ### 2. Overview of statistical indicators
39
+
40
+ | Indicator categories | Data | Weekly |
41
+ |---------|------|--------|
42
+ | Total content of the market | Specific values ​​| ↑/↓ X% |
43
+ | Overall sentiment distribution | Positive/neutral/negative proportion | Changing trends |
44
+ | Channel volume distribution matrix | Data of each channel | Channel comparison |
45
+
46
+ ### 3. Insights into this week’s core events and sentiment context
47
+
48
+ **Tracking of core sentiment events this week**:
49
+ - **Big Event 1**: [Event Name]
50
+ - **Fermentation context**: [Timeline review]
51
+ - **Public Opinion Focus/Demand**: [Core Viewpoint]
52
+
53
+ **User comments and emotional dynamic evolution**:
54
+ - Sentiment trend analysis
55
+
56
+ ### 4. In-depth insights into each platform
57
+ Horizontally compare the tone differences of different social media platforms
58
+
59
+ ### 5. Community early warning and safety risk control
60
+
61
+ **⚠️ Early warning information**
62
+
63
+ | Warning level | Warning trigger items | Community spread | Core performance | Suggested follow-up actions |
64
+ |---------|-----------|-----------|---------|-------------|
65
+ | High/medium/low | Specific problems | Scope of impact | Specific performance | Handling suggestions |
66
+
67
+ **🛡️ Security compliance and risk control interception**
68
+
69
+ | Risk control level | Violation type | Discovery channels | Violation facts | Disposal suggestions |
70
+ |---------|---------|---------|-------------|---------|
71
+ | Serious/General | Violation type | Channel name | Specific facts | Handling suggestions |
72
+
73
+ ### 6. Operation suggestions and planning for next week
74
+ - short term advice
75
+ - Focus on next week
76
+
77
+ ## Example
78
+
79
+ ```bash
80
+ # User input example
81
+ "Generate weekly report"
82
+ "Last week's community operations weekly report"
83
+ "Weekly Summary"
84
+ ```
@@ -0,0 +1,20 @@
1
+ # ae-community +get_channel_info
2
+
3
+
4
+ Get the list of valid channels for the community space, including channel IDs and names. **This is the prerequisite step for most commands that require `--channel-id` / `--channel-id-list`: First get the real channel ID here, and then call `+search_posts`, `+get_post_detail`, `+get_comments_summary`, `+get_livestream_list`, etc. with parameters (subject to the reference of each command).
5
+
6
+ Mapping command: `ae-cli community +get_channel_info`
7
+
8
+ ## Flags
9
+
10
+ | Flag | Type | Required | Description |
11
+ |------|------|------|------|
12
+ | `--space-id` | number | yes | community space ID |
13
+ | `--game-id` | number | yes | game/space ID |
14
+
15
+ ## Example
16
+
17
+ ```bash
18
+ # Get channel list
19
+ ae-cli community +get_channel_info --space-id 1 --game-id 1
20
+ ```
@@ -0,0 +1,29 @@
1
+ # ae-community +get_comment_tag_analysis
2
+
3
+
4
+ Comment tag analysis: Specify the tag code and return the count and time trend of each tag value.
5
+
6
+ Mapping command: `ae-cli community +get_comment_tag_analysis`
7
+
8
+ ## Flags
9
+
10
+ | Flag | Type | Required | Description |
11
+ |------|------|------|------|
12
+ | `--space-id` | number | yes | community space ID |
13
+ | `--game-id` | number | yes | game/space ID |
14
+ | `--channel-id` | number | yes | channel ID |
15
+ | `--uuid` | string | yes | content UUID |
16
+ | `--resource-type` | number | Yes | Resource type: `0` for posts, `1` for videos |
17
+ | `--tag-code` | string | Yes | Tag code (obtain via `get_corpus_tags`) |
18
+ | `--start-time` | string | No | Earliest comment publish date, format yyyy-MM-dd, default is the publishing time of the post |
19
+ | `--end-time` | string | No | Latest comment publish date, format yyyy-MM-dd |
20
+
21
+ ## Example
22
+
23
+ ```bash
24
+ # Analyze comment tags
25
+ ae-cli community +get_comment_tag_analysis \
26
+ --space-id 1 --game-id 1 \
27
+ --channel-id 1 --uuid <uuid> \
28
+ --resource-type 0 --tag-code "sentiment"
29
+ ```
@@ -0,0 +1,32 @@
1
+ # ae-community +get_comments_summary
2
+
3
+
4
+ Get a summary of comment analysis for a post, including sentiment distribution and time trends. Only aggregate statistics are returned, no raw review list.
5
+
6
+ Mapping command: `ae-cli community +get_comments_summary`
7
+
8
+ ## Flags
9
+
10
+ | Flag | Type | Required | Description |
11
+ |------|------|------|------|
12
+ | `--space-id` | number | yes | community space ID |
13
+ | `--game-id` | number | yes | game/space ID |
14
+ | `--channel-id` | number | yes | channel ID |
15
+ | `--uuid` | string | yes | content UUID |
16
+ | `--start-time` | string | No | Earliest comment publish date, format yyyy-MM-dd, default is the publishing time of the post |
17
+ | `--end-time` | string | No | Latest comment publish date, format yyyy-MM-dd |
18
+
19
+ ## Example
20
+
21
+ ```bash
22
+ # Get comment summary
23
+ ae-cli community +get_comments_summary \
24
+ --space-id 1 --game-id 1 \
25
+ --channel-id 1 --uuid <uuid>
26
+
27
+ #Specify time range
28
+ ae-cli community +get_comments_summary \
29
+ --space-id 1 --game-id 1 \
30
+ --channel-id 1 --uuid <uuid> \
31
+ --start-time 2024-01-01 --end-time 2024-01-07
32
+ ```
@@ -0,0 +1,20 @@
1
+ # ae-community +get_corpus_tags
2
+
3
+
4
+ Query the list of available corpus tags for filtering.
5
+
6
+ Mapping command: `ae-cli community +get_corpus_tags`
7
+
8
+ ## Flags
9
+
10
+ | Flag | Type | Required | Description |
11
+ |------|------|------|------|
12
+ | `--space-id` | number | yes | community space ID |
13
+ | `--game-id` | number | yes | game/space ID |
14
+
15
+ ## Example
16
+
17
+ ```bash
18
+ # Get the tag list
19
+ ae-cli community +get_corpus_tags --space-id 1 --game-id 1
20
+ ```
@@ -0,0 +1,22 @@
1
+ # ae-community +get_daily_summary
2
+
3
+
4
+ Community daily news for a given day: hot list rankings and selected opinions (positive/negative).
5
+
6
+ Mapping command: `ae-cli community +get_daily_summary`
7
+
8
+ ## Flags
9
+
10
+ | Flag | Type | Required | Description |
11
+ |------|------|------|------|
12
+ | `--space-id` | number | yes | community space ID |
13
+ | `--game-id` | number | yes | game/space ID |
14
+ | `--date` | string | Yes | Date, format yyyy-MM-dd |
15
+
16
+ ## Example
17
+
18
+ ```bash
19
+ # Get daily report
20
+ ae-cli community +get_daily_summary \
21
+ --space-id 1 --game-id 1 --date 2024-01-01
22
+ ```