← 返回 Skills 市场
ckchzh

Trivia

作者 BytesAgain2 · GitHub ↗ · v2.0.2 · MIT-0
cross-platform ✓ 安全检测通过
271
总下载
0
收藏
2
当前安装
5
版本数
在 OpenClaw 中安装
/install trivia
功能描述
Host trivia rounds with question banks, scoring, and boards. Use when running quizzes, checking answers, analyzing scores, generating rounds.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install trivia
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /trivia 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
Slug trivia
版本 2.0.2
许可证 MIT-0
累计安装 2
当前安装数 2
历史版本数 5
常见问题

Trivia 是什么?

Host trivia rounds with question banks, scoring, and boards. Use when running quizzes, checking answers, analyzing scores, generating rounds. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 271 次。

如何安装 Trivia?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install trivia」即可一键安装,无需额外配置。

Trivia 是免费的吗?

是的,Trivia 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Trivia 支持哪些平台?

Trivia 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Trivia?

由 BytesAgain2(@ckchzh)开发并维护,当前版本 v2.0.2。

💬 留言讨论