← Back to Skills Marketplace
ckchzh

Trivia

by BytesAgain2 · GitHub ↗ · v2.0.2 · MIT-0
cross-platform ✓ Security Clean
271
Downloads
0
Stars
2
Active Installs
5
Versions
Install in OpenClaw
/install trivia
Description
Host trivia rounds with question banks, scoring, and boards. Use when running quizzes, checking answers, analyzing scores, generating rounds.
Usage Guidance
This skill appears internally consistent and runs entirely on your machine, writing logs and exports to ~/.local/share/trivia. Before installing, be aware that any text you pass to commands (questions, answers, config notes) is stored and searchable — avoid entering secrets or sensitive data. If you want extra assurance: inspect the full script (already included) for any future updates, verify file permissions on the data directory, and consider running the script in a confined environment (or with a test account) before using it with real production data.
Capability Analysis
Type: OpenClaw Skill Name: trivia Version: 2.0.2 The skill bundle is a local activity logging utility that records user-provided strings into categorized log files within `~/.local/share/trivia/`. The implementation in `scripts/script.sh` uses standard UNIX utilities to manage these logs and provides basic search and export (JSON/CSV/TXT) functionality, aligning with the documentation in `SKILL.md` without any signs of malicious intent, data exfiltration, or unauthorized execution.
Capability Assessment
Purpose & Capability
Name/description (host trivia rounds, scoring, boards) match the included script and SKILL.md: the tool logs commands, manages local data, exports and searches logs. There are no unrelated credentials, binaries, or install steps requested.
Instruction Scope
SKILL.md and the script instruct the agent to read/write only local files under ~/.local/share/trivia, run simple text-processing commands, and produce exports; this is within the stated purpose. Note: all user inputs are recorded verbatim in log files and searchable/exportable, so entering sensitive data into commands would persist locally and be discoverable.
Install Mechanism
No install spec — instruction-only with a provided shell script. No remote downloads or package installs are performed, so no high-risk install behavior is present.
Credentials
Skill requests no environment variables, credentials, or config paths beyond a per-user data directory (~/.local/share/trivia), which is appropriate for a local logging/utility tool.
Persistence & Privilege
always is false and the skill does not modify other skills or system-wide settings. It persists data only in the user's home directory (creates and writes log/export files), which is expected for this tool.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install trivia
  3. After installation, invoke the skill by name or use /trivia
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.2
update
v2.0.1
v2.5 retry: desc+homepage+source+security
v1.0.1
retry-fix-token
v2.0.0
Domain-specific upgrade
v1.0.0
Initial release
Metadata
Slug trivia
Version 2.0.2
License MIT-0
All-time Installs 2
Active Installs 2
Total Versions 5
Frequently Asked Questions

What is Trivia?

Host trivia rounds with question banks, scoring, and boards. Use when running quizzes, checking answers, analyzing scores, generating rounds. It is an AI Agent Skill for Claude Code / OpenClaw, with 271 downloads so far.

How do I install Trivia?

Run "/install trivia" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Trivia free?

Yes, Trivia is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Trivia support?

Trivia is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Trivia?

It is built and maintained by BytesAgain2 (@ckchzh); the current version is v2.0.2.

💬 Comments