← 返回 Skills 市场
TriviaBot Daily Trivia & Knowledge Quiz
作者
Shadow Rose
· GitHub ↗
· v1.0.0
· MIT-0
332
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install trivia-bot
功能描述
Daily trivia questions with scoring, streaks, and category selection. Learn something new every day. Competitive mode for group chats.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install trivia-bot - 安装完成后,直接呼叫该 Skill 的名称或使用
/trivia-bot触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial upload
元数据
常见问题
TriviaBot Daily Trivia & Knowledge Quiz 是什么?
Daily trivia questions with scoring, streaks, and category selection. Learn something new every day. Competitive mode for group chats. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 332 次。
如何安装 TriviaBot Daily Trivia & Knowledge Quiz?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install trivia-bot」即可一键安装,无需额外配置。
TriviaBot Daily Trivia & Knowledge Quiz 是免费的吗?
是的,TriviaBot Daily Trivia & Knowledge Quiz 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
TriviaBot Daily Trivia & Knowledge Quiz 支持哪些平台?
TriviaBot Daily Trivia & Knowledge Quiz 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 TriviaBot Daily Trivia & Knowledge Quiz?
由 Shadow Rose(@theshadowrose)开发并维护,当前版本 v1.0.0。
推荐 Skills