Toolverse
All skills

network-scanner

by openclaw

Scan networks to discover devices, gather MAC addresses, vendors, and hostnames. Includes safety checks to prevent accidental scanning of public networks.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
openclaw
Category
Security
Views
3

About this skill

Scan networks to discover devices, gather MAC addresses, vendors, and hostnames. Includes safety checks to prevent accidental scanning of public networks.

How to use

  1. Zainstaluj wymagane narzędzia: nmap (apt install nmap lub brew install nmap) oraz dig, które zwykle są już dostępne w systemie. Uprawnienia sudo są zalecane do pełnego odkrywania adresów MAC.

  2. Uruchom skanowanie automatyczne swojej bieżącej sieci poleceniem python3 scripts/scan.py — narzędzie samo wykryje zakres IP do przeskanowania.

  3. Aby skanować konkretną sieć, podaj jej zakres w notacji CIDR: python3 scripts/scan.py 192.168.1.0/24, zastępując adresy swoimi parametrami sieci.

  4. Opcjonalnie skonfiguruj nazwane sieci w pliku ~/.config/network-scanner/networks.json, definiując ich zakresy CIDR, serwery DNS i opisy. Wtedy możesz skanować po nazwie: python3 scripts/scan.py home.

  5. Aby wyniki były bardziej przydatne do automatyzacji, dodaj flagę --json: python3 scripts/scan.py 192.168.1.0/24 --json — wyniki pojawią się w formacie JSON.

  6. Narzędzie automatycznie chroni Cię przed skanowaniem publicznych sieci i zakreków bez prywatnego routingu — nie musisz się martwić przypadkowym skanowaniem sieci publicznych.

Related skills

skill-writer

by pytorch

Guide users through creating Agent Skills for Claude Code. Use when the user wants to create, write, author, or design a new Skill, or needs help with SKILL.md files, frontmatter, or skill structure.

Security
15116

llama-cpp

by zechenzhangAGI

Runs LLM inference on CPU, Apple Silicon, and consumer GPUs without NVIDIA hardware. Use for edge deployment, M1/M2/M3 Macs, AMD/Intel GPUs, or when CUDA is unavailable. Supports GGUF quantization (1.5-8 bit) for reduced memory and 4-10× speedup vs PyTorch on CPU.

Security
11252

zendesk

by vm0-ai

Zendesk Support REST API for managing tickets, users, organizations, and support operations. Use this skill to create tickets, manage users, search, and automate customer support workflows.

Security
11100

senior-security

by davila7

Comprehensive security engineering skill for application security, penetration testing, security architecture, and compliance auditing. Includes security assessment tools, threat modeling, crypto implementation, and security automation. Use when designing security architecture,

Security
2482

reverse-engineering-tools

by gmh5225

Guide for reverse engineering tools and techniques used in game security research. Use this skill when working with debuggers, disassemblers, memory analysis tools, binary analysis, or decompilers for game security research.

Security
3168

solidity-security

by wshobson

Master smart contract security best practices to prevent common vulnerabilities and implement secure Solidity patterns. Use when writing smart contracts, auditing existing contracts, or implementing security measures for blockchain applications.

Security
10105