Dice
PassAudited by ClawScan on May 1, 2026.
Overview
Dice appears to be a local tabletop-gaming utility, with the main user consideration being that it keeps local history of entered game data.
This skill looks appropriate for local tabletop game tracking. Before installing, be aware that it automatically saves dice, score, and activity entries under ~/.local/share/dice/ and supports exporting that history; do not enter sensitive information unless you are comfortable with it being stored locally.
Findings (1)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Anything typed into Dice commands may remain on the local machine in the Dice history until the user removes those files.
The script persists user-provided game entries and activity history in local log files, which is expected for the skill but means entered text may be retained and shown again later.
DATA_DIR="${HOME}/.local/share/dice" ... echo "$ts|$input" >> "$DATA_DIR/roll.log" ... _log "roll" "$input"Avoid entering private or sensitive information as dice or score text, and periodically review or delete the local Dice data directory if retention is not desired.
