From market-radar
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".
How this skill is triggered — by the user, by Claude, or both
Slash command
/market-radar:intelligence-output-templatesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
此 skill 提供情报卡片和情报报告的输出模板。
此 skill 提供情报卡片和情报报告的输出模板。
情报卡片 frontmatter 采用四组层次结构:
intelligence_id, title, created_date, primary_domain, secondary_domains, security_relevance, tagsitem_id, item_title, author, original_url, published_at, fetched_at, completeness_score, archived_file, converted_filesource_id, source_name, source_url, source_tier, source_scorereview_status, generated_by, generated_sessiontags 字段使用 Obsidian 嵌套标签格式(斜杠分隔):
tags: ["geo/china", "business/MSSP", "APT", "ransomware"]
geo/ 前缀:地域范围(geo/global, geo/china, geo/unknown 等)business/ 前缀:业务模式(仅 Industry-Analysis)Obsidian 规范:嵌套标签使用
/分隔,如#geo/china,冒号:不是有效字符。
情报卡片按领域和年月存储:
{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 和正文模板,参见:
references/templates.md../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 # 月报
完整的日报 frontmatter 和正文模板,参见:
references/daily-report-template.md日报生成使用 intelligence-daily-writer Agent,参见:
../../agents/intelligence-daily-writer.md周报和月报沿用现有模板格式,参见:
references/templates.md 中的报告输出结构npx claudepluginhub cyberstrat-forge/cyber-nexus --plugin market-radarGenerates structured cyber threat intelligence reports at strategic, operational, and tactical levels for executives, SOC teams, and analysts from raw data.
Generates structured cyber threat intelligence reports at strategic, operational, and tactical levels for executives, SOC teams, or technical analysts. Activates for CTI report writing, threat briefings, or post-incident assessments.
Generates structured cyber threat intelligence reports at strategic, operational, and tactical levels for executives, SOC teams, and analysts. Activates for CTI report writing, threat briefings, and finished intelligence products.