College Exam Sprint

v1.0.0

面向大学课程期末复习的 OpenClaw 助学 skill,支持首次建档、20 天总计划、每日任务、当日小测、进度反馈与动态调整;适配计算机网络、数据结构、高等数学等课程。

0· 55·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The skill's name and description (20‑day university exam sprint planner/coach) match the provided instructions and document modules. It does not request unrelated credentials, binaries, or external services. One minor note: the skill expects a dedicated workspace under ~/study_university_sprint/ for storing data, which is consistent with its purpose but was not declared as a required config path in the registry metadata.
Instruction Scope
All runtime instructions are focused on collecting exam/course info, generating plans, running daily flows, producing small tests, and updating progress. The SKILL.md and module docs explicitly instruct the agent to read and write files in the user's recommended workspace (e.g., reading the progress panel and previous day records, writing daily records). This file I/O is consistent with the skill’s purpose but grants the agent access to files under the user’s home — users should be aware of which files they place there.
Install Mechanism
No install spec and no code files beyond markdown docs. Being instruction-only means nothing is downloaded or written to disk by an install step, which is the lowest‑risk install posture.
Credentials
The skill declares no required environment variables, no primary credentials, and no config paths in the registry. The behavior described (local file read/write of study materials) does not require secrets or external credentials, so the lack of requested credentials is proportional. (Reminder: the skill will access files under the recommended workspace if present.)
Persistence & Privilege
always is false and the skill allows normal autonomous invocation (disable-model-invocation false), which is the platform default and appropriate for an assistant that can be asked to start daily flows. The skill does not request to modify other skills or system settings.
Assessment
This skill is coherent and appears to do what it says: plan and coach a 20‑day exam sprint. Key things to consider before installing: - The skill’s runtime instructions expect to read and write files in a recommended workspace (~/study_university_sprint/). Only put study materials (notes, slides, exercises) there — do not place sensitive files or credentials in that folder. - There are no external installs or credentials requested, which reduces risk. Still confirm where your agent runs (local vs. hosted) because filesystem access differs by environment. - The skill includes clear academic‑honesty constraints (it refuses to do assignments or fabricate records); if you need stronger guarantees, test a few refusal scenarios (e.g., ask it to produce a finished assignment) to confirm behavior. - If you prefer tighter containment, create a sandbox directory with only the materials you want the skill to access and point the skill to use that folder rather than your entire home directory.

Like a lobster shell, security has layers — review code before you run it.

latestvk9762gcm5n6kp4zyjjqcfkz7k184bm3k

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

📘 Clawdis
OSLinux · macOS · Windows

Comments