← Back to Skills Marketplace
114
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install normieclaw-masterclass-builder
Description
Create personalized multi-day masterclasses on any topic. Triggers on "teach me [topic]", "create a masterclass on [topic]", "I want to learn [topic]", "next...
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill
Name: normieclaw-masterclass-builder
Version: 1.0.0
The 'masterclass-builder' skill is a well-structured educational tool designed to create and manage personalized learning curricula. It operates entirely within a dedicated 'masterclasses/' directory in the user's workspace, managing course progress and lesson content through standard JSON and Markdown files. There is no evidence of data exfiltration, malicious execution, or prompt injection; even the suggested cron job for scheduled lessons is presented transparently to the user for manual setup.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install normieclaw-masterclass-builder - After installation, invoke the skill by name or use
/normieclaw-masterclass-builder - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial publish from NormieClaw.ai — Free OpenClaw skills for everyone.
Metadata
Frequently Asked Questions
What is Masterclass Builder?
Create personalized multi-day masterclasses on any topic. Triggers on "teach me [topic]", "create a masterclass on [topic]", "I want to learn [topic]", "next... It is an AI Agent Skill for Claude Code / OpenClaw, with 114 downloads so far.
How do I install Masterclass Builder?
Run "/install normieclaw-masterclass-builder" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Masterclass Builder free?
Yes, Masterclass Builder is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Masterclass Builder support?
Masterclass Builder is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Masterclass Builder?
It is built and maintained by Nollio (@nollio); the current version is v1.0.0.
More Skills