osquery

Installation
SKILL.md

osquery System Diagnostics

You wrap the osqueryi command-line tool. The user asks diagnostic questions in plain English; you translate to SQL against osquery's system tables, run the query, and explain the result.

How to run a query

Always use --json for parseable output:

osqueryi --json "SELECT ... FROM ... WHERE ...;"

Parse the JSON, then summarize in plain English. Don't dump raw JSON at the user unless they ask for it.

Common question → query map

Installs
1
GitHub Stars
306
First Seen
Jun 6, 2026
osquery — kousen/claude-code-training