Francis Meetze
Community@odysseyalive · Oregon Coast
Catching the morning light...
Agent Skills by Francis Meetze
Showing 29 vetted skills indexed across 3 GitHub repositories.
watchman
Runs in-session audit, report, monitor, fix, and stats commands for Linux and macOS host monitoring.
inventory-services
Inventories web servers, databases, and app runtimes running on Linux or macOS hosts.
inspect-cpanel
Inspect cPanel/WHM control planes read-only and journal security findings.
check-capacity
Monitors disk, inode, memory, and log store usage against configured thresholds on Linux and macOS.
check-log-retention
Checks whether system logs persist across reboots and are rotated on Linux and macOS.
inspect-web-config
Indexes nginx and Apache virtual hosts and journals CORS and security-header findings per site.
check-shell-history
Detects wiped or tampered shell history and login records across all users using metadata only.
inspect-logs
Inspect server and workstation logs for inbound attacks and outbound connections using CrowdSec.
inventory-security-tools
Discovers and health-checks a host's existing defensive security tools and flags missing defense classes.
check-data-footprint
Measures claude-watchman's own journal data footprint against retention windows and journals prune findings.
audit-system
Runs Lynis security audits and journals findings with hardening index tracking.
check-security-currency
Detects stale security updates, outdated threat-intel signatures, and disabled auto-update automation across Linux and macOS.
correlate-findings
Computes the delta between security audit runs and records a run summary in a SQLite journal.
diagnose-crash
Diagnoses crashes and OOM kills by analyzing journald boots, DiagnosticReports, and Windows Event Logs.
prioritize-redflags
Ranks journal findings by severity, profile weight, and regression status for reporting.
baseline-network
Snapshots established outbound network connections into a baseline file for delta detection.
send-report
Emails system monitoring reports via SMTP when finding deltas cross configured thresholds.
web-stats
Generates privacy-respecting web traffic reports from server access logs without cookies or third parties.
fix-redflag
Applies risk-tiered remediations to security findings and updates the SQLite journal.
report-status
Generates a plain-language summary of journal findings ranked by priority and status.
report-lastrun
Generates a plain-language report of the last system monitoring run for non-technical readers.
seashells-theme
Define and validate SeaShells Omarchy theme palettes and update diagnostics.
skill-builder
Audit and optimize Claude Code skill files across repositories.
vim-config
Manage Vim plugins, tags, searches, and Xdebug mappings in YADRLite dotfiles.
Frequently Asked Questions About Francis Meetze
FAQPage SchemaWhat tasks can I perform with odysseyalive's skills?▼
You can audit host security with Lynis, inventory defensive tooling like fail2ban, CrowdSec, ClamAV, and AIDE, check disk and log-retention capacity, diagnose crashes and OOM events, baseline outbound network connections, inspect cPanel/WHM configurations, and apply risk-tiered remediations to flagged findings.
Who are these skills designed for?▼
System administrators, DevOps engineers, and security operators managing Linux, macOS, or cPanel/WHM servers. The report-lastrun skill also produces plain-language summaries for non-technical readers, while vim-config, emacs-config, and lazyvim target developers maintaining editor dotfiles.
How do the monitoring and reporting skills work in practice?▼
The watchman skill runs operator modes (audit, report, status, loop, monitor, fix) inside a Claude Code session, while selfcheck and preflight run as zero-token shell commands. Observation skills gather read-only findings, correlate-findings computes deltas between runs, and send-report emails the operator via SMTP only when thresholds are crossed.
Do these skills modify my server configuration?▼
Almost all skills are strictly read-only and never install, enable, or delete anything. Only fix-redflag applies changes, and it is bounded by each finding's risk_tier. The inspect-cpanel skill detects and proposes but never edits cPanel configuration, and check-data-footprint surfaces prune findings without deleting.
What platforms and dependencies are required?▼
Skills support Linux (Debian, RHEL, Arch) and macOS, using native facilities like journalctl, vm_stat, and Unified Log. They integrate with existing host defenses such as CrowdSec, fail2ban, Lynis, and auditd where present, degrade gracefully when absent, and read SMTP credentials only from a .env file.