scan-data-parser
Automates the transformation of airodump-ng CSV data into a unified JSON format for network security reporting.
Install
mkdir -p .claude/skills/scan-data-parser && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/15373" && unzip -o skill.zip -d .claude/skills/scan-data-parser && rm skill.zipInstalls to .claude/skills/scan-data-parser
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Transform raw airodump-ng CSV output into the structured networks.json file, applying merge/upsert logic when previous discoveries exist. Use when: parsing scan results, converting CSV to JSON, updating discoveries after a scan.Key capabilities
- →Transform airodump-ng CSV output to JSON
- →Apply merge logic for existing discoveries
- →Upsert new network discoveries
- →Update `last_seen` and `signal_dbm` for existing BSSIDs
- →Preserve `first_seen` for existing BSSIDs
- →Generate audit log entries
How it works
The skill executes a script that identifies the latest CSV file, parses its content, and transforms it into a structured JSON file, applying merge/upsert logic to existing network discoveries.
Inputs & outputs
When to use scan-data-parser
- →Parse raw airodump-ng scan data
- →Update network discovery records
- →Generate security audit logs from scan files
- →Merge scan results into existing JSON datasets
About scan-data-parser
Processes raw CSV scan files, applying merge logic to maintain existing network discoveries while upserting new data. It updates signal metrics and maintains historical timestamps.
>
When not to use it
- →When the input is not airodump-ng CSV output
- →When not needing to update a `networks.json` file
- →When not needing to merge scan results
Limitations
- →Must not lose existing discovery data
- →`first_seen` is immutable once set
- →Validates CSV structure before parsing
How it compares
This skill automates the conversion of raw airodump-ng CSV data into a structured and merged JSON format, providing a consistent update mechanism for network discoveries, unlike manual data processing.
Compared to similar skills
scan-data-parser side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| scan-data-parser (this skill) | 0 | 3mo | Review | Intermediate |
| data-engineering | 13 | 7mo | Review | Advanced |
| crawl4ai | 21 | 8mo | Review | Intermediate |
| data-cleaning-pipeline | 13 | 5mo | Review | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
data-engineering
pluginagentmarketplace
ETL pipelines, Apache Spark, data warehousing, and big data processing. Use for building data pipelines, processing large datasets, or data infrastructure.
crawl4ai
basher83
This skill should be used when users need to scrape websites, extract structured data, handle JavaScript-heavy pages, crawl multiple URLs, or build automated web data pipelines. Includes optimized extraction patterns with schema generation for efficient, LLM-free extraction.
data-cleaning-pipeline
aj-geddes
Build robust processes for data cleaning, missing value imputation, outlier handling, and data transformation for data preprocessing, data quality, and data pipeline automation
paddle-ocr-validation
jgtolentino
PaddleOCR-based receipt and BIR form extraction with validation
apify
vm0-ai
Web scraping and automation platform with pre-built Actors for common tasks
ocr
trpc-group
Extract text from images using Tesseract OCR