← Back to Skills Marketplace
windy-001-crypto

Meeting Notes Generator

by windy-001-crypto · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
379
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install meeting-notes-generator
Description
AI-powered meeting notes generator - automatic transcription, summary, action items extraction, and task assignment. Turns meeting recordings or text into pr...
Usage Guidance
This package appears to be a local, self-contained meeting-notes formatter implemented in Python and matches its description. Before installing or running: (1) review the full Python file for any network calls or subprocess usage (the visible code appears local-only); (2) be aware SKILL.md mentions integrations (Notion, Email, Calendar) but no connectors or credential requirements are included—if you or someone extends the skill to add integrations, expect to supply API keys/tokens then; (3) run the script on non-sensitive sample data first; (4) if you need integrations, prefer implementing them explicitly and securely (use least-privilege API keys and explicit host URLs).
Capability Analysis
Type: OpenClaw Skill Name: meeting-notes-generator Version: 1.0.0 The skill bundle is benign. The `meeting_notes_generator.py` script uses only standard Python libraries, performs no file I/O (beyond standard output), no network calls, and no shell command execution. Arguments from `SKILL.md` are processed via `sys.argv` and used to select hardcoded sample data or templates, without any dangerous string interpolation or execution. The `SKILL.md` itself contains no prompt injection attempts against the AI agent. While `command-arg-mode: raw` could be risky in other contexts, this script handles arguments safely. The documented `from-file` command is not implemented, preventing potential file reading vulnerabilities.
Capability Assessment
Purpose & Capability
The skill name/description (meeting notes, summaries, action items) matches the provided code and SKILL.md examples. Required binary is only python3, which is appropriate for the included Python script. There are no unexpected credential or cloud requirements listed.
Instruction Scope
SKILL.md describes export/integration features (Notion, Email, Calendar) but provides no implementation or instructions that access external services or request credentials. The included Python script formats templates and sample data locally and does not perform network I/O in the visible code. The discrepancy (mentions integrations but no code or env vars) is a documentation gap rather than an obvious risk.
Install Mechanism
No install spec; this is instruction-only plus an included Python script. Nothing is downloaded from external URLs or installed automatically, so there is low install-time risk.
Credentials
The skill requests no environment variables, no credentials, and no config paths. That is proportional to the script, which uses only local sample data and formatting functions.
Persistence & Privilege
The skill is not marked always:true and does not request persistent system-wide privileges. It only requires python3 to run its local logic.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install meeting-notes-generator
  3. After installation, invoke the skill by name or use /meeting-notes-generator
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release - AI meeting notes, action items, templates
Metadata
Slug meeting-notes-generator
Version 1.0.0
License
All-time Installs 2
Active Installs 2
Total Versions 1
Frequently Asked Questions

What is Meeting Notes Generator?

AI-powered meeting notes generator - automatic transcription, summary, action items extraction, and task assignment. Turns meeting recordings or text into pr... It is an AI Agent Skill for Claude Code / OpenClaw, with 379 downloads so far.

How do I install Meeting Notes Generator?

Run "/install meeting-notes-generator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Meeting Notes Generator free?

Yes, Meeting Notes Generator is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Meeting Notes Generator support?

Meeting Notes Generator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Meeting Notes Generator?

It is built and maintained by windy-001-crypto (@windy-001-crypto); the current version is v1.0.0.

💬 Comments