DocsOIntelOverview & Installation
Getting Started

Overview & Installation

OIntelorravo.com/docs/ointel/overview

Overview

OIntel (v1.0.0) is a self-hosted WordPress Site Intelligence & Diagnostics plugin. No SaaS subscription, no external accounts, no data leaves your server.

Core capabilities:

CapabilityDetail
0–100 health scoreCalculated across 4 weighted categories
25+ automated checksEnvironment, plugins, performance, content
Historical snapshotsPoint-in-time diffs — take, compare, delete
Actionable recommendationsRanked by score impact
Email + Slack alertsSSL expiry, score drops, plugin updates, critical issues
Session intelligenceActive sessions, login history, admin activity log
HTML reportsExportable, white-label option for agencies
WPVulnDB scanningPlugin vulnerability checks
WP-CLI commandsAll operations scriptable
REST APISingle endpoint for headless/CI integration

Installation

  1. Upload the ointel/ folder to /wp-content/plugins/
  2. Activate via Plugins → Installed Plugins
  3. Navigate to OIntel in the WP admin sidebar
  4. Click Run Scan on the Dashboard to generate your first health score

Via WP-CLI:

bashwp plugin install ointel.zip --activate
wp ointel scan

On activation: Creates 5 custom database tables, schedules daily background scan cron, schedules weekly report email.

On deactivation: Removes cron events. Preserves all data.

On uninstall: If Remove on uninstall is enabled in Settings, permanently drops all tables and options.

Overview & Installation — OIntel Docs — Orravo