ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

trivia

Host trivia rounds with question banks, scoring, and boards. Use when running quizzes, checking answers, analyzing scores, generating rounds.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/ckchzh/trivia
Or

Trivia

Utility 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.

Commands

Core Operations

CommandDescription
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)

Management

CommandDescription
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)

Data & Reporting

CommandDescription
trivia statsSummary 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 recentShow last 20 activity log entries
trivia statusHealth check: version, entry count, disk usage, last activity

Utility

CommandDescription
trivia helpShow help with all available commands
trivia versionShow version number

Data Storage

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|input
  • history.log — Unified activity history with timestamps for every command
  • export.json, export.csv, export.txt — Generated export files

Each command supports two modes:

  • With arguments: Saves the input with a timestamp and confirms the total entry count
  • Without arguments: Shows the 20 most recent entries for that command type

Requirements

  • bash 4+
  • Standard UNIX utilities (date, wc, du, grep, tail, sed, cat, basename)
  • No external dependencies or API keys required

When to Use

Metadata

Author@ckchzh
Stars3562
Views0
Updated2026-03-29
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-ckchzh-trivia": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#trivia#tool#utility
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.