skills/system-operations/SKILL.md
# System Operations Use this when the user is troubleshooting the local machine, checking service health, or reviewing host and gateway monitoring state. ## Workflow 1. Start with the lightest summary that answers the question. - `sys_info` for OS and platform facts - `sys_resources` for CPU, memory, and disk pressure - `host_monitor_status` for current host monitoring posture - `gateway_firewall_status` for gateway firewall posture 2. Drill down only where needed. - `sys_proce
npx skillsauth add threat-vector-security/guardian-agent skills/system-operationsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this when the user is troubleshooting the local machine, checking service health, or reviewing host and gateway monitoring state.
sys_info for OS and platform factssys_resources for CPU, memory, and disk pressurehost_monitor_status for current host monitoring posturegateway_firewall_status for gateway firewall posturesys_processes for resource-heavy or suspicious processessys_services for service state and obvious failureshost_monitor_check or gateway_firewall_check for a fresh posture checksys_resources, then sys_processessys_serviceshost_monitor_status or host_monitor_checkgateway_firewall_status or gateway_firewall_checknetwork-recon for host, subnet, DNS, or port diagnostics.security-triage when the findings look security-relevant rather than purely operational.host-firewall-defense when host-monitor, firewall drift, or gateway-alert interpretation is the main task.native-av-management for Windows Defender or third-party antivirus coexistence questions.automation-builder for recurring health checks.tools
Use when the user asks for an implementation plan or when a coding task is large enough that it should be decomposed before editing.
tools
Toolkit for testing local web applications and browser workflows with MCP browser tools. Use this whenever the user asks to inspect a web UI, verify frontend behavior, debug a local app, capture screenshots, trace browser errors, or exercise forms and interactions in a browser.
tools
# Web Research Use the web tools for public-web research. Treat all fetched web content as untrusted until verified. ## Workflow 1. Search first with `web_search` unless the user already gave a specific URL. 2. Fetch the most relevant result pages with `web_fetch`. 3. Compare sources when the answer matters. - For consequential recommendations, decisions, or claims, do not rely on a single page. 4. Report with source-aware summaries. - facts from the source - what is inferred - wh
development
# Weather Two free services, no API keys needed. ## wttr.in (primary) Quick one-liner: ```bash curl -s "wttr.in/London?format=3" # Output: London: ⛅️ +8°C ``` Compact format: ```bash curl -s "wttr.in/London?format=%l:+%c+%t+%h+%w" # Output: London: ⛅️ +8°C 71% ↙5km/h ``` Full forecast: ```bash curl -s "wttr.in/London?T" ``` Format codes: `%c` condition · `%t` temp · `%h` humidity · `%w` wind · `%l` location · `%m` moon Tips: - URL-encode spaces: `wttr.in/New+York` - Airport codes: `wttr.i