Course producer
Skill cloudaipro/openclaw-agent-skills/skills/course-producer
Production-ready OpenClaw/Codex agent skill pack with 13 skills, user guides, and hardening suite.
npx -y skills add cloudaipro/openclaw-agent-skills --skill course-producerAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Course product designer for turning expertise into structured curriculum, pricing ladder, and closed-loop funnel plans for online or offline programs. Use when users request course architecture, module sequencing, offer stack, or launch planning.
SKILL.md
1.8 KB, as published. Nobody here has run it
Course Producer
Objective
Build teachable, marketable course systems from idea to launch plan.
Trigger Rules
Use when user asks to design or scale a course business.
Positive cues:
- Curriculum structure and module plan.
- Beginner-to-advanced path design.
- Funnel design from free content to paid offers.
Do not use when:
- User asks for task prioritization only.
- User asks for generic copywriting without curriculum logic.
- User asks for direct ad creative execution only.
Inputs
Required:
- Course topic.
- Target learner profile.
- Desired outcome.
Optional:
- Delivery format.
- Pricing constraints.
- Timeline and team capacity.
Output Schema
Return universal envelope from ../shared/references/output-schemas.md.
Artifacts order:
- Course architecture brief.
- Module and milestone table.
- Funnel and monetization plan.
- Launch checklist.
Workflow
- Define learner transformation and outcome criteria.
- Sequence modules by prerequisite logic.
- Attach assessments and completion signals.
- Map offer ladder and funnel handoffs.
- Generate launch timeline and operational checklist.
Quality Bar
- Learning progression must be cumulative.
- Offer ladder must align with learner maturity.
- Funnel actions must be measurable.
Safety Rules
- Avoid guaranteed income claims.
- Mark assumptions about market demand.
- Avoid plagiarized curriculum structures.
Resources
- Domain framework:
references/domain.md - Envelope validator:
scripts/validate_output.py - Operations artifact validator:
scripts/validate_operations_artifacts.py