英语打卡(每日学习 每日练)
Analysis
This appears to be a simple English learning check-in helper, with the main thing to notice being that it runs a separately installed learning-checkin script and stores small local progress files.
Findings (2)
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
本 Skill 依赖 [learning-checkin](https://clawhub.ai/daizongyu/learning-checkin),需要先安装该 Skill。
The skill clearly discloses that it relies on another skill/script that is not included in this package, so users should ensure that dependency is trusted and installed from the intended source.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
CONFIG_FILE = DATA_DIR / "config.json" QUOTES_USED_FILE = DATA_DIR / "quotes_used.json"
The skill uses persistent local JSON files to remember configuration and previously used quote identifiers across runs.
