| name | intelligence-output-templates |
| description | This skill should be used when generating intelligence card markdown, creating daily/weekly/monthly reports, formatting agent JSON output, or the user asks to "create an intelligence card", "generate report template", "format report output". |
概述
此 skill 提供情报卡片和情报报告的输出模板。
情报卡片模板
四组层次结构
情报卡片 frontmatter 采用四组层次结构:
- 核心标识:
intelligence_id, title, created_date, primary_domain, secondary_domains, security_relevance, tags
- item 来源追溯:
item_id, item_title, author, original_url, published_at, fetched_at, completeness_score, archived_file, converted_file, converted_content_hash
- 情报源追溯:
source_id, source_name, source_url, source_tier, source_score
- 处理状态:
review_status, generated_by
tags 嵌套格式
tags 字段使用 Obsidian 嵌套标签格式(斜杠分隔):
tags: ["geo/china", "business/MSSP", "APT", "ransomware"]
geo/ 前缀:地域范围(geo/global, geo/china, geo/unknown 等)
business/ 前缀:业务模式(仅 Industry-Analysis)
- 无前缀:关键词
Obsidian 规范:嵌套标签使用 / 分隔,如 #geo/china,冒号 : 不是有效字符。
写作原则
提炼而非摘抄
- 精炼语言,聚焦单一洞察
- 关键数据在"核心事实"中用 加粗 突出
- 不复制整段原文,只在必要时引用关键语句
数据呈现
- 多组数据(≥2条)使用表格格式
- 单条数据可内联在正文中,用 加粗 突出
- 表格包含:指标、数值
输出结构
情报卡片按领域和年月存储:
{output_dir}/
├── Threat-Landscape/
│ └── 2026/
│ ├── 03/
│ │ └── 20260301-apt-activity.md
│ └── 04/
│ └── 20260402-ransomware-trend.md
├── Industry-Analysis/
│ └── 2025/
│ └── 10/
│ └── 20251013-cybersecurity-trends-2026.md
├── Vendor-Intelligence/
│ └── 2026/
├── Emerging-Tech/
│ └── 2026/
├── Customer-Market/
│ └── 2026/
├── Policy-Regulation/
│ └── 2026/
└── Capital-Investment/
└── 2026/
输出路径格式:
{output}/{domain}/{YYYY}/{MM}/{YYYYMMDD}-{subject}-{feature}.md
其中:
{domain} - 情报领域(如 Threat-Landscape)
{YYYY} - 发布年份(从 published_at 提取)
{MM} - 发布月份(从 published_at 提取)
{YYYYMMDD} - 发布日期
{subject} - 主体/对象
{feature} - 核心特征
领域特定模板
完整的 7 个领域 frontmatter 和正文模板,参见:
相关 Skills
../cybersecurity-domain-knowledge/SKILL.md - 领域定义
../intelligence-analysis-methodology/SKILL.md - 提取方法论
报告模板
情报报告包括日报、周报、月报、年报四种类型。
报告目录结构
{output_dir}/reports/
├── daily/
│ └── 2026-04-06-daily.md # 日报
├── weekly/
│ └── 2026-W15-weekly.md # 周报
├── monthly/
│ └── 2026-03-monthly.md # 月报
└── annual/
└── 2026-annual.md # 年报
日报
参见 references/daily-report-template.md
日报生成使用 intelligence-daily-writer Agent,参见:
../../agents/intelligence-daily-writer.md
周报
参见 references/weekly-report-template.md
周报生成使用 intelligence-weekly-writer Agent,参见:
../../agents/intelligence-weekly-writer.md
月报
参见 references/monthly-report-template.md
月报生成使用 intelligence-monthly-writer Agent,参见:
../../agents/intelligence-monthly-writer.md
年报
参见 references/annual-report-template.md