返回 Skill 列表
extension
分类: 其它无需 API Key

Crucix Intel Ops

从 Crucix 27 源扫描结果生成结构化情报输出,适用于处理交付简报、主题队列、证据包、源健康...

person作者: stonestorm2024hubclawhub

Crucix Intel Ops — Skill

Manages Crucix 27-source intelligence collection, filtering, theming, and delivery output.

Activation

Activate when user asks for:

  • 生成情报简报 / delivery brief
  • 生成专题队列 / topic queues
  • 判断趋势是否成立 / trend validation
  • 做 source 健康检查 / source health check
  • 生成证据文件 / evidence pack
  • 生成可供后续系统消费的结构化结果

Input Sources

| Path | Description | |------|-------------| | /home/admin/Crucix/runs/latest.json | Latest sweep results | | /home/admin/Crucix/runs/history/*.json | Historical slices | | /home/admin/Crucix/apis/derived/* | Derived/processed data | | /home/admin/Crucix/state/source-health.json | Source health state |

Output Directory

All outputs go to /home/admin/Crucix/output/:

output/
├── delivery-brief.md
├── delivery-brief.json
├── topic-queues.json
├── source-health-report.md
├── source-health.json
├── trend-summary.json
└── evidence/
    └── <topic>/
        ├── latest.md
        └── latest.json

Topic Taxonomy

| Topic | Covers | |-------|--------| | conflict-security | GDELT, ACLED conflict events | | disaster-environment | FIRMS fire, Safecast radiation | | macro-markets | VIX, indexes, crypto, commodities | | news-sentiment | Social sentiment, news acceleration | | aviation-maritime | OpenSky flights, Maritime AIS | | public-health | Health feeds | | technology-space | Starlink, ISS, satellite tracking |

Signal Schema

Every signal must have:

{
  "key": "string",
  "category": "fact | observation | inference",
  "topic": "conflict-security | disaster-environment | macro-markets | ...",
  "region": "string",
  "source": "string (source name)",
  "timestamp": "ISO8601",
  "title": "string",
  "summary": "string",
  "why_it_matters": "string",
  "evidence_count": "integer",
  "confidence": "low | medium | high",
  "classification": "fact | observation | inference",
  "status": "snapshot | sustained | trend"
}

Confidence Rules

| Rule | Applies when | |------|-------------| | snapshot | Single source, single time | | sustained | Same signal across multiple sweeps | | trend | Statistical baseline established over days + multi-source |

Evidence Rules

  • Single source → snapshot only
  • Multi-source, same event → elevated confidence
  • Narrative across 3+ days → trend
  • Never label single-source as trend

Output Principles

  1. 优先事实 — lead with facts
  2. 明示证据来源 — always cite source
  3. 明示证据不足 — flag when evidence is thin
  4. 不夸大结论 — don't overstate confidence