evo-pcap-feature-extraction
SkillDev toolsReads PCAP via Scapy PcapReader, extracts per-packet features into numpy arrays.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the evo-pcap-feature-extraction 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-pcap-feature-extraction/SKILL.md and read by ahel’s review.
Usage
import sys
sys.path.insert(0, '/app/environment/skills/evo-pcap-feature-extraction/scripts')
from utils import parse_pcap_to_features
features = parse_pcap_to_features('/root/packets.pcap')
Returns dict with: timestamps, lengths, src_ips, dst_ips, src_ports, dst_ports, has_tcp/udp/icmp/arp/ip, protocol_strs
Signals
- GitHub stars
- 89
- Forks
- 4
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
evo-pcap-feature-extraction- Source
- github.com/openlair/openskill