Meeting Copilot
v1.0.2Meeting operations copilot for pre-meeting briefings, structured meeting notes, post-meeting action tracking, and follow-up drafts. Designed for professional...
⭐ 0· 47·0 current·0 all-time
byhaidong@harrylabsj
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (meeting briefings, minutes, follow-ups) align with the code and SKILL.md. The bundled handler.py implements agenda parsing, note structuring, action extraction, and follow-up draft generation — all matching the stated purpose. There are no unexpected declared credentials, binaries, or config paths.
Instruction Scope
SKILL.md defines explicit input fields (task, meeting_topic, meeting_date, mode, etc.) and describes outputs. The instructions do not ask the agent to read arbitrary files, access environment variables, or transmit data to external endpoints. The handler code likewise performs local text parsing and formatting; it does not perform network I/O or shell execution.
Install Mechanism
No install spec is present (instruction-only regarding installation), and the package contains pure Python code with standard-library imports only. Nothing is downloaded or executed from external URLs during install.
Credentials
The skill declares no required environment variables, no primary credential, and no config-path access. The code does not reference external secrets or third-party APIs, so requested access is proportionate to its functionality.
Persistence & Privilege
Skill is not marked always:true and uses default autonomous invocation (disable-model-invocation=false), which is the normal platform behavior. It does not modify other skills or system-wide settings and does not request persistent credentials or elevated privileges.
Assessment
This skill appears internally consistent and implements only local text parsing and draft generation. Before installing: (1) review handler.py locally (you can run the provided tests) to verify no hidden network calls; (2) avoid granting unrelated calendar, email-sending, or cloud credentials to the skill—its design explicitly says it doesn't integrate with those services; (3) treat meeting contents as sensitive — the skill stores/generates content only in memory unless you or an integrating system persist it; (4) if you plan to use it in an environment with strict data policies, run it in an isolated environment or review/modify the code to meet your data-handling requirements.Like a lobster shell, security has layers — review code before you run it.
briefingvk975s05xv58mytw36v2b2hffzn840n5ncopilotvk97ep5s65tjbf2t9a1k4jjns0x8401jcfollowupvk975s05xv58mytw36v2b2hffzn840n5nlatestvk975s05xv58mytw36v2b2hffzn840n5nmeetingvk975s05xv58mytw36v2b2hffzn840n5nminutesvk975s05xv58mytw36v2b2hffzn840n5nopsvk975s05xv58mytw36v2b2hffzn840n5nworkplacevk975s05xv58mytw36v2b2hffzn840n5n
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
