Masterclass Builder

v1.0.0

Create personalized multi-day masterclasses on any topic. Triggers on "teach me [topic]", "create a masterclass on [topic]", "I want to learn [topic]", "next...

0· 56·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
Name/description (personalized multi-day masterclasses) match the instructions: curriculum design, lesson generation, progress tracking and storing files under masterclasses/. No unrelated credentials, binaries, or surprising capabilities are requested.
Instruction Scope
Instructions stay largely within the course-authoring domain: ask discovery questions, generate syllabus/lessons, and read/write masterclasses/* files. One ambiguity: scheduled delivery ('schedule my lessons' / 'deliver at [time]') is mentioned but no mechanism is specified — that may rely on the platform to schedule future invocations or require external notification/calendar integrations (not described). Also the skill saves user-provided exercise answers/notes to progress.json, so users should avoid pasting sensitive secrets into exercises.
Install Mechanism
Instruction-only skill with no install spec and no code files. Nothing is downloaded or executed; risk from install mechanism is minimal.
Credentials
No environment variables, credentials, or config paths are requested. All declared storage is within a user workspace folder (masterclasses/), which is proportionate to the stated functionality.
Persistence & Privilege
always=false and the skill is user-invocable (normal). It writes its own course files under masterclasses/ (expected). It does not request to modify other skills or system-wide settings.
Assessment
This skill appears coherent and low-risk, but consider these practical points before enabling it: - It will create and update files under a masterclasses/ folder in your workspace (syllabus.md, progress.json, lessons). Confirm where your workspace is stored (local disk vs cloud backup) so you know who can access that data. - The skill saves exercise answers and notes to progress.json — avoid pasting passwords, API keys, or other sensitive personal data into exercises or notes. - 'Schedule my lessons' is mentioned but no delivery mechanism is specified. If you expect email/calendar reminders or background scheduling, verify how the platform implements scheduled delivery (platform scheduler, external calendar, or no-op). - There are no external network endpoints or credential requests in the instructions, which limits exfiltration risk; still review the platform's policies about data retention/backups if you're storing private content. If you are comfortable with files being written to your workspace and you won't put secrets into exercises, this skill is internally consistent with its purpose.

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

latestvk9761m0546713x8k55zz4ktgzd83v9pb

License

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

Comments