← Back to Skills Marketplace
TriviaBot Daily Trivia & Knowledge Quiz
by
Shadow Rose
· GitHub ↗
· v1.0.0
· MIT-0
332
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install trivia-bot
Description
Daily trivia questions with scoring, streaks, and category selection. Learn something new every day. Competitive mode for group chats.
Usage Guidance
This skill appears to be a simple local trivia bot and is internally consistent. Before installing, note that it will create/update a file named 'trivia-scores.json' in the agent's working directory to store scores and streaks — review or back up that location if you care about existing files. You will need a Node runtime to execute the included JS file (the skill metadata doesn't declare this). If you want extra caution, run the skill in an isolated workspace/container or inspect the src/trivia-bot.js file yourself (it is short and readable). If you need networked leaderboards or integrations, confirm the author adds explicit, declared configuration and credential requirements.
Capability Analysis
Type: OpenClaw Skill
Name: trivia-bot
Version: 1.0.0
The TriviaBot skill bundle is a straightforward implementation of a daily quiz game. The core logic in `src/trivia-bot.js` handles question rotation, scoring, and local state persistence using standard Node.js file system operations (fs.readFileSync/writeFileSync) without any network requests, external dependencies, or suspicious execution patterns. The documentation in SKILL.md and README.md is consistent with the code's functionality and contains no evidence of prompt injection or malicious instructions.
Capability Assessment
Purpose & Capability
The name/description (daily trivia, streaks, leaderboards) match the included code (question bank, scoring, streak logic). Functionality requested/implemented is proportionate to the stated purpose.
Instruction Scope
SKILL.md stays within the trivia domain. The implementation reads/writes a local file ('./trivia-scores.json') to persist scores/streaks — this is expected for tracking but means user data is stored on disk. The _save method swallows write errors, which could hide failures to persist data.
Install Mechanism
There is no install spec (instruction-only), which is low risk. However, the package includes Node.js source (src/trivia-bot.js) but the skill metadata does not declare a required runtime/binary. Running this code requires a Node environment; the omission is an administrative inconsistency but not malicious.
Credentials
The skill requests no environment variables, credentials, or external config paths. The single local file used for persistence is proportionate to the feature set.
Persistence & Privilege
always:false and no modifications to other skills or system-wide settings. The skill only writes its own local JSON file and does not request elevated privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install trivia-bot - After installation, invoke the skill by name or use
/trivia-bot - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial upload
Metadata
Frequently Asked Questions
What is TriviaBot Daily Trivia & Knowledge Quiz?
Daily trivia questions with scoring, streaks, and category selection. Learn something new every day. Competitive mode for group chats. It is an AI Agent Skill for Claude Code / OpenClaw, with 332 downloads so far.
How do I install TriviaBot Daily Trivia & Knowledge Quiz?
Run "/install trivia-bot" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is TriviaBot Daily Trivia & Knowledge Quiz free?
Yes, TriviaBot Daily Trivia & Knowledge Quiz is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does TriviaBot Daily Trivia & Knowledge Quiz support?
TriviaBot Daily Trivia & Knowledge Quiz is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created TriviaBot Daily Trivia & Knowledge Quiz?
It is built and maintained by Shadow Rose (@theshadowrose); the current version is v1.0.0.
More Skills