@thinkingai/ae-cli 1.0.3 → 1.0.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +42 -72
- package/README.zh.md +202 -0
- package/dist/auth-2UTBG5U3.js +144 -0
- package/dist/{auth-BQC5DBE7.js → auth-ECD46NBA.js} +6 -4
- package/dist/{chunk-3CDLNXTD.js → chunk-4KQ7H7DY.js} +15 -3
- package/dist/{chunk-53FNNCZW.js → chunk-7QBNU44L.js} +101 -3
- package/dist/{chunk-ZYXIGPG7.js → chunk-LAAS6ITR.js} +3 -3
- package/dist/{chunk-EBFUVWIZ.js → chunk-MR57UIKC.js} +42 -0
- package/dist/{client-5QSQBBDB.js → client-O56G2SNJ.js} +3 -3
- package/dist/{config-Q7J3Z7Z2.js → config-BU5FHGGE.js} +23 -8
- package/dist/index.js +15 -15
- package/dist/{raw-G3GKHAPZ.js → raw-A3VN2B6I.js} +4 -4
- package/dist/{te-analysis-CHFTDN55.js → te-analysis-UGKESPBE.js} +62 -24
- package/dist/{te-audience-M6LQY6M7.js → te-audience-THZNVHYB.js} +61 -21
- package/dist/{te-common-BLQ7DVGC.js → te-common-QZOUME3S.js} +6 -33
- package/dist/{community-FVDAWGS4.js → te-community-AZVW3NFX.js} +59 -59
- package/dist/{te-dataops-V4OTKY35.js → te-dataops-OE5PX2K6.js} +3 -28
- package/dist/{te-engage-DXE4R5EW.js → te-engage-RYGEQTYK.js} +4 -22
- package/dist/{te-meta-FMM7KCVI.js → te-meta-MGO5BCMG.js} +88 -18
- package/package.json +3 -3
- package/skills/ae-analysis/SKILL.md +287 -0
- package/skills/{te-meta/references/batch-create-metadata.md → ae-analysis/references/batch_create_metadata.md} +3 -3
- package/skills/{te-meta/references/batch-edit-metadata.md → ae-analysis/references/batch_edit_metadata.md} +2 -2
- package/skills/{te-analysis/references/build-entity-details-sql.md → ae-analysis/references/build_entity_details_sql.md} +9 -9
- package/skills/{te-analysis/references/build-event-details-sql.md → ae-analysis/references/build_event_details_sql.md} +9 -9
- package/skills/{te-analysis/references/create-alert.md → ae-analysis/references/create_alert.md} +4 -4
- package/skills/{te-audience/references/create-cluster.md → ae-analysis/references/create_cluster.md} +23 -19
- package/skills/{te-analysis/references/create-dashboard.md → ae-analysis/references/create_dashboard.md} +4 -4
- package/skills/{te-meta/references/create-metric.md → ae-analysis/references/create_metric.md} +10 -10
- package/skills/{te-analysis/references/create-or-update-dashboard-note.md → ae-analysis/references/create_or_update_dashboard_note.md} +3 -3
- package/skills/{te-meta/references/create-project-mark-time.md → ae-analysis/references/create_project_mark_time.md} +3 -3
- package/skills/{te-analysis/references/create-public-access-link.md → ae-analysis/references/create_public_access_link.md} +3 -3
- package/skills/{te-analysis/references/create-report.md → ae-analysis/references/create_report.md} +9 -9
- package/skills/{te-analysis/references/create-result-cluster.md → ae-analysis/references/create_result_cluster.md} +6 -6
- package/skills/{te-audience/references/create-tag.md → ae-analysis/references/create_tag.md} +16 -15
- package/skills/{te-meta/references/create-virtual-event.md → ae-analysis/references/create_virtual_event.md} +9 -9
- package/skills/{te-meta/references/create-virtual-property.md → ae-analysis/references/create_virtual_property.md} +7 -7
- package/skills/{te-meta/references/delete-project-mark-times.md → ae-analysis/references/delete_project_mark_times.md} +2 -2
- package/skills/{te-meta/references/delete-track-items.md → ae-analysis/references/delete_track_items.md} +2 -2
- package/skills/{te-analysis/references/drilldown-user-events.md → ae-analysis/references/drilldown_user_events.md} +8 -8
- package/skills/{te-analysis/references/drilldown-users.md → ae-analysis/references/drilldown_users.md} +10 -7
- package/skills/ae-analysis/references/generate_track_program.md +51 -0
- package/skills/ae-analysis/references/generate_track_sdk_sample.md +43 -0
- package/skills/{te-analysis/references/get-alert.md → ae-analysis/references/get_alert.md} +2 -2
- package/skills/{te-analysis/references/get-alert-definition-schema.md → ae-analysis/references/get_alert_definition_schema.md} +1 -1
- package/skills/ae-analysis/references/get_analysis_query_schema.md +61 -0
- package/skills/ae-analysis/references/get_cluster_definition_schema.md +53 -0
- package/skills/ae-analysis/references/get_clusters_by_name.md +69 -0
- package/skills/{te-analysis/references/get-filter-schema.md → ae-analysis/references/get_filter_schema.md} +1 -1
- package/skills/{te-analysis/references/get-groupby-schema.md → ae-analysis/references/get_groupby_schema.md} +1 -1
- package/skills/{te-meta/references/get-metric.md → ae-analysis/references/get_metric.md} +2 -2
- package/skills/{te-meta/references/get-project-config.md → ae-analysis/references/get_project_config.md} +2 -2
- package/skills/{te-analysis/references/get-report-definition.md → ae-analysis/references/get_report_definition.md} +2 -2
- package/skills/{te-common/references/get-resource-url.md → ae-analysis/references/get_resource_url.md} +4 -4
- package/skills/{te-analysis/references/get-table-columns.md → ae-analysis/references/get_table_columns.md} +2 -2
- package/skills/ae-analysis/references/get_tag_definition_schema.md +49 -0
- package/skills/ae-analysis/references/get_tags_by_name.md +69 -0
- package/skills/{te-meta/references/get-track-program.md → ae-analysis/references/get_track_program.md} +2 -2
- package/skills/{te-analysis/references/list-alerts.md → ae-analysis/references/list_alerts.md} +10 -3
- package/skills/{te-audience/references/list-cluster-members.md → ae-analysis/references/list_cluster_members.md} +11 -4
- package/skills/{te-audience/references/list-clusters.md → ae-analysis/references/list_clusters.md} +14 -4
- package/skills/{te-analysis/references/list-dashboards.md → ae-analysis/references/list_dashboards.md} +12 -4
- package/skills/{te-meta/references/list-entities.md → ae-analysis/references/list_entities.md} +10 -3
- package/skills/{te-meta/references/list-events.md → ae-analysis/references/list_events.md} +12 -5
- package/skills/ae-analysis/references/list_metrics.md +45 -0
- package/skills/ae-analysis/references/list_project_mark_times.md +42 -0
- package/skills/{te-meta/references/list-project-users.md → ae-analysis/references/list_project_users.md} +2 -2
- package/skills/{te-common/references/list-projects.md → ae-analysis/references/list_projects.md} +6 -4
- package/skills/{te-meta/references/list-properties.md → ae-analysis/references/list_properties.md} +9 -4
- package/skills/ae-analysis/references/list_public_access_links.md +41 -0
- package/skills/{te-analysis/references/list-reports.md → ae-analysis/references/list_reports.md} +12 -4
- package/skills/{te-audience/references/list-tag-members.md → ae-analysis/references/list_tag_members.md} +11 -4
- package/skills/{te-audience/references/list-tags.md → ae-analysis/references/list_tags.md} +14 -4
- package/skills/{te-analysis/references/load-filters.md → ae-analysis/references/load_filters.md} +3 -3
- package/skills/{te-analysis/references/query-adhoc.md → ae-analysis/references/query_adhoc.md} +24 -9
- package/skills/{te-analysis/references/query-dashboard-detail.md → ae-analysis/references/query_dashboard_detail.md} +2 -2
- package/skills/{te-analysis/references/query-dashboard-report-data.md → ae-analysis/references/query_dashboard_report_data.md} +9 -9
- package/skills/{te-analysis/references/query-entity-details.md → ae-analysis/references/query_entity_details.md} +10 -10
- package/skills/{te-analysis/references/query-event-details.md → ae-analysis/references/query_event_details.md} +12 -12
- package/skills/{te-analysis/references/query-report-data.md → ae-analysis/references/query_report_data.md} +11 -11
- package/skills/{te-audience/references/refresh-cluster.md → ae-analysis/references/refresh_cluster.md} +2 -2
- package/skills/{te-audience/references/refresh-tag.md → ae-analysis/references/refresh_tag.md} +2 -2
- package/skills/{te-meta/references/save-track-items.md → ae-analysis/references/save_track_items.md} +2 -2
- package/skills/{te-analysis/references/update-alert.md → ae-analysis/references/update_alert.md} +4 -4
- package/skills/{te-audience/references/update-cluster.md → ae-analysis/references/update_cluster.md} +15 -13
- package/skills/{te-analysis/references/update-dashboard.md → ae-analysis/references/update_dashboard.md} +3 -3
- package/skills/{te-meta/references/update-metric.md → ae-analysis/references/update_metric.md} +9 -9
- package/skills/{te-meta/references/update-project-mark-time.md → ae-analysis/references/update_project_mark_time.md} +3 -3
- package/skills/{te-analysis/references/update-public-access-link.md → ae-analysis/references/update_public_access_link.md} +3 -3
- package/skills/{te-audience/references/update-tag.md → ae-analysis/references/update_tag.md} +15 -14
- package/skills/ae-community/SKILL.md +305 -0
- package/skills/{te-community → ae-community}/references/community-activity-analysis.md +6 -7
- package/skills/{te-community → ae-community}/references/community-analyzing-official-content.md +3 -4
- package/skills/{te-community → ae-community}/references/community-analyzing-theme-comment.md +5 -6
- package/skills/{te-community → ae-community}/references/community-character-analysis.md +5 -6
- package/skills/{te-community → ae-community}/references/community-daily-report.md +7 -8
- package/skills/{te-community → ae-community}/references/community-hottopic-insight.md +4 -5
- package/skills/{te-community → ae-community}/references/community-weekly-report.md +7 -8
- package/skills/{te-community → ae-community}/references/get_channel_info.md +4 -5
- package/skills/{te-community → ae-community}/references/get_comment_tag_analysis.md +3 -4
- package/skills/{te-community → ae-community}/references/get_comments_summary.md +4 -5
- package/skills/{te-community → ae-community}/references/get_corpus_tags.md +3 -4
- package/skills/{te-community → ae-community}/references/get_daily_summary.md +3 -4
- package/skills/{te-community → ae-community}/references/get_hot_topics.md +3 -4
- package/skills/{te-community → ae-community}/references/get_livestream_analysis.md +3 -4
- package/skills/{te-community → ae-community}/references/get_livestream_detail.md +4 -5
- package/skills/{te-community → ae-community}/references/get_livestream_list.md +3 -4
- package/skills/{te-community → ae-community}/references/get_livestream_overview.md +3 -4
- package/skills/{te-community → ae-community}/references/get_livestream_room_metrics.md +3 -4
- package/skills/{te-community → ae-community}/references/get_livestream_rooms.md +3 -4
- package/skills/{te-community → ae-community}/references/get_overview_metrics.md +3 -4
- package/skills/{te-community → ae-community}/references/get_post_detail.md +4 -5
- package/skills/{te-community → ae-community}/references/get_risk_content.md +5 -6
- package/skills/{te-community → ae-community}/references/get_sentiment_overview.md +4 -5
- package/skills/{te-community → ae-community}/references/get_tag_trends.md +3 -4
- package/skills/{te-community → ae-community}/references/get_topic_detail.md +3 -4
- package/skills/{te-community → ae-community}/references/search_posts.md +5 -6
- package/skills/{te-dataops → ae-dataops}/SKILL.md +73 -10
- package/skills/{te-dataops → ae-dataops}/references/dataops-flow-create.md +1 -1
- package/skills/{te-dataops → ae-dataops}/references/dataops-flow-monitor.md +1 -1
- package/skills/{te-dataops → ae-dataops}/references/dataops-integration.md +1 -1
- package/skills/{te-dataops → ae-dataops}/references/dataops-query.md +1 -1
- package/skills/{te-dataops → ae-dataops}/references/dataops-table.md +1 -1
- package/skills/{te-engage → ae-engage}/SKILL.md +106 -6
- package/skills/{te-engage → ae-engage}/references/add-approver.md +2 -2
- package/skills/{te-engage → ae-engage}/references/add-channel.md +2 -2
- package/skills/{te-engage → ae-engage}/references/approver-list.md +2 -2
- package/skills/{te-engage → ae-engage}/references/cancel-query-by-request-id.md +2 -2
- package/skills/{te-engage → ae-engage}/references/channel-detail.md +2 -2
- package/skills/{te-engage → ae-engage}/references/channel-list.md +2 -2
- package/skills/{te-engage → ae-engage}/references/config-channel-detail.md +2 -2
- package/skills/{te-engage → ae-engage}/references/config-channel-list.md +2 -2
- package/skills/{te-engage → ae-engage}/references/config-item-analysis-report.md +2 -2
- package/skills/{te-engage → ae-engage}/references/config-item-detail.md +2 -2
- package/skills/{te-engage → ae-engage}/references/config-item-list.md +2 -2
- package/skills/{te-engage → ae-engage}/references/config-item-strategy-comparison.md +2 -2
- package/skills/{te-engage → ae-engage}/references/config-item-trigger-report.md +2 -2
- package/skills/{te-engage → ae-engage}/references/copy-config-template.md +2 -2
- package/skills/{te-engage → ae-engage}/references/delete-channel.md +2 -2
- package/skills/{te-engage → ae-engage}/references/delete-config-channel.md +2 -2
- package/skills/{te-engage → ae-engage}/references/delete-config-item.md +2 -2
- package/skills/{te-engage → ae-engage}/references/delete-flow.md +2 -2
- package/skills/{te-engage → ae-engage}/references/flow-ab-split-node-report.md +2 -2
- package/skills/{te-engage → ae-engage}/references/flow-detail.md +2 -2
- package/skills/{te-engage → ae-engage}/references/flow-list.md +2 -2
- package/skills/{te-engage → ae-engage}/references/flow-node-config-schema.md +2 -2
- package/skills/{te-engage → ae-engage}/references/flow-node-detail-report.md +2 -2
- package/skills/{te-engage → ae-engage}/references/flow-node-overview-report.md +2 -2
- package/skills/{te-engage → ae-engage}/references/flow-process-report.md +2 -2
- package/skills/{te-engage → ae-engage}/references/manage-flow.md +2 -2
- package/skills/{te-engage → ae-engage}/references/manage-strategy.md +2 -2
- package/skills/{te-engage → ae-engage}/references/manage-task.md +2 -2
- package/skills/{te-engage → ae-engage}/references/modify-flow-base-info.md +2 -2
- package/skills/{te-engage → ae-engage}/references/save-flow.md +3 -3
- package/skills/{te-engage → ae-engage}/references/strategy-detail.md +2 -2
- package/skills/{te-engage → ae-engage}/references/strategy-list.md +2 -2
- package/skills/{te-engage → ae-engage}/references/task-data-detail.md +3 -10
- package/skills/{te-engage → ae-engage}/references/task-data-overview.md +3 -9
- package/skills/{te-engage → ae-engage}/references/task-detail.md +2 -2
- package/skills/{te-engage → ae-engage}/references/task-experiment-report.md +3 -9
- package/skills/{te-engage → ae-engage}/references/task-list.md +2 -2
- package/skills/{te-engage → ae-engage}/references/task-metric-detail.md +3 -9
- package/skills/{te-engage → ae-engage}/references/task-stats.md +2 -2
- package/skills/{te-engage → ae-engage}/references/update-channel-status.md +2 -2
- package/skills/{te-engage → ae-engage}/references/update-config-channel-status.md +2 -2
- package/skills/{te-engage → ae-engage}/references/validate-flow-node-config.md +2 -2
- package/skills/{te-engage → ae-engage}/references/whitelist-list.md +2 -2
- package/dist/auth-DXKYLMO7.js +0 -81
- package/dist/auth-JXELJNDS.js +0 -19
- package/dist/auth-L3G3A74I.js +0 -67
- package/dist/chunk-3GM5LJZR.js +0 -145
- package/dist/chunk-JD5DXMKL.js +0 -172
- package/dist/chunk-OVQOK35G.js +0 -108
- package/dist/chunk-RJNLN3KQ.js +0 -217
- package/dist/client-T4VODLA6.js +0 -16
- package/dist/community-GMALVSRF.js +0 -684
- package/dist/config-V7AXKDMB.js +0 -242
- package/dist/raw-ZNVURYMR.js +0 -59
- package/dist/te-analysis-7NN3SY3I.js +0 -871
- package/dist/te-audience-P43BWMHM.js +0 -350
- package/dist/te-common-H3IPTI2I.js +0 -144
- package/dist/te-dataops-WCGDBJLF.js +0 -1853
- package/dist/te-engage-UTRVNTGU.js +0 -1470
- package/dist/te-meta-HGYNXVGF.js +0 -479
- package/skills/te-analysis/SKILL.md +0 -107
- package/skills/te-analysis/references/get-analysis-query-schema.md +0 -36
- package/skills/te-analysis/references/list-public-access-links.md +0 -31
- package/skills/te-audience/SKILL.md +0 -63
- package/skills/te-audience/references/get-cluster-definition-schema.md +0 -37
- package/skills/te-audience/references/get-clusters-by-name.md +0 -32
- package/skills/te-audience/references/get-tag-definition-schema.md +0 -32
- package/skills/te-audience/references/get-tags-by-name.md +0 -32
- package/skills/te-common/SKILL.md +0 -135
- package/skills/te-community/SKILL.md +0 -125
- package/skills/te-meta/SKILL.md +0 -71
- package/skills/te-meta/references/list-metrics.md +0 -33
- package/skills/te-meta/references/list-project-mark-times.md +0 -33
- package/skills/te-shared/SKILL.md +0 -115
|
@@ -0,0 +1,305 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: ae-community
|
|
3
|
+
version: 2.0.0
|
|
4
|
+
description: "AE community analysis: post search, comment sentiment, topic trends, risky content, livestream data. Includes AE CLI authentication, global parameters, and safety rules (self-contained)."
|
|
5
|
+
metadata:
|
|
6
|
+
requires:
|
|
7
|
+
bins: ["ae-cli"]
|
|
8
|
+
cliHelp: "ae-cli community --help"
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
# ae-community
|
|
12
|
+
|
|
13
|
+
> **CRITICAL - This skill is self-contained.** Use the Global AE CLI Rules below; do not require a separate shared skill for community-side tasks.
|
|
14
|
+
|
|
15
|
+
The AE Community domain provides social data analysis: post/video search, comment analytics, sentiment and topics, risk monitoring, and livestream metrics. Commands run as **`ae-cli community +<subcommand>`** — every community subcommand uses the **`+` prefix**.
|
|
16
|
+
|
|
17
|
+
| Route (MCP) | CLI service | Responsibility |
|
|
18
|
+
|-------------|-------------|----------------|
|
|
19
|
+
| `community_content` | `community` | Posts, comments, corpus tags, search, livestream content, risk content |
|
|
20
|
+
| `community_analysis` | `community` | Channel list, overview metrics, sentiment, tag trends |
|
|
21
|
+
| `community_hot` | `community` | Daily summary, hot topics, topic drill-down |
|
|
22
|
+
|
|
23
|
+
---
|
|
24
|
+
|
|
25
|
+
## Global AE CLI Rules
|
|
26
|
+
|
|
27
|
+
AE CLI (`ae-cli`) is the command-line tool for the ThinkingEngine data analysis platform, used by AI Agents and human users. For community-side requests, prefer `ae-cli` and this skill’s reference docs over model memory.
|
|
28
|
+
|
|
29
|
+
### Authentication
|
|
30
|
+
|
|
31
|
+
You must authenticate before use. Authentication priority:
|
|
32
|
+
|
|
33
|
+
1. Environment variable `TE_TOKEN` (highest priority, suitable for CI/scripts)
|
|
34
|
+
2. Cached token (`~/.ae-cli/tokens.json`, valid for 20 hours)
|
|
35
|
+
3. macOS automatically extracts it from Chrome (macOS only)
|
|
36
|
+
|
|
37
|
+
**Authentication commands**
|
|
38
|
+
|
|
39
|
+
```bash
|
|
40
|
+
# Automatic macOS authentication (extract token from Chrome)
|
|
41
|
+
ae-cli auth login
|
|
42
|
+
|
|
43
|
+
# Manually set token
|
|
44
|
+
ae-cli auth set-token <token>
|
|
45
|
+
|
|
46
|
+
# View authentication status
|
|
47
|
+
ae-cli auth status
|
|
48
|
+
|
|
49
|
+
# Log out
|
|
50
|
+
ae-cli auth logout
|
|
51
|
+
```
|
|
52
|
+
|
|
53
|
+
**Multi-environment support**
|
|
54
|
+
|
|
55
|
+
```bash
|
|
56
|
+
# Specify host
|
|
57
|
+
ae-cli auth login --host ta-staging.example.com
|
|
58
|
+
ae-cli auth set-token <token> --host ta-staging.example.com
|
|
59
|
+
|
|
60
|
+
# Configure default host
|
|
61
|
+
ae-cli config set defaultHost ta-staging.example.com
|
|
62
|
+
```
|
|
63
|
+
|
|
64
|
+
### Global parameters
|
|
65
|
+
|
|
66
|
+
All commands support the following global parameters:
|
|
67
|
+
|
|
68
|
+
| Parameter | Description | Default |
|
|
69
|
+
|------|------|--------|
|
|
70
|
+
| `--host <host>` | AE instance address | defaultHost from config or ta.thinkingdata.cn |
|
|
71
|
+
| `--format <json\|table>` | Output format | json |
|
|
72
|
+
| `--jq <expr>` | jq filter expression | - |
|
|
73
|
+
| `--dry-run` | Show the request only, do not execute it | false |
|
|
74
|
+
| `--yes` | Skip confirmation for write operations | false |
|
|
75
|
+
|
|
76
|
+
### Output format
|
|
77
|
+
|
|
78
|
+
**JSON (default)**
|
|
79
|
+
|
|
80
|
+
```json
|
|
81
|
+
{
|
|
82
|
+
"ok": true,
|
|
83
|
+
"data": { ... }
|
|
84
|
+
}
|
|
85
|
+
```
|
|
86
|
+
|
|
87
|
+
**Table**
|
|
88
|
+
|
|
89
|
+
```bash
|
|
90
|
+
ae-cli analysis_meta +list_events --project_id <YOUR_PROJECT_ID> --format table
|
|
91
|
+
```
|
|
92
|
+
|
|
93
|
+
**jq filtering**
|
|
94
|
+
|
|
95
|
+
```bash
|
|
96
|
+
ae-cli analysis_meta +list_events --project_id <YOUR_PROJECT_ID> --jq '.'
|
|
97
|
+
```
|
|
98
|
+
|
|
99
|
+
### Error handling
|
|
100
|
+
|
|
101
|
+
Error output goes to stderr, in the following format:
|
|
102
|
+
|
|
103
|
+
```json
|
|
104
|
+
{
|
|
105
|
+
"ok": false,
|
|
106
|
+
"error": {
|
|
107
|
+
"type": "auth | api | validation | config",
|
|
108
|
+
"message": "...",
|
|
109
|
+
"hint": "..."
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
```
|
|
113
|
+
|
|
114
|
+
Exit code: success `0`, error `1`.
|
|
115
|
+
|
|
116
|
+
### Security constraints
|
|
117
|
+
|
|
118
|
+
- Commands with `risk: read` execute directly
|
|
119
|
+
- Commands with `risk: write` require confirmation unless `--yes` is passed
|
|
120
|
+
- Use `--dry-run` to preview the request that will be sent
|
|
121
|
+
|
|
122
|
+
### Command structure
|
|
123
|
+
|
|
124
|
+
```bash
|
|
125
|
+
ae-cli <domain> +<command> [flags]
|
|
126
|
+
ae-cli api <METHOD> <PATH> [--params] [--data]
|
|
127
|
+
```
|
|
128
|
+
|
|
129
|
+
**Community** commands use the domain `community` (this skill). Other AE domains include: `analysis` (analysis), `analysis_audience` (audience), `analysis_meta` (metadata), `analysis_common` (common), `operation` (operations).
|
|
130
|
+
|
|
131
|
+
---
|
|
132
|
+
|
|
133
|
+
## Overview
|
|
134
|
+
|
|
135
|
+
Typical use cases:
|
|
136
|
+
|
|
137
|
+
- Search and inspect posts or videos, then drill into detail and comment analytics
|
|
138
|
+
- Track sentiment, keywords/tags, and macro overview metrics by time range
|
|
139
|
+
- Monitor risky or moderated content
|
|
140
|
+
- Analyze livestream rooms, sessions, and AI-generated session reports
|
|
141
|
+
- Produce daily/weekly/activity-style reports via composite references under `references/community-*.md`
|
|
142
|
+
|
|
143
|
+
For per-command flags and copy-paste examples, use the files in [`references/`](references/).
|
|
144
|
+
|
|
145
|
+
---
|
|
146
|
+
|
|
147
|
+
## Parameter conventions
|
|
148
|
+
|
|
149
|
+
| Item | Description |
|
|
150
|
+
|------|-------------|
|
|
151
|
+
| `--space-id` | Community space ID (number) |
|
|
152
|
+
| `--game-id` | Game / space identifier (number) |
|
|
153
|
+
| `--channel-id` / `--channel-id-list` | Often required after you know channel IDs (see **Channel ID prerequisite** below) |
|
|
154
|
+
| Globals | Same as other domains: `--host`, `--mcp-url`, `--format`, `--jq`, `--dry-run`, `--yes` |
|
|
155
|
+
|
|
156
|
+
- **Lists (comma-separated):** e.g. `--channel-id-list 1,2,3`, `--keywords a,b`, `--sentiment-types 0,1`
|
|
157
|
+
- **Dates:** `yyyy-MM-dd` for range endpoints (e.g. `--start-time`, `--end-time`, `--date`)
|
|
158
|
+
|
|
159
|
+
---
|
|
160
|
+
|
|
161
|
+
## Core concepts
|
|
162
|
+
|
|
163
|
+
### Channel ID prerequisite (`+get_channel_info`)
|
|
164
|
+
|
|
165
|
+
Many commands need **`--channel-id`** or **`--channel-id-list`** (post detail, comment summaries, live lists, channel-scoped search). If you only have `--space-id` / `--game-id`, run:
|
|
166
|
+
|
|
167
|
+
```bash
|
|
168
|
+
ae-cli community +get_channel_info --space-id <id> --game-id <id>
|
|
169
|
+
```
|
|
170
|
+
|
|
171
|
+
Then use returned channel IDs in follow-up commands. Details: [`references/get_channel_info.md`](references/get_channel_info.md).
|
|
172
|
+
|
|
173
|
+
---
|
|
174
|
+
|
|
175
|
+
## Scenario routing
|
|
176
|
+
|
|
177
|
+
Route users to composite workflows when intent matches:
|
|
178
|
+
|
|
179
|
+
| User intent | Start here |
|
|
180
|
+
|-------------|------------|
|
|
181
|
+
| Single-day ops brief, T-1 vs T-2 | [`community-daily-report.md`](references/community-daily-report.md) |
|
|
182
|
+
| Weekly roll-up | [`community-weekly-report.md`](references/community-weekly-report.md) |
|
|
183
|
+
| Activity / campaign insight | [`community-activity-analysis.md`](references/community-activity-analysis.md) |
|
|
184
|
+
| One character / IP deep dive | [`community-character-analysis.md`](references/community-character-analysis.md) |
|
|
185
|
+
| Single topic timeline + actions | [`community-hottopic-insight.md`](references/community-hottopic-insight.md) |
|
|
186
|
+
| Official post taxonomy | [`community-analyzing-official-content.md`](references/community-analyzing-official-content.md) |
|
|
187
|
+
| Comment thread deep dive | [`community-analyzing-theme-comment.md`](references/community-analyzing-theme-comment.md) |
|
|
188
|
+
|
|
189
|
+
---
|
|
190
|
+
|
|
191
|
+
## Common scenarios
|
|
192
|
+
|
|
193
|
+
### 1. Search and content drill-down
|
|
194
|
+
|
|
195
|
+
```bash
|
|
196
|
+
ae-cli community +search_posts --space-id 1 --game-id 1 \
|
|
197
|
+
--start-time 2026-04-01 --end-time 2026-04-07
|
|
198
|
+
|
|
199
|
+
ae-cli community +get_post_detail --space-id 1 --game-id 1 \
|
|
200
|
+
--channel-id 1 --uuid <uuid> --resource-type 0
|
|
201
|
+
|
|
202
|
+
ae-cli community +get_comments_summary --space-id 1 --game-id 1 \
|
|
203
|
+
--channel-id 1 --uuid <uuid>
|
|
204
|
+
```
|
|
205
|
+
|
|
206
|
+
### 2. Analysis and sentiment
|
|
207
|
+
|
|
208
|
+
```bash
|
|
209
|
+
ae-cli community +get_channel_info --space-id 1 --game-id 1
|
|
210
|
+
|
|
211
|
+
ae-cli community +get_overview_metrics --space-id 1 --game-id 1 \
|
|
212
|
+
--start-time 2026-04-01 --end-time 2026-04-07
|
|
213
|
+
|
|
214
|
+
ae-cli community +get_sentiment_overview --space-id 1 --game-id 1 \
|
|
215
|
+
--start-time 2026-04-01 --end-time 2026-04-07
|
|
216
|
+
```
|
|
217
|
+
|
|
218
|
+
### 3. Hot topics and daily snapshot
|
|
219
|
+
|
|
220
|
+
```bash
|
|
221
|
+
ae-cli community +get_hot_topics --space-id 1 --game-id 1
|
|
222
|
+
|
|
223
|
+
ae-cli community +get_daily_summary --space-id 1 --game-id 1 --date 2026-04-01
|
|
224
|
+
```
|
|
225
|
+
|
|
226
|
+
### 4. Livestream
|
|
227
|
+
|
|
228
|
+
```bash
|
|
229
|
+
ae-cli community +get_livestream_list --space-id 1 --game-id 1
|
|
230
|
+
|
|
231
|
+
ae-cli community +get_livestream_detail --space-id 1 --game-id 1 --stream-id <id>
|
|
232
|
+
|
|
233
|
+
ae-cli community +get_livestream_analysis --space-id 1 --game-id 1 --stream-id <id>
|
|
234
|
+
```
|
|
235
|
+
|
|
236
|
+
---
|
|
237
|
+
|
|
238
|
+
## Dry-run debugging
|
|
239
|
+
|
|
240
|
+
```bash
|
|
241
|
+
ae-cli --dry-run community +get_channel_info --space-id 1 --game-id 1
|
|
242
|
+
ae-cli --dry-run community +search_posts --space-id 1 --game-id 1 \
|
|
243
|
+
--start-time 2026-04-01 --end-time 2026-04-07
|
|
244
|
+
```
|
|
245
|
+
|
|
246
|
+
---
|
|
247
|
+
|
|
248
|
+
## References (per-command)
|
|
249
|
+
|
|
250
|
+
| Topic | Document |
|
|
251
|
+
|-------|----------|
|
|
252
|
+
| Channel list (prerequisite) | [`get_channel_info.md`](references/get_channel_info.md) |
|
|
253
|
+
| Search posts/videos | [`search_posts.md`](references/search_posts.md) |
|
|
254
|
+
| Post/video detail | [`get_post_detail.md`](references/get_post_detail.md) |
|
|
255
|
+
| Corpus tags / `tagCode` | [`get_corpus_tags.md`](references/get_corpus_tags.md) |
|
|
256
|
+
| Comment summary | [`get_comments_summary.md`](references/get_comments_summary.md) |
|
|
257
|
+
| Comment tag analysis | [`get_comment_tag_analysis.md`](references/get_comment_tag_analysis.md) |
|
|
258
|
+
| Sentiment overview | [`get_sentiment_overview.md`](references/get_sentiment_overview.md) |
|
|
259
|
+
| Overview metrics | [`get_overview_metrics.md`](references/get_overview_metrics.md) |
|
|
260
|
+
| Hot topics | [`get_hot_topics.md`](references/get_hot_topics.md) |
|
|
261
|
+
| Topic detail | [`get_topic_detail.md`](references/get_topic_detail.md) |
|
|
262
|
+
| Tag trends | [`get_tag_trends.md`](references/get_tag_trends.md) |
|
|
263
|
+
| Daily summary | [`get_daily_summary.md`](references/get_daily_summary.md) |
|
|
264
|
+
| Risk content | [`get_risk_content.md`](references/get_risk_content.md) |
|
|
265
|
+
| Live rooms / list / detail / analysis / overview / room metrics | [`get_livestream_rooms.md`](references/get_livestream_rooms.md), [`get_livestream_list.md`](references/get_livestream_list.md), [`get_livestream_detail.md`](references/get_livestream_detail.md), [`get_livestream_analysis.md`](references/get_livestream_analysis.md), [`get_livestream_overview.md`](references/get_livestream_overview.md), [`get_livestream_room_metrics.md`](references/get_livestream_room_metrics.md) |
|
|
266
|
+
|
|
267
|
+
---
|
|
268
|
+
|
|
269
|
+
## Command groups
|
|
270
|
+
|
|
271
|
+
Commands below are shown **without** the `ae-cli community` prefix; all use the `+` prefix on the CLI.
|
|
272
|
+
|
|
273
|
+
### Content (`community_content`)
|
|
274
|
+
|
|
275
|
+
`+get_livestream_list`, `+get_livestream_detail`, `+get_livestream_analysis`, `+get_post_detail`, `+get_comments_summary`, `+get_comment_tag_analysis`, `+get_corpus_tags`, `+get_risk_content`, `+search_posts`, `+get_livestream_overview`, `+get_livestream_rooms`, `+get_livestream_room_metrics`
|
|
276
|
+
|
|
277
|
+
### Analysis (`community_analysis`)
|
|
278
|
+
|
|
279
|
+
`+get_channel_info`, `+get_overview_metrics`, `+get_sentiment_overview`, `+get_tag_trends`
|
|
280
|
+
|
|
281
|
+
### Hot (`community_hot`)
|
|
282
|
+
|
|
283
|
+
`+get_daily_summary`, `+get_hot_topics`, `+get_topic_detail`
|
|
284
|
+
|
|
285
|
+
---
|
|
286
|
+
|
|
287
|
+
## Composite scenario skills
|
|
288
|
+
|
|
289
|
+
Structured multi-step reports (MCP tool chains) — open the linked reference for full workflows.
|
|
290
|
+
|
|
291
|
+
| Skill | Purpose |
|
|
292
|
+
|-------|---------|
|
|
293
|
+
| [`community-activity-analysis.md`](references/community-activity-analysis.md) | Activity / marketing event insight |
|
|
294
|
+
| [`community-daily-report.md`](references/community-daily-report.md) | Daily express (T-1 vs T-2) |
|
|
295
|
+
| [`community-character-analysis.md`](references/community-character-analysis.md) | Character / IP deep analysis |
|
|
296
|
+
| [`community-hottopic-insight.md`](references/community-hottopic-insight.md) | Single-topic evolution and actions |
|
|
297
|
+
| [`community-weekly-report.md`](references/community-weekly-report.md) | Weekly operations summary |
|
|
298
|
+
| [`community-analyzing-official-content.md`](references/community-analyzing-official-content.md) | Official content taxonomy |
|
|
299
|
+
| [`community-analyzing-theme-comment.md`](references/community-analyzing-theme-comment.md) | Themed comment-area analysis |
|
|
300
|
+
|
|
301
|
+
---
|
|
302
|
+
|
|
303
|
+
## Write operations
|
|
304
|
+
|
|
305
|
+
Most community commands are **read-only**. If new write-capable commands are added later, confirm user intent and use `--yes` where the CLI marks **`risk: write`**.
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
#
|
|
1
|
+
# ae-community community-activity-analysis
|
|
2
2
|
|
|
3
|
-
> **Prerequisite:** Read [`../te-shared/SKILL.md`](../te-shared/SKILL.md)
|
|
4
3
|
|
|
5
4
|
Event-specific operation insight analysis: In-depth evaluation of the exposure effect, community reputation, second-generation ecology and long-tail impact of in-game activities or marketing events, and output a standard "Event-Specific Operation Insight Report".
|
|
6
5
|
|
|
@@ -8,11 +7,11 @@ Trigger scenario: When the user asks to "analyze a certain activity", "generate
|
|
|
8
7
|
|
|
9
8
|
## Analysis process
|
|
10
9
|
|
|
11
|
-
1. **Basic market and trend analysis**: Call
|
|
12
|
-
2. **Drill down on topics and hot searches**: Call
|
|
13
|
-
3. **Word-of-mouth and pain points deep-dive analysis of**: Call
|
|
14
|
-
4. **Fixed-point blasting evidence collection**: Call
|
|
15
|
-
5. **Risk Control and Red Line Checking**: Call
|
|
10
|
+
1. **Basic market and trend analysis**: Call `+get_overview_metrics` and `+get_daily_summary` to obtain the overall volume and sentiment before and after the event
|
|
11
|
+
2. **Drill down on topics and hot searches**: Call `+get_hot_topics` and `+get_topic_detail` to deeply analyze the sentiment distribution of a specific topic
|
|
12
|
+
3. **Word-of-mouth and pain points deep-dive analysis of**: Call `+get_sentiment_overview` to analyze positive and negative high-frequency keywords
|
|
13
|
+
4. **Fixed-point blasting evidence collection**: Call `+search_posts` -> `+get_post_detail` -> `+get_comments_summary` to obtain real player cases
|
|
14
|
+
5. **Risk Control and Red Line Checking**: Call `+get_risk_content` to check compliance risk content
|
|
16
15
|
|
|
17
16
|
## Core Constraints
|
|
18
17
|
|
package/skills/{te-community → ae-community}/references/community-analyzing-official-content.md
RENAMED
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
#
|
|
1
|
+
# ae-community community-analyzing-official-content
|
|
2
2
|
|
|
3
|
-
> **Prerequisite:** Read [`../te-shared/SKILL.md`](../te-shared/SKILL.md)
|
|
4
3
|
|
|
5
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.
|
|
6
5
|
|
|
@@ -9,7 +8,7 @@ Trigger scenario: Use this skill when the user wants to know the official releas
|
|
|
9
8
|
## Analysis process
|
|
10
9
|
|
|
11
10
|
1. **Confirm analysis time**: Get the start date and end date (recommended not to exceed 30 days)
|
|
12
|
-
2. **Query official content**: Call
|
|
11
|
+
2. **Query official content**: Call `+search_posts` and set the `official: true` parameter
|
|
13
12
|
3. **Content Classification Analysis**: Classified by four categories: game announcements, community activities, linkages, and promotional materials
|
|
14
13
|
4. **Formatted output**: Generate a structured official content analysis report
|
|
15
14
|
|
|
@@ -23,7 +22,7 @@ Trigger scenario: Use this skill when the user wants to know the official releas
|
|
|
23
22
|
- ⚠️ The time range is recommended to be no more than 30 days to ensure query efficiency and content readability
|
|
24
23
|
|
|
25
24
|
**Step 2: Check official content**
|
|
26
|
-
Use the
|
|
25
|
+
Use the `+search_posts` tool to query official published content within a specified time range.
|
|
27
26
|
- Calling parameters: `gameId`, `startTime`, `endTime`, `official: true`, `pagerHeader`
|
|
28
27
|
- Focus on recording the total number of topics, channel distribution and timestamp of each post
|
|
29
28
|
|
package/skills/{te-community → ae-community}/references/community-analyzing-theme-comment.md
RENAMED
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
#
|
|
1
|
+
# ae-community community-analyzing-theme-comment
|
|
2
2
|
|
|
3
|
-
> **Prerequisite:** Read [`../te-shared/SKILL.md`](../te-shared/SKILL.md)
|
|
4
3
|
|
|
5
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.
|
|
6
5
|
|
|
@@ -8,8 +7,8 @@ Trigger scenario: Use this skill when users need to conduct in-depth analysis of
|
|
|
8
7
|
|
|
9
8
|
## Analysis process
|
|
10
9
|
|
|
11
|
-
1. **Identify target post/video**: Get UUID, channelId and resourceType, or search via
|
|
12
|
-
2. **Get comment area data**: Call
|
|
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
|
|
13
12
|
3. **Get the complete comment area in paging**: loop through all comments and eliminate meaningless content such as irrigation and pure expressions.
|
|
14
13
|
4. **In-depth analysis**:
|
|
15
14
|
- Comment trend analysis (time trend, sentiment distribution trend)
|
|
@@ -21,10 +20,10 @@ Trigger scenario: Use this skill when users need to conduct in-depth analysis of
|
|
|
21
20
|
**Step 1: Identify Target Posts/Videos**
|
|
22
21
|
- Check if the user has explicitly specified the post or video to be analyzed (UUID, channelId, resourceType)
|
|
23
22
|
- If the user has provided the above information, jump directly to step 2
|
|
24
|
-
- If the user does not specify a target, the
|
|
23
|
+
- If the user does not specify a target, the `+search_posts` tool needs to be used to search for suitable posts
|
|
25
24
|
|
|
26
25
|
**Step 2: Get comment area data**
|
|
27
|
-
- Use the
|
|
26
|
+
- Use the `+get_post_detail` tool to get the details and comments section of the target content
|
|
28
27
|
- Get the complete comment area in pagination (pageSize recommended is 100)
|
|
29
28
|
- Check the number of comments and the hasMore field in the returned results
|
|
30
29
|
- If hasMore is true, continue calling to get the next page
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
#
|
|
1
|
+
# ae-community community-character-analysis
|
|
2
2
|
|
|
3
|
-
> **Prerequisite:** Read [`../te-shared/SKILL.md`](../te-shared/SKILL.md)
|
|
4
3
|
|
|
5
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.
|
|
6
5
|
|
|
@@ -8,10 +7,10 @@ Trigger: Use this when the user asks for "in-depth analysis of a certain charact
|
|
|
8
7
|
|
|
9
8
|
## Analysis process
|
|
10
9
|
|
|
11
|
-
1.
|
|
12
|
-
2.
|
|
13
|
-
3.
|
|
14
|
-
4.
|
|
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
|
|
15
14
|
|
|
16
15
|
## Entity extraction and deduction rules
|
|
17
16
|
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
#
|
|
1
|
+
# ae-community community-daily-report
|
|
2
2
|
|
|
3
|
-
> **Prerequisite:** Read [`../te-shared/SKILL.md`](../te-shared/SKILL.md)
|
|
4
3
|
|
|
5
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.
|
|
6
5
|
|
|
@@ -22,12 +21,12 @@ You are the "User Operations Director + Public Opinion Monitoring Expert". The c
|
|
|
22
21
|
|
|
23
22
|
## Required tool chain
|
|
24
23
|
|
|
25
|
-
1.
|
|
26
|
-
2.
|
|
27
|
-
3.
|
|
28
|
-
4.
|
|
29
|
-
5.
|
|
30
|
-
6.
|
|
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)
|
|
31
30
|
|
|
32
31
|
## Core Constraints
|
|
33
32
|
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
#
|
|
1
|
+
# ae-community community-hottopic-insight
|
|
2
2
|
|
|
3
|
-
> * * Prerequisites: * * Read [`../te-shared/SKILL.md'] (../te-shared/SKILL.md)
|
|
4
3
|
|
|
5
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.
|
|
6
5
|
|
|
@@ -8,9 +7,9 @@ Triggering scenario: Triggered when the user requests "Analyze topic", "Generate
|
|
|
8
7
|
|
|
9
8
|
# # Analysis process
|
|
10
9
|
|
|
11
|
-
1. * *
|
|
12
|
-
2. * *
|
|
13
|
-
3. * *
|
|
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)
|
|
14
13
|
|
|
15
14
|
# # Entity and Time Rules
|
|
16
15
|
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
#
|
|
1
|
+
# ae-community community-weekly-report
|
|
2
2
|
|
|
3
|
-
> **Prerequisite:** Read [`../te-shared/SKILL.md`](../te-shared/SKILL.md)
|
|
4
3
|
|
|
5
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."
|
|
6
5
|
|
|
@@ -18,12 +17,12 @@ You are "Director of Community Operations + Senior Data Analyst". The goal is no
|
|
|
18
17
|
|
|
19
18
|
## Required tool chain
|
|
20
19
|
|
|
21
|
-
1.
|
|
22
|
-
2.
|
|
23
|
-
3.
|
|
24
|
-
4.
|
|
25
|
-
5.
|
|
26
|
-
6.
|
|
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)
|
|
27
26
|
|
|
28
27
|
## Output structure (must be complete)
|
|
29
28
|
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
#
|
|
1
|
+
# ae-community +get_channel_info
|
|
2
2
|
|
|
3
|
-
> **Prerequisite:** Read [`../te-shared/SKILL.md`](../te-shared/SKILL.md)
|
|
4
3
|
|
|
5
|
-
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
|
|
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).
|
|
6
5
|
|
|
7
|
-
Mapping command: `ae-cli community get_channel_info`
|
|
6
|
+
Mapping command: `ae-cli community +get_channel_info`
|
|
8
7
|
|
|
9
8
|
## Flags
|
|
10
9
|
|
|
@@ -17,5 +16,5 @@ Mapping command: `ae-cli community get_channel_info`
|
|
|
17
16
|
|
|
18
17
|
```bash
|
|
19
18
|
# Get channel list
|
|
20
|
-
ae-cli community get_channel_info --space-id 1 --game-id 1
|
|
19
|
+
ae-cli community +get_channel_info --space-id 1 --game-id 1
|
|
21
20
|
```
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
#
|
|
1
|
+
# ae-community +get_comment_tag_analysis
|
|
2
2
|
|
|
3
|
-
> **Prerequisite:** Read [`../te-shared/SKILL.md`](../te-shared/SKILL.md)
|
|
4
3
|
|
|
5
4
|
Comment tag analysis: Specify the tag code and return the count and time trend of each tag value.
|
|
6
5
|
|
|
7
|
-
Mapping command: `ae-cli community get_comment_tag_analysis`
|
|
6
|
+
Mapping command: `ae-cli community +get_comment_tag_analysis`
|
|
8
7
|
|
|
9
8
|
## Flags
|
|
10
9
|
|
|
@@ -23,7 +22,7 @@ Mapping command: `ae-cli community get_comment_tag_analysis`
|
|
|
23
22
|
|
|
24
23
|
```bash
|
|
25
24
|
# Analyze comment tags
|
|
26
|
-
ae-cli community get_comment_tag_analysis \
|
|
25
|
+
ae-cli community +get_comment_tag_analysis \
|
|
27
26
|
--space-id 1 --game-id 1 \
|
|
28
27
|
--channel-id 1 --uuid <uuid> \
|
|
29
28
|
--resource-type 0 --tag-code "sentiment"
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
#
|
|
1
|
+
# ae-community +get_comments_summary
|
|
2
2
|
|
|
3
|
-
> **Prerequisite:** Read [`../te-shared/SKILL.md`](../te-shared/SKILL.md)
|
|
4
3
|
|
|
5
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.
|
|
6
5
|
|
|
7
|
-
Mapping command: `ae-cli community get_comments_summary`
|
|
6
|
+
Mapping command: `ae-cli community +get_comments_summary`
|
|
8
7
|
|
|
9
8
|
## Flags
|
|
10
9
|
|
|
@@ -21,12 +20,12 @@ Mapping command: `ae-cli community get_comments_summary`
|
|
|
21
20
|
|
|
22
21
|
```bash
|
|
23
22
|
# Get comment summary
|
|
24
|
-
ae-cli community get_comments_summary \
|
|
23
|
+
ae-cli community +get_comments_summary \
|
|
25
24
|
--space-id 1 --game-id 1 \
|
|
26
25
|
--channel-id 1 --uuid <uuid>
|
|
27
26
|
|
|
28
27
|
#Specify time range
|
|
29
|
-
ae-cli community get_comments_summary \
|
|
28
|
+
ae-cli community +get_comments_summary \
|
|
30
29
|
--space-id 1 --game-id 1 \
|
|
31
30
|
--channel-id 1 --uuid <uuid> \
|
|
32
31
|
--start-time 2024-01-01 --end-time 2024-01-07
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
#
|
|
1
|
+
# ae-community +get_corpus_tags
|
|
2
2
|
|
|
3
|
-
> **Prerequisite:** Read [`../te-shared/SKILL.md`](../te-shared/SKILL.md)
|
|
4
3
|
|
|
5
4
|
Query the list of available corpus tags for filtering.
|
|
6
5
|
|
|
7
|
-
Mapping command: `ae-cli community get_corpus_tags`
|
|
6
|
+
Mapping command: `ae-cli community +get_corpus_tags`
|
|
8
7
|
|
|
9
8
|
## Flags
|
|
10
9
|
|
|
@@ -17,5 +16,5 @@ Mapping command: `ae-cli community get_corpus_tags`
|
|
|
17
16
|
|
|
18
17
|
```bash
|
|
19
18
|
# Get the tag list
|
|
20
|
-
ae-cli community get_corpus_tags --space-id 1 --game-id 1
|
|
19
|
+
ae-cli community +get_corpus_tags --space-id 1 --game-id 1
|
|
21
20
|
```
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
#
|
|
1
|
+
# ae-community +get_daily_summary
|
|
2
2
|
|
|
3
|
-
> **Prerequisite:** Read [`../te-shared/SKILL.md`](../te-shared/SKILL.md)
|
|
4
3
|
|
|
5
4
|
Community daily news for a given day: hot list rankings and selected opinions (positive/negative).
|
|
6
5
|
|
|
7
|
-
Mapping command: `ae-cli community get_daily_summary`
|
|
6
|
+
Mapping command: `ae-cli community +get_daily_summary`
|
|
8
7
|
|
|
9
8
|
## Flags
|
|
10
9
|
|
|
@@ -18,6 +17,6 @@ Mapping command: `ae-cli community get_daily_summary`
|
|
|
18
17
|
|
|
19
18
|
```bash
|
|
20
19
|
# Get daily report
|
|
21
|
-
ae-cli community get_daily_summary \
|
|
20
|
+
ae-cli community +get_daily_summary \
|
|
22
21
|
--space-id 1 --game-id 1 --date 2024-01-01
|
|
23
22
|
```
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
#
|
|
1
|
+
# ae-community +get_hot_topics
|
|
2
2
|
|
|
3
|
-
> **Prerequisite:** Read [`../te-shared/SKILL.md`](../te-shared/SKILL.md)
|
|
4
3
|
|
|
5
4
|
Ranking of hot topics within a time range.
|
|
6
5
|
|
|
7
|
-
Mapping command: `ae-cli community get_hot_topics`
|
|
6
|
+
Mapping command: `ae-cli community +get_hot_topics`
|
|
8
7
|
|
|
9
8
|
## Flags
|
|
10
9
|
|
|
@@ -20,7 +19,7 @@ Mapping command: `ae-cli community get_hot_topics`
|
|
|
20
19
|
|
|
21
20
|
```bash
|
|
22
21
|
# Get hot topics
|
|
23
|
-
ae-cli community get_hot_topics \
|
|
22
|
+
ae-cli community +get_hot_topics \
|
|
24
23
|
--space-id 1 --game-id 1 \
|
|
25
24
|
--start-time 2024-01-01 --end-time 2024-01-07
|
|
26
25
|
```
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
#
|
|
1
|
+
# ae-community +get_livestream_analysis
|
|
2
2
|
|
|
3
|
-
> **Prerequisite:** Read [`../te-shared/SKILL.md`](../te-shared/SKILL.md)
|
|
4
3
|
|
|
5
4
|
AI-generated single livestream analysis report: highlight periods (with indicators and AI interpretation) and emotional views.
|
|
6
5
|
|
|
7
|
-
Mapping command: `ae-cli community get_livestream_analysis`
|
|
6
|
+
Mapping command: `ae-cli community +get_livestream_analysis`
|
|
8
7
|
|
|
9
8
|
## Flags
|
|
10
9
|
|
|
@@ -17,7 +16,7 @@ Mapping command: `ae-cli community get_livestream_analysis`
|
|
|
17
16
|
## Example
|
|
18
17
|
|
|
19
18
|
```bash
|
|
20
|
-
ae-cli community get_livestream_analysis \
|
|
19
|
+
ae-cli community +get_livestream_analysis \
|
|
21
20
|
--space-id 1 --game-id 1 \
|
|
22
21
|
--stream-id <stream-id>
|
|
23
22
|
```
|