← Back to Skills Marketplace
aipoch-ai

Meeting Minutes

by AIpoch · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
135
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install meeting-minutes-aipoch
Description
Use meeting minutes for other workflows that need structured execution, explicit assumptions, and clear output boundaries.
Usage Guidance
This package appears coherent and low-risk, but take these practical precautions before using it on real meeting transcripts: 1) If transcripts contain PHI/PII, run the script in a secure/sandboxed environment and follow your organization's data-handling rules — the code does not perform de-identification. 2) The regex-based extraction is simple and may miss or mis-classify items; validate outputs manually for compliance-sensitive use (FDA/ICH mention in docs is guidance only; the code does not enforce regulatory checks). 3) Review and pin your runtime (Python 3.10+) and add dependency/version control if you adapt the script. 4) If you plan to integrate this into automated workflows, add input-path validation, logging safeguards, and avoid exposing transcripts to external services. 5) Consider a quick security review (static scan / peer code review) before deploying in production.
Capability Analysis
Type: OpenClaw Skill Name: meeting-minutes-aipoch Version: 1.0.0 The skill bundle is a straightforward tool for parsing meeting transcripts into structured minutes. The primary script, `scripts/main.py`, uses basic regular expressions to extract action items and decisions without any risky operations like network access, shell execution, or sensitive file system interaction. While the `SKILL.md` and the audit log (`meeting-minutes_audit_result_v2.json`) contain repetitive phrasing regarding 'structured execution' and 'output boundaries,' these appear to be artifacts of a template or specific testing requirements rather than malicious prompt injection. No indicators of data exfiltration or unauthorized persistence were found.
Capability Assessment
Purpose & Capability
The skill name, description, SKILL.md, and the included scripts/main.py all describe the same purpose (structuring meeting transcripts into minutes). There are no unrelated environment variables, binaries, or installs requested.
Instruction Scope
SKILL.md instructs validating inputs and running scripts/main.py. The runtime instructions stay within that scope and do not direct the agent to read unrelated system files or call external endpoints. The guidance to validate file paths and avoid ../ traversal is appropriate.
Install Mechanism
No install spec is present (instruction-only plus a small packaged script), so nothing is downloaded or installed automatically. This minimizes disk-write/remote-code risks.
Credentials
The skill requests no environment variables, credentials, or config paths. The code and docs do not attempt to access secrets or external services.
Persistence & Privilege
always is false and the package does not request persistent or system-wide changes. It does not modify other skills or system settings. (Agent autonomous invocation is allowed by platform default and is not flagged by itself.)
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install meeting-minutes-aipoch
  3. After installation, invoke the skill by name or use /meeting-minutes-aipoch
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of meeting-minutes skill with new structure and workflow. - Renamed from "meeting-notes" to "meeting-minutes" and updated author. - Switched implementation from shell scripts to a Python entry point (`scripts/main.py`). - Added structured guidelines and reference materials in `references/`. - Improved scope discipline: workflow is focused on explicit inputs, assumptions, and reproducible, bounded outputs. - Removed older shell script logic and legacy documentation files. - Updated documentation to clarify usage, parameters, outputs, and workflow, especially for medical and structured meeting scenarios.
Metadata
Slug meeting-minutes-aipoch
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Meeting Minutes?

Use meeting minutes for other workflows that need structured execution, explicit assumptions, and clear output boundaries. It is an AI Agent Skill for Claude Code / OpenClaw, with 135 downloads so far.

How do I install Meeting Minutes?

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

Is Meeting Minutes free?

Yes, Meeting Minutes is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Meeting Minutes support?

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

Who created Meeting Minutes?

It is built and maintained by AIpoch (@aipoch-ai); the current version is v1.0.0.

💬 Comments