Generate structured intelligence outputs from Crucix 27-source sweep results. Use when handling delivery briefs, topic queues, evidence packs, source health...
---
name: crucix-intel-ops
description: >
Generate structured intelligence outputs from Crucix 27-source sweep results.
Use when handling delivery briefs, topic queues, evidence packs, source health checks,
or multi-source validation for cloud-side intelligence operations.
emoji: šÆ
tags: [intelligence, crucix, osint, collection, delivery-brief, evidence-pack, source-health]
license: MIT
author: stonestorm2024
version: 1.0.0
language: en
homepage: https://github.com/stonestorm2024/crucix-intel-ops
requires:
- python3 >= 3.9
- node.js (for Crucix briefing.mjs)
---
# 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:
```json
{
"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
don't have the plugin yet? install it then click "run inline in claude" again.