Francis Meetze avatar

Francis Meetze

Community

@odysseyalive · Oregon Coast

10Followers
|
19Public Repos
|
29Published Skills

Catching the morning light...

Skills Distribution
DomainCybersecurit...Server Security Au.. (40%)Host Monitoring & .. (25%)Log Forensics & Th.. (15%)Editor & Dotfiles .. (15%)

Agent Skills by Francis Meetze

Showing 29 vetted skills indexed across 3 GitHub repositories.

odysseyaliveodysseyalive

watchman

Runs in-session audit, report, monitor, fix, and stats commands for Linux and macOS host monitoring.

Community
Advanced
odysseyaliveodysseyalive

inventory-services

Inventories web servers, databases, and app runtimes running on Linux or macOS hosts.

Community
Intermediate
odysseyaliveodysseyalive

inspect-cpanel

Inspect cPanel/WHM control planes read-only and journal security findings.

Community
Intermediate
odysseyaliveodysseyalive

check-capacity

Monitors disk, inode, memory, and log store usage against configured thresholds on Linux and macOS.

Community
Intermediate
odysseyaliveodysseyalive

check-log-retention

Checks whether system logs persist across reboots and are rotated on Linux and macOS.

Community
Intermediate
odysseyaliveodysseyalive

inspect-web-config

Indexes nginx and Apache virtual hosts and journals CORS and security-header findings per site.

Community
Intermediate
odysseyaliveodysseyalive

check-shell-history

Detects wiped or tampered shell history and login records across all users using metadata only.

Community
Intermediate
odysseyaliveodysseyalive

inspect-logs

Inspect server and workstation logs for inbound attacks and outbound connections using CrowdSec.

Community
Advanced
odysseyaliveodysseyalive

inventory-security-tools

Discovers and health-checks a host's existing defensive security tools and flags missing defense classes.

Community
Intermediate
odysseyaliveodysseyalive

check-data-footprint

Measures claude-watchman's own journal data footprint against retention windows and journals prune findings.

Community
Intermediate
odysseyaliveodysseyalive

audit-system

Runs Lynis security audits and journals findings with hardening index tracking.

Community
Advanced
odysseyaliveodysseyalive

check-security-currency

Detects stale security updates, outdated threat-intel signatures, and disabled auto-update automation across Linux and macOS.

Community
Intermediate
odysseyaliveodysseyalive

correlate-findings

Computes the delta between security audit runs and records a run summary in a SQLite journal.

Community
Intermediate
odysseyaliveodysseyalive

diagnose-crash

Diagnoses crashes and OOM kills by analyzing journald boots, DiagnosticReports, and Windows Event Logs.

Community
Advanced
odysseyaliveodysseyalive

prioritize-redflags

Ranks journal findings by severity, profile weight, and regression status for reporting.

Community
Intermediate
odysseyaliveodysseyalive

baseline-network

Snapshots established outbound network connections into a baseline file for delta detection.

Community
Intermediate
odysseyaliveodysseyalive

send-report

Emails system monitoring reports via SMTP when finding deltas cross configured thresholds.

Community
Intermediate
odysseyaliveodysseyalive

web-stats

Generates privacy-respecting web traffic reports from server access logs without cookies or third parties.

Community
Intermediate
odysseyaliveodysseyalive

fix-redflag

Applies risk-tiered remediations to security findings and updates the SQLite journal.

Community
Advanced
odysseyaliveodysseyalive

report-status

Generates a plain-language summary of journal findings ranked by priority and status.

Community
Intermediate
odysseyaliveodysseyalive

report-lastrun

Generates a plain-language report of the last system monitoring run for non-technical readers.

Community
Intermediate
odysseyaliveodysseyalive
4

seashells-theme

Define and validate SeaShells Omarchy theme palettes and update diagnostics.

Community
Advanced
odysseyaliveodysseyalive
2

skill-builder

Audit and optimize Claude Code skill files across repositories.

Community
Advanced
odysseyaliveodysseyalive
2

vim-config

Manage Vim plugins, tags, searches, and Xdebug mappings in YADRLite dotfiles.

Community
Intermediate

Frequently Asked Questions About Francis Meetze

FAQPage Schema
What 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.