@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
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
#
|
|
1
|
+
# ae-community +get_livestream_detail
|
|
2
2
|
|
|
3
|
-
> **Prerequisite:** Read [`../te-shared/SKILL.md`](../te-shared/SKILL.md)
|
|
4
3
|
|
|
5
4
|
Details of a single livestream: interactive rankings and paginated interactive content.
|
|
6
5
|
|
|
7
|
-
Mapping command: `ae-cli community get_livestream_detail`
|
|
6
|
+
Mapping command: `ae-cli community +get_livestream_detail`
|
|
8
7
|
|
|
9
8
|
## Flags
|
|
10
9
|
|
|
@@ -24,11 +23,11 @@ Mapping command: `ae-cli community get_livestream_detail`
|
|
|
24
23
|
|
|
25
24
|
```bash
|
|
26
25
|
# Get livestream details
|
|
27
|
-
ae-cli community get_livestream_detail \
|
|
26
|
+
ae-cli community +get_livestream_detail \
|
|
28
27
|
--space-id 1 --game-id 1 --stream-id <stream-id>
|
|
29
28
|
|
|
30
29
|
# Filter danmaku types
|
|
31
|
-
ae-cli community get_livestream_detail \
|
|
30
|
+
ae-cli community +get_livestream_detail \
|
|
32
31
|
--space-id 1 --game-id 1 --stream-id <stream-id> \
|
|
33
32
|
--activity-types 0,1
|
|
34
33
|
```
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
#
|
|
1
|
+
# ae-community +get_livestream_list
|
|
2
2
|
|
|
3
|
-
> **Prerequisite:** Read [`../te-shared/SKILL.md`](../te-shared/SKILL.md)
|
|
4
3
|
|
|
5
4
|
Get the list of livestream sessions for a room (stream history).
|
|
6
5
|
|
|
7
|
-
Mapping command: `ae-cli community get_livestream_list`
|
|
6
|
+
Mapping command: `ae-cli community +get_livestream_list`
|
|
8
7
|
|
|
9
8
|
## Flags
|
|
10
9
|
|
|
@@ -21,6 +20,6 @@ Mapping command: `ae-cli community get_livestream_list`
|
|
|
21
20
|
|
|
22
21
|
```bash
|
|
23
22
|
# Get the livestream session list
|
|
24
|
-
ae-cli community get_livestream_list \
|
|
23
|
+
ae-cli community +get_livestream_list \
|
|
25
24
|
--space-id 1 --game-id 1 --channel-id 1
|
|
26
25
|
```
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
#
|
|
1
|
+
# ae-community +get_livestream_overview
|
|
2
2
|
|
|
3
|
-
> **Prerequisite:** Read [`../te-shared/SKILL.md`](../te-shared/SKILL.md)
|
|
4
3
|
|
|
5
4
|
Livestream overview trends: number of active rooms, number of sessions, number of interactions and livestream duration.
|
|
6
5
|
|
|
7
|
-
Mapping command: `ae-cli community get_livestream_overview`
|
|
6
|
+
Mapping command: `ae-cli community +get_livestream_overview`
|
|
8
7
|
|
|
9
8
|
## Flags
|
|
10
9
|
|
|
@@ -19,7 +18,7 @@ Mapping command: `ae-cli community get_livestream_overview`
|
|
|
19
18
|
|
|
20
19
|
```bash
|
|
21
20
|
# Get livestream overview
|
|
22
|
-
ae-cli community get_livestream_overview \
|
|
21
|
+
ae-cli community +get_livestream_overview \
|
|
23
22
|
--space-id 1 --game-id 1 \
|
|
24
23
|
--start-time 2024-01-01 --end-time 2024-01-07
|
|
25
24
|
```
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
#
|
|
1
|
+
# ae-community +get_livestream_room_metrics
|
|
2
2
|
|
|
3
|
-
> **Prerequisite:** Read [`../te-shared/SKILL.md`](../te-shared/SKILL.md)
|
|
4
3
|
|
|
5
4
|
Core metrics and annual calendar for a single livestream room: Overview KPIs plus daily livestream duration calendar.
|
|
6
5
|
|
|
7
|
-
Mapping command: `ae-cli community get_livestream_room_metrics`
|
|
6
|
+
Mapping command: `ae-cli community +get_livestream_room_metrics`
|
|
8
7
|
|
|
9
8
|
## Flags
|
|
10
9
|
|
|
@@ -20,7 +19,7 @@ Mapping command: `ae-cli community get_livestream_room_metrics`
|
|
|
20
19
|
|
|
21
20
|
```bash
|
|
22
21
|
# Get the annual indicators of the livestream room
|
|
23
|
-
ae-cli community get_livestream_room_metrics \
|
|
22
|
+
ae-cli community +get_livestream_room_metrics \
|
|
24
23
|
--space-id 1 --game-id 1 \
|
|
25
24
|
--channel-id 1 --room-id <room-id> --year 2024
|
|
26
25
|
```
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
#
|
|
1
|
+
# ae-community +get_livestream_rooms
|
|
2
2
|
|
|
3
|
-
> **Prerequisite:** Read [`../te-shared/SKILL.md`](../te-shared/SKILL.md)
|
|
4
3
|
|
|
5
4
|
Search livestream rooms by time range and channel, and return room lists and statistics.
|
|
6
5
|
|
|
7
|
-
Mapping command: `ae-cli community get_livestream_rooms`
|
|
6
|
+
Mapping command: `ae-cli community +get_livestream_rooms`
|
|
8
7
|
|
|
9
8
|
## Flags
|
|
10
9
|
|
|
@@ -20,7 +19,7 @@ Mapping command: `ae-cli community get_livestream_rooms`
|
|
|
20
19
|
|
|
21
20
|
```bash
|
|
22
21
|
# Search livestream room
|
|
23
|
-
ae-cli community get_livestream_rooms \
|
|
22
|
+
ae-cli community +get_livestream_rooms \
|
|
24
23
|
--space-id 1 --game-id 1 \
|
|
25
24
|
--start-time 2024-01-01 --end-time 2024-01-07
|
|
26
25
|
```
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
#
|
|
1
|
+
# ae-community +get_overview_metrics
|
|
2
2
|
|
|
3
|
-
> **Prerequisite:** Read [`../te-shared/SKILL.md`](../te-shared/SKILL.md)
|
|
4
3
|
|
|
5
4
|
Overall community metrics within time range: number of posts/replies, sentiment count, channel breakdown.
|
|
6
5
|
|
|
7
|
-
Mapping command: `ae-cli community get_overview_metrics`
|
|
6
|
+
Mapping command: `ae-cli community +get_overview_metrics`
|
|
8
7
|
|
|
9
8
|
## Flags
|
|
10
9
|
|
|
@@ -20,7 +19,7 @@ Mapping command: `ae-cli community get_overview_metrics`
|
|
|
20
19
|
|
|
21
20
|
```bash
|
|
22
21
|
# Get overall indicators
|
|
23
|
-
ae-cli community get_overview_metrics \
|
|
22
|
+
ae-cli community +get_overview_metrics \
|
|
24
23
|
--space-id 1 --game-id 1 \
|
|
25
24
|
--start-time 2024-01-01 --end-time 2024-01-07
|
|
26
25
|
```
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
#
|
|
1
|
+
# ae-community +get_post_detail
|
|
2
2
|
|
|
3
|
-
> **Prerequisite:** Read [`../te-shared/SKILL.md`](../te-shared/SKILL.md)
|
|
4
3
|
|
|
5
4
|
Get complete details of the post/video, including text, media, comments, emotions, keywords, topics, tag values and comment pagination.
|
|
6
5
|
|
|
7
|
-
Mapping command: `ae-cli community get_post_detail`
|
|
6
|
+
Mapping command: `ae-cli community +get_post_detail`
|
|
8
7
|
|
|
9
8
|
## Flags
|
|
10
9
|
|
|
@@ -26,12 +25,12 @@ Mapping command: `ae-cli community get_post_detail`
|
|
|
26
25
|
|
|
27
26
|
```bash
|
|
28
27
|
# Get post details
|
|
29
|
-
ae-cli community get_post_detail \
|
|
28
|
+
ae-cli community +get_post_detail \
|
|
30
29
|
--space-id 1 --game-id 1 \
|
|
31
30
|
--channel-id 1 --uuid <uuid> --resource-type 0
|
|
32
31
|
|
|
33
32
|
# Get video details and page comments
|
|
34
|
-
ae-cli community get_post_detail \
|
|
33
|
+
ae-cli community +get_post_detail \
|
|
35
34
|
--space-id 1 --game-id 1 \
|
|
36
35
|
--channel-id 1 --uuid <uuid> --resource-type 1 \
|
|
37
36
|
--reply-page-num 1 --reply-page-size 20
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
#
|
|
1
|
+
# ae-community +get_risk_content
|
|
2
2
|
|
|
3
|
-
> **Prerequisite:** Read [`../te-shared/SKILL.md`](../te-shared/SKILL.md)
|
|
4
3
|
|
|
5
4
|
Query content marked as risk/audit and support filtering by risk type and time. Optional return trend aggregation.
|
|
6
5
|
|
|
7
|
-
Mapping command: `ae-cli community get_risk_content`
|
|
6
|
+
Mapping command: `ae-cli community +get_risk_content`
|
|
8
7
|
|
|
9
8
|
## Flags
|
|
10
9
|
|
|
@@ -25,18 +24,18 @@ Mapping command: `ae-cli community get_risk_content`
|
|
|
25
24
|
|
|
26
25
|
```bash
|
|
27
26
|
# Query risk content
|
|
28
|
-
ae-cli community get_risk_content \
|
|
27
|
+
ae-cli community +get_risk_content \
|
|
29
28
|
--space-id 1 --game-id 1 \
|
|
30
29
|
--start-time 2024-01-01 --end-time 2024-01-07
|
|
31
30
|
|
|
32
31
|
# Filter by risk type
|
|
33
|
-
ae-cli community get_risk_content \
|
|
32
|
+
ae-cli community +get_risk_content \
|
|
34
33
|
--space-id 1 --game-id 1 \
|
|
35
34
|
--start-time 2024-01-01 --end-time 2024-01-07 \
|
|
36
35
|
--risk-codes 1,2
|
|
37
36
|
|
|
38
37
|
# Keyword search
|
|
39
|
-
ae-cli community get_risk_content \
|
|
38
|
+
ae-cli community +get_risk_content \
|
|
40
39
|
--space-id 1 --game-id 1 \
|
|
41
40
|
--start-time 2024-01-01 --end-time 2024-01-07 \
|
|
42
41
|
--search-word "violating keywords"
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
#
|
|
1
|
+
# ae-community +get_sentiment_overview
|
|
2
2
|
|
|
3
|
-
> **Prerequisite:** Read [`../te-shared/SKILL.md`](../te-shared/SKILL.md)
|
|
4
3
|
|
|
5
4
|
Sentiment distribution and hot word overview: Return keywords and their trends by sentiment type, as well as overall keyword rankings.
|
|
6
5
|
|
|
7
|
-
Mapping command: `ae-cli community get_sentiment_overview`
|
|
6
|
+
Mapping command: `ae-cli community +get_sentiment_overview`
|
|
8
7
|
|
|
9
8
|
## Flags
|
|
10
9
|
|
|
@@ -22,12 +21,12 @@ Mapping command: `ae-cli community get_sentiment_overview`
|
|
|
22
21
|
|
|
23
22
|
```bash
|
|
24
23
|
#emotionoverview
|
|
25
|
-
ae-cli community get_sentiment_overview \
|
|
24
|
+
ae-cli community +get_sentiment_overview \
|
|
26
25
|
--space-id 1 --game-id 1 \
|
|
27
26
|
--start-time 2024-01-01 --end-time 2024-01-07
|
|
28
27
|
|
|
29
28
|
# Limit the number of returns
|
|
30
|
-
ae-cli community get_sentiment_overview \
|
|
29
|
+
ae-cli community +get_sentiment_overview \
|
|
31
30
|
--space-id 1 --game-id 1 \
|
|
32
31
|
--start-time 2024-01-01 --end-time 2024-01-07 \
|
|
33
32
|
--limit 50
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
#
|
|
1
|
+
# ae-community +get_tag_trends
|
|
2
2
|
|
|
3
|
-
> **Prerequisite:** Read [`../te-shared/SKILL.md`](../te-shared/SKILL.md)
|
|
4
3
|
|
|
5
4
|
Daily tag trend: Given a tag code and a time range, return the count and time series of each tag value.
|
|
6
5
|
|
|
7
|
-
Mapping command: `ae-cli community get_tag_trends`
|
|
6
|
+
Mapping command: `ae-cli community +get_tag_trends`
|
|
8
7
|
|
|
9
8
|
## Flags
|
|
10
9
|
|
|
@@ -21,7 +20,7 @@ Mapping command: `ae-cli community get_tag_trends`
|
|
|
21
20
|
|
|
22
21
|
```bash
|
|
23
22
|
# Get tag trends
|
|
24
|
-
ae-cli community get_tag_trends \
|
|
23
|
+
ae-cli community +get_tag_trends \
|
|
25
24
|
--space-id 1 --game-id 1 \
|
|
26
25
|
--tag-code "game_version" \
|
|
27
26
|
--start-time 2024-01-01 --end-time 2024-01-07
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
#
|
|
1
|
+
# ae-community +get_topic_detail
|
|
2
2
|
|
|
3
|
-
> **Prerequisite:** Read [`../te-shared/SKILL.md`](../te-shared/SKILL.md)
|
|
4
3
|
|
|
5
4
|
In-depth statistics on specified topics: content/total number of replies, sentiment distribution, daily trends by channel, and hot keywords.
|
|
6
5
|
|
|
7
|
-
Mapping command: `ae-cli community get_topic_detail`
|
|
6
|
+
Mapping command: `ae-cli community +get_topic_detail`
|
|
8
7
|
|
|
9
8
|
## Flags
|
|
10
9
|
|
|
@@ -20,7 +19,7 @@ Mapping command: `ae-cli community get_topic_detail`
|
|
|
20
19
|
|
|
21
20
|
```bash
|
|
22
21
|
# Get topic details
|
|
23
|
-
ae-cli community get_topic_detail \
|
|
22
|
+
ae-cli community +get_topic_detail \
|
|
24
23
|
--space-id 1 --game-id 1 \
|
|
25
24
|
--topic-id <topic-id> \
|
|
26
25
|
--start-time 2024-01-01 --end-time 2024-01-07
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
#
|
|
1
|
+
# ae-community +search_posts
|
|
2
2
|
|
|
3
|
-
> * * Prerequisites: * * Read [`../te-shared/SKILL.md'] (../te-shared/SKILL.md)
|
|
4
3
|
|
|
5
4
|
Search community posts/videos for multi-criteria filtering.
|
|
6
5
|
|
|
7
|
-
Mapping command: `ae-cli community search_posts`
|
|
6
|
+
Mapping command: `ae-cli community +search_posts`
|
|
8
7
|
|
|
9
8
|
## Flags
|
|
10
9
|
|
|
@@ -29,19 +28,19 @@ Examples
|
|
|
29
28
|
|
|
30
29
|
```bash
|
|
31
30
|
Basic search
|
|
32
|
-
ae-cli community search_posts \
|
|
31
|
+
ae-cli community +search_posts \
|
|
33
32
|
--space-id 1 --game-id 1 \
|
|
34
33
|
--start-time 2024-01-01 --end-time 2024-01-07
|
|
35
34
|
|
|
36
35
|
# Filter by channel and sentiment
|
|
37
|
-
ae-cli community search_posts \
|
|
36
|
+
ae-cli community +search_posts \
|
|
38
37
|
--space-id 1 --game-id 1 \
|
|
39
38
|
--start-time 2024-01-01 --end-time 2024-01-07 \
|
|
40
39
|
--channel-id-list 1,2 \
|
|
41
40
|
--sentiment-types 0,1
|
|
42
41
|
|
|
43
42
|
Pagination Query
|
|
44
|
-
ae-cli community search_posts \
|
|
43
|
+
ae-cli community +search_posts \
|
|
45
44
|
--space-id 1 --game-id 1 \
|
|
46
45
|
--start-time 2024-01-01 --end-time 2024-01-07 \
|
|
47
46
|
--page-num 1 --page-size 20
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
---
|
|
2
|
-
name:
|
|
2
|
+
name: ae-dataops
|
|
3
3
|
version: 2.0.0
|
|
4
|
-
description: "
|
|
4
|
+
description: "AE Data Development and Operations: Data warehouse management, flow orchestration, IDE queries, data integration, operations and backfill management"
|
|
5
5
|
metadata:
|
|
6
6
|
requires:
|
|
7
7
|
bins: ["ae-cli"]
|
|
8
8
|
cliHelp: "ae-cli dataops_repo --help, ae-cli dataops_datatable --help, ae-cli dataops_flow --help, ae-cli dataops_ide --help, ae-cli dataops_integration --help, ae-cli dataops_operations --help"
|
|
9
9
|
---
|
|
10
10
|
|
|
11
|
-
#
|
|
11
|
+
# ae-dataops
|
|
12
12
|
|
|
13
|
-
> **
|
|
13
|
+
> **CRITICAL - This skill is self-contained.** Use the Global AE CLI Rules below; do not require a separate shared skill for DataOps-side tasks.
|
|
14
14
|
|
|
15
|
-
The
|
|
15
|
+
The AE Data Development and Operations domain provides capabilities for data warehouse management, flow orchestration, IDE SQL queries, data integration, operations and backfill management, including the following subcommands:
|
|
16
16
|
|
|
17
17
|
| Subcommand | Responsibility | Corresponding Scenario Skill |
|
|
18
18
|
|------------|----------------|------------------------------|
|
|
@@ -26,6 +26,73 @@ The TE Data Development and Operations domain provides capabilities for data war
|
|
|
26
26
|
|
|
27
27
|
---
|
|
28
28
|
|
|
29
|
+
## Global AE CLI Rules
|
|
30
|
+
|
|
31
|
+
AE CLI (`ae-cli`) is the command-line tool for the AE data development and operations platform. For DataOps-side requests, prefer `ae-cli` and this skill's reference docs over model memory.
|
|
32
|
+
|
|
33
|
+
Authentication priority:
|
|
34
|
+
1. `TE_TOKEN` environment variable.
|
|
35
|
+
2. Cached token in `~/.ae-cli/tokens.json`, usually valid for 20 hours.
|
|
36
|
+
3. macOS Chrome token extraction via `ae-cli auth login`.
|
|
37
|
+
|
|
38
|
+
Useful authentication commands:
|
|
39
|
+
|
|
40
|
+
```bash
|
|
41
|
+
ae-cli auth login
|
|
42
|
+
ae-cli auth set-token <token>
|
|
43
|
+
ae-cli auth status
|
|
44
|
+
ae-cli auth logout
|
|
45
|
+
```
|
|
46
|
+
|
|
47
|
+
Multi-environment support:
|
|
48
|
+
|
|
49
|
+
```bash
|
|
50
|
+
# Specify host
|
|
51
|
+
ae-cli auth login --host ta-staging.example.com
|
|
52
|
+
ae-cli auth set-token <token> --host ta-staging.example.com
|
|
53
|
+
|
|
54
|
+
# Configure default host
|
|
55
|
+
ae-cli config set defaultHost ta-staging.example.com
|
|
56
|
+
```
|
|
57
|
+
|
|
58
|
+
Global parameters:
|
|
59
|
+
|
|
60
|
+
| Parameter | Description | Default |
|
|
61
|
+
|---|---|---|
|
|
62
|
+
| `--host <host>` | Target AE instance address | defaultHost from config or ta.thinkingdata.cn |
|
|
63
|
+
| `--format <json|table>` | Output format | json |
|
|
64
|
+
| `--jq <expr>` | jq filter expression for JSON output | - |
|
|
65
|
+
| `--dry-run` | Preview the request without executing it | false |
|
|
66
|
+
| `--yes` | Skip confirmation for write operations | false |
|
|
67
|
+
|
|
68
|
+
Output format:
|
|
69
|
+
|
|
70
|
+
- JSON (default): `{ "ok": true, "data": { ... } }`
|
|
71
|
+
- Table: `ae-cli dataops_flow +list_flows --spaceCode xxx --format table`
|
|
72
|
+
- jq filtering: `ae-cli dataops_flow +list_flows --spaceCode xxx --jq '.'`
|
|
73
|
+
|
|
74
|
+
Error handling:
|
|
75
|
+
|
|
76
|
+
- Failed commands return `{ "ok": false, "error": { "type": "auth|api|validation|config", "message": "...", "hint": "..." } }` to stderr.
|
|
77
|
+
- Exit code: success `0`, error `1`.
|
|
78
|
+
|
|
79
|
+
Safety constraints:
|
|
80
|
+
|
|
81
|
+
- Commands with `risk: read` execute directly.
|
|
82
|
+
- Commands with `risk: write` require confirmation unless `--yes` is passed.
|
|
83
|
+
- Use `--dry-run` to preview the request that will be sent.
|
|
84
|
+
|
|
85
|
+
Command structure:
|
|
86
|
+
|
|
87
|
+
```bash
|
|
88
|
+
ae-cli <domain> +<command> [flags]
|
|
89
|
+
ae-cli api <METHOD> <PATH> [--params] [--data]
|
|
90
|
+
```
|
|
91
|
+
|
|
92
|
+
Domains for DataOps: `dataops_repo`, `dataops_datatable`, `dataops_flow`, `dataops_ide`, `dataops_integration`, `dataops_operations`
|
|
93
|
+
|
|
94
|
+
---
|
|
95
|
+
|
|
29
96
|
## Core Concepts and Rules
|
|
30
97
|
|
|
31
98
|
You must understand the following key concepts before use, otherwise errors are highly likely.
|
|
@@ -111,9 +178,6 @@ ae-cli dataops_repo +list_schemas --spaceCode "${spaceCode}" --repoCode "te_etl"
|
|
|
111
178
|
# View space members
|
|
112
179
|
ae-cli dataops_repo +list_space_members --spaceCode "${spaceCode}"
|
|
113
180
|
|
|
114
|
-
# Add member
|
|
115
|
-
ae-cli dataops_repo +add_space_member --spaceCode "${spaceCode}" --openId "${openId}" --confirmed true
|
|
116
|
-
|
|
117
181
|
# View space parameters
|
|
118
182
|
ae-cli dataops_repo +list_support_params --spaceCode "${spaceCode}"
|
|
119
183
|
|
|
@@ -130,7 +194,6 @@ ae-cli dataops_repo +preview_param_expression --spaceCode "${spaceCode}" --expre
|
|
|
130
194
|
| `+list_catalogs` | Catalog list | `--spaceCode` `--repoCode` |
|
|
131
195
|
| `+list_schemas` | Schema list | `--spaceCode` `--repoCode` `--catalog` |
|
|
132
196
|
| `+list_space_members` | Space members | `--spaceCode` |
|
|
133
|
-
| `+add_space_member` | Add member | `--spaceCode` `--openId` `--confirmed` |
|
|
134
197
|
| `+list_support_params` | Space parameters | `--spaceCode` |
|
|
135
198
|
| `+preview_param_expression` | Preview parameter | `--spaceCode` `--expression` |
|
|
136
199
|
| `+list_param_used_flows` | Flows using parameter | `--spaceCode` `--paramKey` |
|
|
@@ -640,4 +703,4 @@ ae-cli dataops_operations +search_task_instances --spaceCode "${spaceCode}" \
|
|
|
640
703
|
|
|
641
704
|
## Reference Documentation
|
|
642
705
|
|
|
643
|
-
For detailed command flags and usage, please refer to the command documentation in the [`references/`](
|
|
706
|
+
For detailed command flags and usage, please refer to the command documentation in the [`references/`](references/) directory.
|
|
@@ -9,7 +9,7 @@ metadata:
|
|
|
9
9
|
|
|
10
10
|
# DataOps Flow Creation and Configuration
|
|
11
11
|
|
|
12
|
-
> **Prerequisites:** Read [`
|
|
12
|
+
> **Prerequisites:** Read [`ae-dataops/SKILL.md`](../SKILL.md) for general rules.
|
|
13
13
|
|
|
14
14
|
Use the `dataops_flow` subcommand to manage flow lifecycle.
|
|
15
15
|
|
|
@@ -9,7 +9,7 @@ metadata:
|
|
|
9
9
|
|
|
10
10
|
# DataOps Flow Execution and Monitoring
|
|
11
11
|
|
|
12
|
-
> **Prerequisites:** Read [`
|
|
12
|
+
> **Prerequisites:** Read [`ae-dataops/SKILL.md`](../SKILL.md) for general rules.
|
|
13
13
|
|
|
14
14
|
Use the `dataops_flow` subcommand to execute and monitor flows.
|
|
15
15
|
|
|
@@ -9,7 +9,7 @@ metadata:
|
|
|
9
9
|
|
|
10
10
|
# DataOps Datasource and Data Integration
|
|
11
11
|
|
|
12
|
-
> **Prerequisites:** Read [`
|
|
12
|
+
> **Prerequisites:** Read [`ae-dataops/SKILL.md`](../SKILL.md) for general rules.
|
|
13
13
|
|
|
14
14
|
Use the `dataops_integration` subcommand to manage datasources and sync solutions.
|
|
15
15
|
|
|
@@ -9,7 +9,7 @@ metadata:
|
|
|
9
9
|
|
|
10
10
|
# DataOps Data Exploration and SQL Query
|
|
11
11
|
|
|
12
|
-
> **Prerequisites:** Read [`
|
|
12
|
+
> **Prerequisites:** Read [`ae-dataops/SKILL.md`](../SKILL.md) for general rules.
|
|
13
13
|
|
|
14
14
|
Use the `dataops_ide` subcommand for data exploration and SQL queries.
|
|
15
15
|
|
|
@@ -9,7 +9,7 @@ metadata:
|
|
|
9
9
|
|
|
10
10
|
# DataOps Data Table and View Management
|
|
11
11
|
|
|
12
|
-
> **Prerequisites:** Read [`
|
|
12
|
+
> **Prerequisites:** Read [`ae-dataops/SKILL.md`](../SKILL.md) for general rules.
|
|
13
13
|
|
|
14
14
|
Use the `dataops_datatable` subcommand to manage data tables.
|
|
15
15
|
|
|
@@ -1,20 +1,120 @@
|
|
|
1
1
|
---
|
|
2
|
-
name:
|
|
2
|
+
name: ae-engage
|
|
3
3
|
version: 1.0.0
|
|
4
|
-
description: "
|
|
4
|
+
description: "AE Engage MCP: config items, flows, channel settings, task data query, and management"
|
|
5
5
|
metadata:
|
|
6
6
|
requires:
|
|
7
7
|
bins: ["ae-cli"]
|
|
8
8
|
cliHelp: "ae-cli engage --help"
|
|
9
9
|
---
|
|
10
10
|
|
|
11
|
-
#
|
|
11
|
+
# ae-engage
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
AE CLI (`ae-cli`) is the command-line tool for the ThinkingEngine data analysis platform, used by AI Agents and human users.
|
|
14
|
+
|
|
15
|
+
## Authentication
|
|
16
|
+
|
|
17
|
+
You must authenticate before use. Authentication priority:
|
|
18
|
+
|
|
19
|
+
1. Environment variable `TE_TOKEN` (highest priority, suitable for CI/scripts)
|
|
20
|
+
2. Cached token (`~/.ae-cli/tokens.json`, valid for 20 hours)
|
|
21
|
+
3. macOS automatically extracts it from Chrome (macOS only)
|
|
22
|
+
|
|
23
|
+
### Authentication Commands
|
|
24
|
+
|
|
25
|
+
```bash
|
|
26
|
+
# Automatic macOS authentication (extract token from Chrome)
|
|
27
|
+
ae-cli auth login
|
|
28
|
+
|
|
29
|
+
# Manually set token
|
|
30
|
+
ae-cli auth set-token <token>
|
|
31
|
+
|
|
32
|
+
# View authentication status
|
|
33
|
+
ae-cli auth status
|
|
34
|
+
|
|
35
|
+
# Log out
|
|
36
|
+
ae-cli auth logout
|
|
37
|
+
```
|
|
38
|
+
|
|
39
|
+
### Multi-environment Support
|
|
40
|
+
|
|
41
|
+
```bash
|
|
42
|
+
# Specify host
|
|
43
|
+
ae-cli auth login --host ta-staging.example.com
|
|
44
|
+
ae-cli auth set-token <token> --host ta-staging.example.com
|
|
45
|
+
|
|
46
|
+
# Configure default host
|
|
47
|
+
ae-cli config set defaultHost ta-staging.example.com
|
|
48
|
+
```
|
|
49
|
+
|
|
50
|
+
## Global Parameters
|
|
51
|
+
|
|
52
|
+
All commands support the following global parameters:
|
|
53
|
+
|
|
54
|
+
| Parameter | Description | Default |
|
|
55
|
+
|------|------|--------|
|
|
56
|
+
| `--host <host>` | AE instance address | defaultHost from config or ta.thinkingdata.cn |
|
|
57
|
+
| `--format <json\|table>` | Output format | json |
|
|
58
|
+
| `--jq <expr>` | jq filter expression | - |
|
|
59
|
+
| `--dry-run` | Show the request only, do not execute it | false |
|
|
60
|
+
| `--yes` | Skip confirmation for write operations | false |
|
|
61
|
+
|
|
62
|
+
## Output Format
|
|
63
|
+
|
|
64
|
+
### JSON (default)
|
|
65
|
+
|
|
66
|
+
```json
|
|
67
|
+
{
|
|
68
|
+
"ok": true,
|
|
69
|
+
"data": { ... }
|
|
70
|
+
}
|
|
71
|
+
```
|
|
72
|
+
|
|
73
|
+
### Table
|
|
74
|
+
|
|
75
|
+
```bash
|
|
76
|
+
ae-cli engage +channel_list --project_id <YOUR_PROJECT_ID> --format table
|
|
77
|
+
```
|
|
78
|
+
|
|
79
|
+
### jq Filtering
|
|
80
|
+
|
|
81
|
+
```bash
|
|
82
|
+
ae-cli engage +channel_list --project_id <YOUR_PROJECT_ID> --jq '.'
|
|
83
|
+
```
|
|
84
|
+
|
|
85
|
+
## Error Handling
|
|
86
|
+
|
|
87
|
+
Error output goes to stderr, in the following format:
|
|
88
|
+
|
|
89
|
+
```json
|
|
90
|
+
{
|
|
91
|
+
"ok": false,
|
|
92
|
+
"error": {
|
|
93
|
+
"type": "auth | api | validation | config",
|
|
94
|
+
"message": "...",
|
|
95
|
+
"hint": "..."
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
```
|
|
99
|
+
|
|
100
|
+
Exit code: success `0`, error `1`.
|
|
101
|
+
|
|
102
|
+
## Security Constraints
|
|
103
|
+
|
|
104
|
+
- Commands with `risk: read` execute directly
|
|
105
|
+
- Commands with `risk: write` require confirmation unless `--yes` is passed
|
|
106
|
+
- Use `--dry-run` to preview the request that will be sent
|
|
107
|
+
|
|
108
|
+
## Command Structure
|
|
109
|
+
|
|
110
|
+
```bash
|
|
111
|
+
ae-cli <domain> +<command> [flags]
|
|
112
|
+
ae-cli api <METHOD> <PATH> [--params] [--data]
|
|
113
|
+
```
|
|
14
114
|
|
|
15
115
|
## Overview
|
|
16
116
|
|
|
17
|
-
The `
|
|
117
|
+
The `ae-engage` package provides Hermes Engage MCP capabilities across config items, flows, channel settings, and task data. Commands are invoked through `ae-cli engage <command>`.
|
|
18
118
|
|
|
19
119
|
Typical use cases include:
|
|
20
120
|
|
|
@@ -66,7 +166,7 @@ ae-cli engage +task_list --project_id 1 --req '{"pageNum":1,"pageSize":20}'
|
|
|
66
166
|
ae-cli engage +task_detail --project_id 1 --task_id task_123
|
|
67
167
|
|
|
68
168
|
# Query the task overview
|
|
69
|
-
ae-cli engage +task_data_overview --project_id 1 --task_id task_123
|
|
169
|
+
ae-cli engage +task_data_overview --project_id 1 --task_id task_123
|
|
70
170
|
```
|
|
71
171
|
|
|
72
172
|
### 3. config
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
#
|
|
1
|
+
# ae-engage +cancel_query_by_request_id
|
|
2
2
|
|
|
3
|
-
> **Prerequisite:** Read [`../../
|
|
3
|
+
> **Prerequisite:** Read [`../../ae-shared/SKILL.md`](../../ae-shared/SKILL.md)
|
|
4
4
|
|
|
5
5
|
Cancel a running data query by requestId.
|
|
6
6
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
#
|
|
1
|
+
# ae-engage +channel_detail
|
|
2
2
|
|
|
3
|
-
> **Prerequisite:** Read [`../../
|
|
3
|
+
> **Prerequisite:** Read [`../../ae-shared/SKILL.md`](../../ae-shared/SKILL.md)
|
|
4
4
|
|
|
5
5
|
Query the details of a single Engage channel.
|
|
6
6
|
|