evo-network-stats-computation

SkillFiles & storage

Computes all network statistics from extracted packet features and writes to CSV.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the evo-network-stats-computation skill

What this skill tells your AI

The instructions your AI receives, as published by openlair/openskill in tasks-evolved/dapt-intrusion-detection/environment/skills/evo-network-stats-computation/SKILL.md and read by ahel’s review.

Usage

import sys
sys.path.insert(0, '/app/environment/skills/evo-network-stats-computation/scripts')
from utils import (compute_protocol_counts, compute_time_stats, compute_ppm_buckets,
    compute_size_stats, compute_shannon_entropy, compute_graph_metrics,
    compute_iat_metrics, compute_pcr_metrics, compute_flow_metrics,
    determine_analysis_flags, write_stats_csv)

Signals

GitHub stars
89
Forks
4
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
evo-network-stats-computation
Source
github.com/openlair/openskill