Toolverse
All skills

security-monitor

by openclaw

Real-time security monitoring for Clawdbot. Detects intrusions, unusual API calls, credential usage patterns, and alerts on breaches.

Installation

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

Installation

Quick info

Author
openclaw
Category
Security

About this skill

Real-time security monitoring for Clawdbot. Detects intrusions, unusual API calls, credential usage patterns, and alerts on breaches.

How to use

  1. Zainstaluj skill security-monitor z repozytorium openclaw. Nie wymaga zewnętrznych zależności — wystarczy Node.js dostępny w Twoim środowisku Clawdbota.

  2. Uruchom monitorowanie w trybie rzeczywistym za pomocą polecenia node skills/security-monitor/scripts/monitor.cjs --interval 60. Parametr interval określa częstotliwość sprawdzania w sekundach. Wyniki będą wyświetlane na konsoli (stdout).

  3. Aby monitorowanie działało w tle bez przerwy, uruchom je w trybie daemon: node skills/security-monitor/scripts/monitor.cjs --daemon --interval 60. Dzięki temu proces będzie działać niezależnie od sesji terminala.

  4. Jeśli chcesz monitorować tylko wybrane zagrożenia, użyj flagi --threats. Na przykład node skills/security-monitor/scripts/monitor.cjs --threats=credentials,ports,api-calls będzie śledzić tylko anomalie poświadczeń, skanowanie portów i podejrzane wywołania API.

  5. Aby zapewnić stałe działanie monitorowania, użyj PM2 lub systemd. Polecenie pm2 start monitor.cjs --name "clawdbot-security" -- --daemon --interval 60 uruchomi skill jako usługę zarządzaną przez PM2, która automatycznie restartuje się po awarii.

  6. Logi alertów zapisywane są w pliku JSON pod ścieżką /root/clawd/clawdbot-security/logs/alerts.log. Możesz również skonfigurować powiadomienia na Telegram, aby otrzymywać alerty w czasie rzeczywistym na swoim telefonie.

Related skills

python-expert

by Shubhamsaboo

Senior Python developer expertise for writing clean, efficient, and well-documented code.\nUse when: writing Python code, optimizing Python scripts, reviewing Python code for best practices,\ndebugging Python issues, implementing type hints, or when user mentions Python, PEP 8,

Security
2777

openapi-spec-generation

by wshobson

Generate and maintain OpenAPI 3.1 specifications from code, design-first specs, and validation patterns. Use when creating API documentation, generating SDKs, or ensuring API contract compliance.

Security
18109

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

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

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

security-compliance

by davila7

Guides security professionals in implementing defense-in-depth security architectures, achieving compliance with industry frameworks (SOC2, ISO27001, GDPR, HIPAA), conducting threat modeling and risk assessments, managing security operations and incident response, and embedding

Security
1172