Agent Plugins Marketplace
All plugins

netwatch

v0.3.0

Interactive network security investigation: inspect processes, compare connections, capture scoped packets, and stop user-selected processes with confirmation.

CodexClaude Code1 Skill

By Nate SwensonLicense: MIT3 GitHub starsUpdated 6 days ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 17, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install netwatch for Codex and Claude Code

Installs for the current user
codex plugin marketplace add natejswenson/claude-skills
codex plugin marketplace upgrade claude-skills
codex plugin add netwatch@claude-skills

Paste and run these commands in a terminal with Codex. They add and refresh the claude-skills catalog, then install this plugin.

Compatibility: the page URL and API slug “netwatch” remain stable.

  • Codex: netwatch@agent-plugin-marketplacenetwatch@claude-skills

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/natejswenson/claude-skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is skills/netwatch/.

Plugin files

skills/netwatch/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/netwatch/SKILL.md

Included Skills1

netwatchskills/netwatch/SKILL.md

Interactively investigate this Mac’s network connections, listening services, and process security. Use for "netwatch", "analyze my network traffic", "investigate this process", unfamiliar destinations, changes over time, optional scoped packet capture, or stopping a network process the user selects. Default inspection reads local metadata; packet capture and process termination require specific user authorization.

Plugin manifests2

skills/netwatch/.codex-plugin/plugin.json
{
  "name": "netwatch",
  "version": "0.3.0",
  "description": "Interactive network security investigation: inspect processes, compare connections, capture scoped packets, and stop user-selected processes with confirmation.",
  "author": {
    "name": "Nate Swenson"
  },
  "homepage": "https://github.com/natejswenson/claude-skills/tree/main/skills/netwatch",
  "license": "MIT",
  "skills": "./skills/",
  "interface": {
    "displayName": "netwatch",
    "shortDescription": "Interactive network security investigation: inspect processes, compare connections, capture scoped packets, and stop use",
    "longDescription": "Interactive network security investigation: inspect processes, compare connections, capture scoped packets, and stop user-selected processes with confirmation.",
    "developerName": "Nate Swenson",
    "category": "Productivity",
    "capabilities": [],
    "defaultPrompt": [
      "Use $netwatch to help me."
    ]
  }
}
skills/netwatch/.claude-plugin/plugin.json
{
  "name": "netwatch",
  "version": "0.3.0",
  "description": "Interactive network security investigation: inspect processes, compare connections, capture scoped packets, and stop user-selected processes with confirmation.",
  "author": {
    "name": "Nate Swenson"
  },
  "homepage": "https://github.com/natejswenson/claude-skills/tree/main/skills/netwatch",
  "license": "MIT"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[netwatch on Agent Plugins Marketplace](https://pluginsmp.com/plugins/netwatch)