localsetup-npm-management

Automate NPM proxy-host lifecycle management via the npm_api.py REST client.

3|2|Updated Dec 25, 2025
One-click install
npx skills add https://github.com/cptnfren/localsetup --skill localsetup-npm-management
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: localsetup-npm-management
Source: https://github.com/cptnfren/localsetup/tree/main/_localsetup/skills/localsetup-npm-management
Command: npx skills add https://github.com/cptnfren/localsetup --skill localsetup-npm-management

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Manage NPM proxy-host lifecycle via its REST API using the npm_api.py client to automate common tasks and reduce manual errors.

Core Features & Use Cases

  • Create, update, disable/enable, and delete proxy hosts
  • Backup and restore NPM proxy-host configurations
  • Diagnose and troubleshoot proxy-host issues with programmatic checks

Quick Start

Create and manage a proxy host for your domain by issuing commands to the npm_api.py client to automate deployment tasks.

Frequently Asked Questions about localsetup-npm-management

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate NPM proxy-host management with Python?

You can automate NPM proxy-host management by issuing lifecycle commands—create, update, enable, disable, and delete—through the native npm_api.py REST client, which handles input validation and token caching automatically.

Can I use a Python script to create and delete reverse-proxy configurations for Dockerized services?

Yes, you can use the npm_api.py client to programmatically create and delete reverse-proxy configurations for Dockerized services, applying built-in health checks and diagnostics to maintain your deployments.

Do I need token-based authentication to use the NPM REST API for proxy-host backups?

Yes, accessing the NPM REST API for proxy-host backups requires token-based authentication via npm_api.py, along with a running NPM admin API instance and Python 3.10 or higher.

What's the best way to diagnose and troubleshoot NPM proxy-host issues programmatically?

The best way to diagnose NPM proxy-host issues programmatically is to run built-in diagnostic and health checks through the npm_api.py client, which provides structured error reporting for troubleshooting.

Does the npm_api.py client support searching and restoring NPM proxy-host configurations?

Yes, the npm_api.py client supports searching existing proxy hosts and restoring configurations from backups, enabling automated recovery and maintenance workflows for reverse-proxy environments.