net-operations

Perform DNS lookups, SSL certificate analysis, and HTTP header checks.

17|3|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/ErixWong/touwaka-ai-mate --skill net-operations
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: net-operations
Source: https://github.com/ErixWong/touwaka-ai-mate/tree/main/data/skills/net-operations
Command: npx skills add https://github.com/ErixWong/touwaka-ai-mate --skill net-operations

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires dns, ssl, http, socket, requests, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines network diagnostics and HTTP requests, simplifying the troubleshooting and maintenance of network infrastructure.

Core Features & Use Cases

  • Network Diagnostics: Perform DNS lookups, SSL certificate analysis, and HTTP header checks.
  • Connectivity Testing: Verify TCP connectivity and scan for open ports.
  • HTTP Requests: Make GET, POST, PUT, DELETE, and PATCH requests to HTTP/HTTPS endpoints.
  • Use Case: When you encounter a website that's not loading, use this Skill to perform a DNS lookup and SSL certificate check, followed by a connectivity test and port scan to diagnose the issue.

Quick Start

Use the net-operations skill to perform a DNS lookup on 'example.com'.

Frequently Asked Questions about net-operations

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

FAQPage Schema
How do I diagnose why a website is not loading?

To diagnose website loading issues, perform a DNS lookup and SSL certificate analysis, followed by a TCP connectivity test and port scan to identify resolution or connection failures.

How do I check SSL certificate details for a domain?

Check SSL certificate details by running an SSL certificate analysis to inspect validity, expiration, and configuration for a target domain's secure connection layer.

Can I make HTTP requests to test API endpoints?

Yes, you can make HTTP requests to test API endpoints by executing GET, POST, PUT, DELETE, and PATCH methods against HTTP and HTTPS URLs to verify response headers and status.

What do I need to perform TCP connectivity testing and port scanning?

Performing TCP connectivity testing and port scanning requires Python environments with specific libraries for DNS resolution, SSL analysis, socket connections, and HTTP requests.

Does this approach work for analyzing HTTP headers?

Yes, this approach works for analyzing HTTP headers by executing targeted HTTP header checks to inspect server responses, caching directives, and security configurations during network diagnostics.

What is the best way to troubleshoot network infrastructure?

The best way to troubleshoot network infrastructure is combining DNS lookups, connectivity tests, and port scans to systematically isolate resolution, routing, or firewall blocking issues.