study-revision-planner
v1.0.0Convert a syllabus, exam scope, or course notes into a revision calendar with spaced review, mock tests, and weak-point loops.
⭐ 1· 217·0 current·0 all-time
byvx:17605205782@52yuanchangxing
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description match the included artifacts: a planner SKILL.md, a small local script (scripts/revision_schedule.py), and a template CSV resource. The only declared runtime requirement is python3, which is appropriate for the bundled script. No unrelated credentials or binaries are requested.
Instruction Scope
SKILL.md limits operations to planning, preview, and producing structured outputs; it explicitly recommends preview mode and not performing destructive changes without user confirmation. The script only reads a user-provided JSON file and writes a CSV; instructions do not reference unrelated files, credentials, or external endpoints.
Install Mechanism
There is no install spec. The skill is instruction-only with a local helper script; nothing is downloaded or executed from remote sources. This is the lowest-risk model for install behavior.
Credentials
No environment variables, credentials, or config paths are required. The skill requests only python3, which is proportional to running the included Python script.
Persistence & Privilege
always is false and the skill does not request persistent or elevated agent privileges. It does not modify other skills or system-wide agent settings.
Assessment
This skill appears coherent and low-risk: it runs a small local Python script and uses a bundled template, with no network calls or secret requirements. Before running: (1) ensure python3 is the intended interpreter on your system, (2) review scripts/revision_schedule.py (it's short and readable) so you understand what input it expects and where it will write output, and (3) avoid pointing the tool at sensitive system files (the script reads a user-specified JSON and writes a CSV and could overwrite a file if you choose an existing path). If you want additional reassurance, run the script manually (python3 scripts/revision_schedule.py --help) with sample data to inspect outputs before allowing agent-driven runs.Like a lobster shell, security has layers — review code before you run it.
latestvk97396jdd4c9h66ctteq3ftzyn82vx0v
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🧰 Clawdis
Binspython3
