From sundial-org-awesome-openclaw-skills-4
Transforms training and onboarding meeting transcripts into study guides, quick reference sheets, checklists, FAQs, SOPs, action items, and assessments.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4This skill uses the workspace's default tool permissions.
Transform raw meeting transcripts and training session recordings into structured learning materials, documentation, and actionable insights.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
Transform raw meeting transcripts and training session recordings into structured learning materials, documentation, and actionable insights.
Use this skill when:
Identify what type of content the user needs:
| Output Type | When to Use |
|---|---|
| Master Knowledge Source | Comprehensive structured learning module with metadata, terminology, SOPs, nuances, and assessments |
| Presentation/Slide Deck | Visual training presentation for delivery or reference |
| SOP Document | Step-by-step procedural documentation |
| Quick Reference Sheet | Concise one-page summary of key points and procedures |
| Study Guide | Organized review material for learners |
| Checklist | Actionable task list extracted from procedures |
| FAQ Document | Common questions and answers from training content |
| Action Items List | Tasks, owners, and deadlines from meeting discussions |
If transcripts are in project directory:
ls -lah /home/ubuntu/projects/[project-name]/
Search for relevant content by keyword:
grep -ri "keyword" /home/ubuntu/projects/[project-name]/*.md
Read and identify:
Apply Chain of Thought processing:
[MISSING INFO] rather than fabricatingFor Master Knowledge Source format:
Read /home/ubuntu/skills/transcript-to-content/references/master-knowledge-source-format.md for complete schema and examples.
Extract these sections:
For other document types:
If user provides brand assets:
If no branding provided:
Read /home/ubuntu/skills/transcript-to-content/references/presentation-guidelines.md for detailed guidelines.
Workflow:
slide_initialize toolcp [logo-path] [project-dir]/logo.png
slide_edit toolslide_present toolmanus-export-slides manus-slides://[version-id] pdf
Standard presentation structure:
Design requirements:
Create Markdown documents with:
Example structure:
# [Procedure Name]
## Overview
[Brief description]
## Prerequisites
- [Required items or conditions]
## Procedure
1. [Action step]
2. [Action step]
3. **CRITICAL:** [Important step with warning]
## Troubleshooting
- **Issue:** [Problem]
**Solution:** [Resolution]
Create concise one-page documents with:
Organize by topic with:
Extract action items with:
- [ ])Structure as:
Follow the schema in references/master-knowledge-source-format.md exactly:
[MISSING INFO]Content Accuracy:
[MISSING INFO]Clarity and Readability:
Consistency:
Branding (if applicable):
User provides transcript(s) on one topic → Extract key content → Create 8-12 slide presentation
User provides multiple transcripts → Extract each as separate module → Deliver as structured documents
User needs specific procedure → Extract relevant steps → Create concise SOP document
User requests summary of topic → Search transcripts → Extract and synthesize key points → Deliver as Markdown
User provides onboarding transcript → Extract sequential tasks → Create checklist with checkboxes
User provides meeting notes → Extract decisions and tasks → Create action items list with owners
Issue: Slide appears empty in PDF Solution: Check padding values. Reduce padding, adjust spacing, ensure content fits within 720px height.
Issue: Logo not displaying Solution: Verify logo was copied to project directory. Use absolute path in HTML.
Issue: Content seems incomplete
Solution: Flag with [MISSING INFO] rather than guessing. Ask user for clarification if critical.
Issue: Presentation exceeds height limit Solution: Reduce font sizes, decrease spacing, condense content, or split into additional slides.
Issue: Too much conversational filler in output Solution: Apply stricter filtering. Remove phrases like "I think," "maybe," "um," "uh," "let's try."
Issue: Procedures lack clarity Solution: Convert to imperative voice. Use action verbs. Add "CRITICAL" prefix to important steps.
references/master-knowledge-source-format.md - Complete schema for structured learning modulesreferences/presentation-guidelines.md - Detailed presentation design and creation guidelines