CtrlK
BlogDocsLog inGet started
Tessl Logo

netalertx-sample-data

Load synthetic device data into the devcontainer. Use this when asked to load sample devices, seed data, import test devices, populate database, or generate test data.

72

Quality

88%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

Sample Data Loading

Generates synthetic device inventory and imports it via the /devices/import API endpoint.

Command

cd /workspaces/NetAlertX/.devcontainer/scripts
./load-devices.sh

Environment

  • CSV_PATH: defaults to /tmp/netalertx-devices.csv

Prerequisites

  • Backend must be running
  • API must be accessible

What It Does

  1. Generates synthetic device records (MAC addresses, IPs, names, vendors)
  2. Creates CSV file at $CSV_PATH
  3. POSTs to /devices/import endpoint
  4. Devices appear in database and UI
Repository
netalertx/NetAlertX
Last updated
First committed

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.