netalertx-authentication-tokens
OfficialSecure, rotate, and verify NetAlertX API tokens.
Authornetalertx
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill helps teams locate, rotate, validate, and troubleshoot API tokens and authentication secrets used by NetAlertX to prevent downtime and security incidents.
Core Features & Use Cases
- Locate and verify API_TOKEN and related secrets across NetAlertX deployments.
- Rotate tokens safely via the web UI or config changes and propagate them to all nodes.
- Troubleshoot authentication failures (401/403) by validating tokens and access configurations.
- Conduct audits to ensure secret handling follows security best practices.
Quick Start
Use the NetAlertX UI (Settings / System) to generate a new API_TOKEN, then verify the value with the Python helper: from helper import get_setting_value; print(get_setting_value("API_TOKEN")) If running in containers, inspect the token in the runtime config: docker exec <CONTAINER_ID> grep API_TOKEN /data/config/app.conf
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: netalertx-authentication-tokens Download link: https://github.com/netalertx/NetAlertX/archive/main.zip#netalertx-authentication-tokens Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.