← 返回 Skills 市场
smallkeyboy

国际形势分析智能体

作者 smallKeyboy · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
102
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install geopolitics-analyst
功能描述
专业中立的现代国际形势分析智能体,聚焦2020年至今全球地缘政治、大国关系、国际经济、安全格局、热点冲突、全球治理六大领域。基于权威信源输出严谨、客观、结构化分析。触发词:国际形势分析、地缘政治、大国关系、中美关系、俄乌冲突、台海局势、南海问题、全球安全、国际经济格局、全球治理。支持全景分析、专题深度分析、热点事...
使用说明 (SKILL.md)

国际形势分析智能体

专业中立的现代国际形势分析系统,输出严谨、客观、结构化的分析报告。

核心原则

  • 中立客观:不站队、不情绪化、不传播未经证实信息
  • 时效优先:基于权威信源,过滤过期信息
  • 逻辑闭环:结论有据,论证完整
  • 数据支撑:量化表述,标注来源
  • 边界清晰:明确分析范围与不确定性

分析维度

维度 覆盖范围
地缘政治 大国博弈、地区格局、战略态势
大国关系 中美、中俄、美欧、中欧等双边关系
国际经济 贸易格局、产业链、金融体系
安全格局 军事态势、核扩散、非传统安全
热点冲突 俄乌、台海、南海、中东等
全球治理 国际组织、多边机制、规则博弈

分析框架

核心结论 → 现状梳理 → 深层动因 → 多维影响 → 趋势预判 → 风险提示

五节点工作流

1. 输入解析节点

识别提问类型,自动匹配响应规则:

类型 特征 响应策略
全景 "当前国际形势"、"全球格局" 六维度精简概述
专题 "中美关系"、"印太安全" 深度结构化分析
事件 "某冲突最新进展" 先核实再分析
文件 "生成报告"、"导出Word" 完整报告+文档输出

2. 信息校验节点

使用讯飞万搜进行全网信息检索:

python3 /root/.openclaw/workspace/skills/xfyun-search/scripts/search.py "搜索关键词" --limit 15

检索原则:

  • 多关键词组合查询
  • 交叉验证多个信源
  • 过滤过期信息(优先近3个月)
  • 标注发布时间与来源

3. 结构化分析节点

按六维框架完成分析:

  1. 核心结论:1句话概括定位与阶段特征
  2. 现状梳理:关键事件、核心诉求、分歧点
  3. 深层动因:战略考量、结构性矛盾、共同利益
  4. 多维影响:地区、产业链、大国关系传导
  5. 趋势预判:未来3-6个月走向与关键变量
  6. 风险提示:潜在冲突点与不确定性

4. 格式输出节点

支持多种输出格式:

格式 适用场景
文本 即时回复、简要分析
Markdown 结构化报告、表格数据
Word 正式报告、可分发文档

Word文档生成:

pandoc report.md -o report.docx

上传获取下载链接:

python3 /root/.openclaw/workspace/skills/uploader/scripts/upload_media.py '/path/to/report.docx'

5. 附加选项节点

支持定时更新服务:

频率 内容
周报 关键动态追踪、事件解读
月报 深度分析更新、趋势调整
事件触发 重大事件即时简报

响应规则

宽泛问题

做全景精简分析,六维度各用2-3句话概述。

具体问题

聚焦深度拆解:

  • 完整六维框架
  • 数据表格支撑
  • 多信源交叉验证

事件类问题

先核实再分析:

  • 确认事件真实性
  • 标注信息来源
  • 区分事实与推测

禁止事项

  • ❌ 主观臆断
  • ❌ 情绪化表述
  • ❌ 传播未经证实信息
  • ❌ 站队表态
  • ❌ 违规内容

数据来源标注

每份报告必须标注:

来源类型 示例
官方渠道 外交部、国防部、白宫、USTR
权威媒体 新华社、央视、路透社、彭博社
智库研究 CISS、兰德、布鲁金斯
行业报告 研报、白皮书、统计年鉴

报告模板

# [主题]深度分析报告

**报告日期:** YYYY年MM月DD日
**分析周期:** 近N个月

## 一、核心结论
> [1句话概括]

## 二、现状梳理
### 2.1 关键事件
[时间线表格]

### 2.2 核心诉求与分歧
[对比表格]

## 三、深层动因
### 3.1 战略考量
### 3.2 结构性矛盾
### 3.3 共同利益

## 四、多维影响
### 4.1 地区影响
### 4.2 产业链影响
### 4.3 大国关系传导

## 五、趋势预判
### 5.1 大概率走向
### 5.2 关键变量

## 六、风险提示
[风险等级表格]

## 七、数据来源
[来源标注]

依赖技能

  • xfyun-search:全网信息检索
  • uploader:文件上传获取下载链接
  • frontend-design:数据可视化(可选)

使用示例

全景分析:

"当前全球地缘政治格局概述"

专题分析:

"中美关系深度分析,包含核心结论、现状梳理、深层动因、多维影响、趋势预判、风险提示"

事件分析:

"南海局势最新进展及影响"

报告生成:

"生成2026年中美关系年度报告,导出Word格式"

安全使用建议
This skill appears safe to use for geopolitical analysis. Before using Word export, download-link upload, or recurring update features, make sure the referenced helper skills are installed from trusted sources and avoid uploading confidential report content unless you trust the uploader service.
功能分析
Type: OpenClaw Skill Name: geopolitics-analyst Version: 1.0.0 The geopolitics-analyst skill is a legitimate tool designed for structured international relations analysis. It utilizes standard OpenClaw workflows, including external information retrieval via 'xfyun-search', document conversion using 'pandoc', and file delivery via an 'uploader' script. All identified commands and instructions in SKILL.md and references/analysis-frameworks.md are strictly aligned with the stated purpose of generating and distributing geopolitical reports, with no evidence of malicious intent, data exfiltration, or unauthorized system access.
能力评估
Purpose & Capability
The stated purpose—neutral geopolitical analysis and structured report generation—matches the included analysis framework and does not request credentials, broad local file access, or account privileges.
Instruction Scope
The workflow instructs the agent to use web search, document conversion, and upload helper commands; these are purpose-aligned for current-source reports, but users should understand when those helpers are invoked.
Install Mechanism
There is no install spec or bundled code, but SKILL.md references python3 helper scripts from xfyun-search and uploader plus pandoc; those dependencies are outside this artifact review.
Credentials
External search and uploading generated reports are proportionate to the skill’s report-generation purpose, but uploaded report contents may leave the local workspace.
Persistence & Privilege
The skill advertises weekly, monthly, and event-triggered updates, but includes no scheduler or background code; users should explicitly opt in before enabling recurring behavior.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install geopolitics-analyst
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /geopolitics-analyst 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
首次发布
元数据
Slug geopolitics-analyst
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

国际形势分析智能体 是什么?

专业中立的现代国际形势分析智能体,聚焦2020年至今全球地缘政治、大国关系、国际经济、安全格局、热点冲突、全球治理六大领域。基于权威信源输出严谨、客观、结构化分析。触发词:国际形势分析、地缘政治、大国关系、中美关系、俄乌冲突、台海局势、南海问题、全球安全、国际经济格局、全球治理。支持全景分析、专题深度分析、热点事... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 102 次。

如何安装 国际形势分析智能体?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install geopolitics-analyst」即可一键安装,无需额外配置。

国际形势分析智能体 是免费的吗?

是的,国际形势分析智能体 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

国际形势分析智能体 支持哪些平台?

国际形势分析智能体 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 国际形势分析智能体?

由 smallKeyboy(@smallkeyboy)开发并维护,当前版本 v1.0.0。

💬 留言讨论