📦 Daily Brain — 每日脑力训练

v1.0.0

每天推送一道精选脑力题,涵盖逻辑推理、数学速算、记忆挑战与文字谜题,游戏化精美卡片呈现,难度自适应分级并支持连续打卡追踪,助你保持思维敏锐。

0· 77·0 当前·0 累计
by @cosmofang (Cosmos Fang)
下载技能包
最后更新
2026/4/12
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
NULL
评估建议
This skill appears to do what it claims: present daily puzzles from an embedded DB and store progress locally. Before installing, ensure you have Node.js (>=18) available and that you are comfortable with a local file (data/progress.json) storing your progress unencrypted. Review the small JS files if you want assurance (they contain no network calls or secret access). Note the puzzle-data minor inconsistency (L001 has conflicting answer fields) — that's a correctness/UX issue, not a security is...
详细分析 ▾
用途与能力
Name/description match the implementation: puzzles are embedded in data/puzzles.json; scripts produce today's puzzle, accept answers, update local progress, and render HTML card instructions. The node >=18 requirement declared in SKILL.md aligns with the provided JavaScript files.
指令范围
SKILL.md explicitly states no networking or credential access; the scripts follow that and only read/write files under the skill's data directory. Minor content inconsistencies exist in the data: e.g., puzzle L001 lists 'answer': 'B' but has 'correctedAnswer': 'A' (the code prefers correctedAnswer when present). This is a data correctness issue, not a security concern.
安装机制
No install spec; skill is instruction-only with local JS files. No downloads, package installs, or archive extraction occur. The recommended manual install (copy into skills dir) is low-risk and consistent with the skill's declared behavior.
凭证需求
The skill requests no environment variables or credentials and does not access system config paths. Its only persistent data is data/progress.json inside the skill; that is proportionate to a local progress-tracking puzzle skill.
持久化与权限
The skill writes only a single local file (data/progress.json) and documents its uninstall path. always:false and normal autonomous invocation are set. It does not request elevated privileges, modify other skills, nor write outside its own directory.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/4/12

NULL

无害

安装命令

点击复制
官方npx clawhub@latest install daily-brain
镜像加速npx clawhub@latest install daily-brain --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库