trivia
Host trivia rounds with question banks, scoring, and boards. Use when running quizzes, checking answers, analyzing scores, generating rounds.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/ckchzh/triviaTrivia
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
| 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) |
Management
| 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) |
Data & Reporting
| 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 |
Utility
| Command | Description |
|---|---|
trivia help | Show help with all available commands |
trivia version | Show 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 astimestamp|inputhistory.log— Unified activity history with timestamps for every commandexport.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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-ckchzh-trivia": {
"enabled": true,
"auto_update": true
}
}
}Tags
Related Skills
skill-tracker
通用技能使用统计追踪器,支持 Python 和 Node.js 技能,自动记录调用次数、成功率,生成使用排行榜。数据本地存储,保护隐私。
cmms
Computerized maintenance management system
consent
Build cookie consent banners and track opt-in compliance status. Use when implementing GDPR consent, auditing cookies, generating privacy banners.
amr
Autonomous mobile robot fleet manager. Use when json amr tasks, csv amr tasks, checking amr status.
breaker
Circuit breaker sizing and coordination tool. Use when json breaker tasks, csv breaker tasks, checking breaker status.