Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

triviatrivia 分析

Agent Skill

trivia 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

8,355

周安装

338

GitHub Stars

公开资料未说明

下载量

2,623
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:trivia(trivia 分析)
来源仓库:https://github.com/ckchzh/trivia
安装命令:
openclaw skills install trivia
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install trivia

简介

通过题库、评分和看板举办问答环节。在运行测验、检查答案、分析分数、生成回合时使用。

SKILL.md

name
trivia
version
2.0.0
author
BytesAgain
homepage
https://bytesagain.com
source
https://github.com/bytesagain/ai-skills
license
MIT-0
tags
[trivia, tool, utility]
description
Host trivia rounds with question banks, scoring, and boards. Use when running quizzes, checking answers, analyzing scores, generating rounds.

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

  1. Data processing pipeline — Use run to execute tasks, check to validate results, convert to transform formats, and analyze to extract insights
  2. Content generation workflow — Use generate to create content, preview to review it, report to summarize findings, then export to package the output
  3. Batch operations — Use batch for bulk processing, compare to diff results, and stats to monitor overall activity
  4. Configuration management — Use config to log settings changes and status to verify system health
  5. Audit and traceability — Every action is logged with timestamps; use search to find specific entries, recent to see the latest activity, and stats for counts across all types

Examples

# 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

Tips

  • Every command with input is automatically timestamped — your full history is preserved
  • Run any command without arguments to review its last 20 entries
  • Use stats for a bird's-eye view of entry counts across all command types
  • Export supports json (structured), csv (spreadsheets), and txt (human-readable) formats
  • All log files are plain text — you can grep, edit, or pipe them directly
  • The search command scans across all log files, not just one type

Powered by BytesAgain | bytesagain.com | hello@bytesagain.com

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

98.95%
按下载量换算2,595

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills