NE

netalertx-sample-data

Generates and imports fake device inventory into the NetAlertX backend for testing purposes.

Install

mkdir -p .claude/skills/netalertx-sample-data && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/4559" && unzip -o skill.zip -d .claude/skills/netalertx-sample-data && rm skill.zip

Installs to .claude/skills/netalertx-sample-data

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.

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.
167 chars✓ has a “when” trigger
Beginner

Key capabilities

  • Generate synthetic device records including MAC addresses and IP addresses
  • Create CSV files containing device inventory data
  • Import synthetic device data via the /devices/import API endpoint
  • Populate the application database with test records
  • Update the user interface with imported device information

How it works

The script generates synthetic device data, saves it to a CSV file, and performs a POST request to the /devices/import endpoint.

Inputs & outputs

You give it
Execution of load-devices.sh script
You get back
CSV file at CSV_PATH and populated database records

When to use netalertx-sample-data

  • Load sample devices
  • Seed test data
  • Populate database with synthetic records

About this skill

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

When not to use it

  • When the backend service is not currently running
  • When the API endpoint is inaccessible

Prerequisites

Backend must be runningAPI must be accessible

Limitations

  • Relies on the default CSV_PATH of /tmp/netalertx-devices.csv unless overridden

How it compares

This automates the generation and ingestion of test data compared to manually creating and uploading individual device records.

Compared to similar skills

netalertx-sample-data side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
netalertx-sample-data (this skill)16moReviewBeginner
unity-mcp-orchestrator174moNo flagsIntermediate
nestjs-expert376moReviewAdvanced
temporal-python-testing83moNo flagsAdvanced

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

unity-mcp-orchestrator

CoplayDev

Orchestrate Unity Editor via MCP (Model Context Protocol) tools and resources. Use when working with Unity projects through MCP for Unity - creating/modifying GameObjects, editing scripts, managing scenes, running tests, or any Unity Editor automation. Provides best practices, tool schemas, and workflow patterns for effective Unity-MCP integration.

1795

nestjs-expert

davila7

Nest.js framework expert specializing in module architecture, dependency injection, middleware, guards, interceptors, testing with Jest/Supertest, TypeORM/Mongoose integration, and Passport.js authentication. Use PROACTIVELY for any Nest.js application issues including architecture decisions, testing strategies, performance optimization, or debugging complex dependency injection problems. If a specialized expert is a better fit, I will recommend switching and stop.

3758

temporal-python-testing

wshobson

Test Temporal workflows with pytest, time-skipping, and mocking strategies. Covers unit testing, integration testing, replay testing, and local development setup. Use when implementing Temporal workflow tests or debugging test failures.

880

home-assistant-integration-knowledge

home-assistant

Everything you need to know to build, test and review Home Assistant Integrations. If you're looking at an integration, you must use this as your primary reference.

863

csharp-pro

sickn33

Write modern C# code with advanced features like records, pattern matching, and async/await. Optimizes .NET applications, implements enterprise patterns, and ensures comprehensive testing. Use PROACTIVELY for C# refactoring, performance optimization, or complex .NET solutions.

953

woocommerce-backend-dev

woocommerce

Add or modify WooCommerce backend PHP code following project conventions. Use when creating new classes, methods, hooks, or modifying existing backend code. **MUST be invoked before writing any PHP unit tests.**

724

Search skills

Search the agent skills registry