zapret-diagnose

Assesses Linux host zapret2 and diagnostic tool health via structured JSON output without root access.

25|3|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/howdeploy/Zapret2agent --skill zapret-diagnose
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: zapret-diagnose
Source: https://github.com/howdeploy/Zapret2agent/tree/main/.claude/skills/zapret-diagnose
Command: npx skills add https://github.com/howdeploy/Zapret2agent --skill zapret-diagnose

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires bash, curl, python3, dig, and includes scripts (resource) components.

What problem does it solve?

This diagnostic skill collects and reports the system state relevant to zapret2, enabling quick identification of installation, service, DNS, VPN, and firewall issues.

Core Features & Use Cases

  • System health snapshot: OS, kernel, init system, firewall backend, and interfaces
  • Zapret status visibility: installation, running state, and config presence
  • DNS/network checks: VPN activity, exit IP, and DNS health
  • Guided remediation: actionable next steps based on findings Use cases include pre-action validation before configuring zapret, troubleshooting failures, and verifying health after changes.

Quick Start

Ask Claude to run the diagnose script to generate a system health report.

Frequently Asked Questions about zapret-diagnose

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

FAQPage Schema
How do I check zapret2 service health and configuration status on Linux?

Checking zapret2 health involves running a diagnostic script that assesses OS, kernel, init, firewall, VPN, DNS, and zapret status, returning a structured JSON payload without requiring root privileges.

What does a zapret2 diagnostic check cover for network troubleshooting?

A zapret2 diagnostic check assesses OS, kernel, init system, firewall backend, and interfaces, alongside VPN activity, exit IP, and DNS health to identify configuration and service issues.

Can I run zapret2 diagnostics without root privileges on my host?

Yes, you can run zapret2 diagnostics without root privileges. The skill reads system state directly and gracefully handles missing utilities like bash, curl, python3, and dig to generate its report.

How do I troubleshoot firewall and DNS issues affecting my VPN connection?

Troubleshoot firewall and DNS issues by generating a health snapshot that checks firewall backends, DNS health, and VPN activity, providing actionable next steps for guided remediation.

What should I do if network diagnostic utilities are missing on my Linux server?

If network diagnostic utilities are missing, the zapret2 diagnostic skill gracefully handles their absence by reading available system state and still outputting a structured JSON payload for deployment readiness.