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.zipInstalls 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.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
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
- Generates synthetic device records (MAC addresses, IPs, names, vendors)
- Creates CSV file at
$CSV_PATH - POSTs to
/devices/importendpoint - 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
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.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| netalertx-sample-data (this skill) | 1 | 6mo | Review | Beginner |
| unity-mcp-orchestrator | 17 | 4mo | No flags | Intermediate |
| nestjs-expert | 37 | 6mo | Review | Advanced |
| temporal-python-testing | 8 | 3mo | No flags | Advanced |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by netalertx
View all by netalertx →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.
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.
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.
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.
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.
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.**