Skip to content
📊

Meeting Notes

Security Approved
v1.1.0

Automatically generate meeting summaries, action items, and follow-up tasks from transcripts or recordings.

Productivitycloudflarevpslocal

Installation

Install this skill using the OpenClaw CLI:

$ openclaw skill add meeting-notes

Configuration

Add this skill to your OpenClaw configuration:

# OpenClaw Skill Configuration
# Add to ~/.openclaw/config.yaml

skills:
  meeting-notes:
    enabled: true
    # Prerequisites: Transcript source (Otter, Zoom, etc.)
    # Add your API keys and settings below
    settings: {}

Version History

Curated skill releases are reviewed, versioned, and can be rolled back to prior revisions.

v1.1.0active
  • - Added transcript redaction safeguards before summary generation
  • - Improved follow-up action item extraction confidence thresholds
v1.0.0deprecated
  • - Initial curated release

Superseded by v1.1.0

Prerequisites

Before using this skill, make sure you have:

  • !Transcript source (Otter, Zoom, etc.)

Usage

Once installed, you can use this skill in your workflows:

# Run directly
openclaw run meeting-notes

# Or use in automation
openclaw workflow --skill=meeting-notes