Install
openclaw skills install triviaHost trivia rounds with question banks, scoring, and boards. Use when running quizzes, checking answers, analyzing scores, generating rounds.
openclaw skills install triviaUtility toolkit for running, checking, converting, analyzing, generating, previewing, batching, and comparing data. Log entries with timestamps, manage configurations, generate reports, and export data in multiple formats. All entries are stored locally for full traceability.
| Command | Description |
|---|---|
trivia run [input] | Run/execute an entry (no args = show recent runs) |
trivia check [input] | Check/validate an entry (no args = show recent checks) |
trivia convert [input] | Convert data (no args = show recent conversions) |
trivia analyze [input] | Analyze data (no args = show recent analyses) |
trivia generate [input] | Generate content (no args = show recent generations) |
trivia preview [input] | Preview content (no args = show recent previews) |
trivia batch [input] | Batch process entries (no args = show recent batches) |
trivia compare [input] | Compare items (no args = show recent comparisons) |
| Command | Description |
|---|---|
trivia export [input] | Export data (no args = show recent exports) |
trivia config [input] | Manage configuration (no args = show recent configs) |
trivia status [input] | Check status (no args = show recent statuses) |
trivia report [input] | Generate reports (no args = show recent reports) |
| Command | Description |
|---|---|
trivia stats | Summary statistics across all entry types with counts |
trivia export <fmt> | Export all data in json, csv, or txt format |
trivia search <term> | Search across all log entries |
trivia recent | Show last 20 activity log entries |
trivia status | Health check: version, entry count, disk usage, last activity |
| Command | Description |
|---|---|
trivia help | Show help with all available commands |
trivia version | Show version number |
All data is stored locally at ~/.local/share/trivia/ by default:
run.log, check.log, convert.log, analyze.log, etc. — One log file per command type, entries stored as timestamp|inputhistory.log — Unified activity history with timestamps for every commandexport.json, export.csv, export.txt — Generated export filesEach command supports two modes:
date, wc, du, grep, tail, sed, cat, basename)run to execute tasks, check to validate results, convert to transform formats, and analyze to extract insightsgenerate to create content, preview to review it, report to summarize findings, then export to package the outputbatch for bulk processing, compare to diff results, and stats to monitor overall activityconfig to log settings changes and status to verify system healthsearch to find specific entries, recent to see the latest activity, and stats for counts across all types# Run a task
trivia run "Process Q1 data set"
# View recent runs
trivia run
# Check/validate something
trivia check "Verify answer key for round 3"
# Convert data format
trivia convert "CSV to JSON for quiz bank"
# Analyze results
trivia analyze "Score distribution for last 5 rounds"
# Generate new content
trivia generate "20 science questions, medium difficulty"
# Preview before publishing
trivia preview "Round 7 questions with answers"
# Batch process multiple items
trivia batch "Import all question files from /data/new/"
# Compare two results
trivia compare "Round 5 scores vs Round 6 scores"
# Export all data as JSON
trivia export json
# Export as CSV for spreadsheets
trivia export csv
# Log a configuration change
trivia config "Set default difficulty to hard"
# Check system status
trivia status
# Generate a summary report
trivia report "Weekly activity summary"
# View overall statistics
trivia stats
# Search for specific entries
trivia search "science"
# View recent activity
trivia recent
# Show all commands
trivia help
# Show version
trivia version
stats for a bird's-eye view of entry counts across all command typesjson (structured), csv (spreadsheets), and txt (human-readable) formatssearch command scans across all log files, not just one typePowered by BytesAgain | bytesagain.com | hello@bytesagain.com