Get Network Logs banner
jchigg2000-git jchigg2000-git

Get Network Logs

Development community

Description

--- description: Collect and analyze the current repo's production network/access logs, attribute where traffic comes from (client IP, org, geo proxy, bot vs human vs scanner), and write one cited artifact with concrete suggestions. Read-only against infra — pulls logs, never deploys. Handles Railway (CLI JSON deploy logs), Caddy/nginx access logs, and other access-log sources. Fire on `/get-network-logs`. argument-hint: "[--since 7d] [--lines 5000] [--platform railway|caddy|nginx|auto]" allowed

Installation

Installs to ~/.claude/skills/jchigg2000-git-claude-code-dev-get-network-logs/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jchigg2000-git-claude-code-dev-get-network-logs && curl -fsSL https://raw.githubusercontent.com/jchigg2000-git/claude-code-dev/HEAD/commands/get-network-logs.md -o ~/.claude/skills/jchigg2000-git-claude-code-dev-get-network-logs/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository