netwatch

Monitor Android network status, open ports, and DNS health read-only.

270|65|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/sepivip/SeekerClaw --skill netwatch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: netwatch
Source: https://github.com/sepivip/SeekerClaw/tree/main/app/src/main/assets/default-skills/netwatch
Command: npx skills add https://github.com/sepivip/SeekerClaw --skill netwatch

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Network monitoring and security auditing on Android, with a read-only stance to prevent system changes and ensure safe diagnostics.

Core Features & Use Cases

  • Read-only network visibility within an Android app
  • Scan open ports, network status, and DNS health
  • Use cases include in-field diagnostics, security audits, and app development testing

Quick Start

Start NetWatch by initiating a read-only network audit on your Android device to scan open ports, check network status, and verify DNS health.

Frequently Asked Questions about netwatch

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

FAQPage Schema
How do I scan for open ports and check network status on Android without root access?

You can perform a read-only network audit on Android to scan open ports and check network status without root access. It uses android_bridge and js_eval probes to execute tcp connect checks and report results in a single pass.

Can I monitor DNS health and measure HTTPS latency within an Android app?

Yes, you can monitor DNS health and measure HTTPS latency within an Android app. It leverages dns.promises.resolve() and HTTPS latency probes through js_eval to verify network presence and domain resolution status.

Does this Android network monitoring method modify system settings during a security audit?

No, this Android network monitoring method enforces strict read-only rules during a security audit. It performs diagnostics without shell_exec and does not modify system settings, ensuring completely safe and non-intrusive reporting.

What is the best way to run a single-pass security audit for an Android network?

The best way to run a single-pass security audit for an Android network is using a read-only diagnostic tool. It checks open ports, WiFi presence, and DNS health simultaneously, delivering a comprehensive report without requiring shell commands.

Why should I use a read-only network monitoring approach for in-field Android diagnostics?

A read-only network monitoring approach prevents unintended system changes during in-field Android diagnostics. By avoiding shell_exec and relying on safe probes, it ensures that security audits and network checks do not disrupt the device's current state.

Are there limitations to checking network status and port scanning with js_eval on Android?

Limitations of checking network status and port scanning with js_eval on Android include its read-only constraint and single-pass execution. It cannot perform continuous background monitoring or execute shell commands for deeper system-level interventions.