Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Claude CodeNot declared
CursorNot declared
CodexNot declared
GitHub CopilotNot declared
WindsurfNot declared
Gemini CLINot declared
ClineNot declared
OpenCodeNot declared
Package contents
Files included with this skill beyond the listing page.
skill mdSKILL.md1,802 B
docsSUMMARY.md178 B
History
First recorded snapshot · 0 installs
SKILL.md
Project Navigation
Key Paths
Component
Path
Workspace root
/workspaces/NetAlertX
Backend entry
server/main.py
API server
server/apiserver/apiserver_start.py
Plugin system
server/plugin.py
Initialization
server/initialise.py
Frontend
front/
Frontend JS
front/js/common.js
Frontend PHP
front/php/server/*.php
Plugins
server/plugins/
Plugin template
server/plugins/__template
Database helpers
server/db/db_helper.py
Device model
server/models/device_instance.py
Messaging
server/messaging/
Workflows
server/workflows/
Architecture
NetAlertX uses a frontend–backend architecture: the frontend runs on PHP + Nginx (see front/), the backend is implemented in Python (see server/), and scheduled tasks are managed by a supercronic scheduler that runs periodic jobs.
Runtime Paths
Data
Path
Config (runtime)
/data/config/app.conf
Config (default)
back/app.conf
Database
/data/db/app.db
API JSON cache
/tmp/api/*.json
Logs
/tmp/log/
Plugin logs
/tmp/log/plugins/
Environment Variables
Use these NETALERTX_* instead of hardcoding paths. Examples: