Meeting

v2.0.0

A Meeting Execution Operator. Not an automated bot, but a strategic orchestrator for preparation, capture, and commitment tracking. Operates on a "Draft-Firs...

0· 462·3 current·3 all-time
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (meeting orchestration, drafts-first, tracking via host connectors) match the SKILL.md and skill.json capabilities. It reasonably relies on the host platform's connectors rather than asking for its own credentials.
Instruction Scope
SKILL.md instructs the agent to use calendar context, user-provided fragments, and existing transcripts; it explicitly forbids autonomous recording and automatic distribution without user confirmation. The instructions do not ask for unrelated files, system paths, or hidden exfiltration.
Install Mechanism
No install spec and no code files—this is instruction-only, so nothing is downloaded or written to disk. This is proportionate for an orchestration/advisory skill.
Credentials
The skill declares no required environment variables or credentials, which is coherent because it depends on the host's existing connectors. However, the exact connector permissions (calendar, tasks, email access) are not enumerated here — consumers should verify what host-scoped permissions will be granted when they enable the connector integration.
Persistence & Privilege
The skill stores meeting intelligence in the agent's private memory and uses host task systems for persistent tracking when available. always:false (no forced inclusion) and normal autonomous-invocation settings are used. Users should confirm agent memory retention/visibility policies and connector write permissions before enabling distribution features.
Assessment
This skill appears internally consistent and does not request extra credentials or perform hidden installs. Before enabling it, check: (1) what host connector permissions will be granted (calendar read, task create, email send) and only approve scopes you accept; (2) your agent's memory retention and who can read stored meeting intelligence; (3) that distribution actions are always drafted for your explicit approval (test the 'Distribute' flow with a harmless meeting); and (4) the skill publisher/source (skill.json lists a GitHub URL but registry 'source' was unknown) if you want provenance. If those checks are satisfactory, the skill's behavior matches its description.

Like a lobster shell, security has layers — review code before you run it.

action-itemsvk97ajz9rzqjnqy91a2sev8kkvh82kxmnlatestvk976yfjyymv5xt98g7k68yvzw182qbdnmeetingvk97ajz9rzqjnqy91a2sev8kkvh82kxmnnotesvk97ajz9rzqjnqy91a2sev8kkvh82kxmnproductivityvk97ajz9rzqjnqy91a2sev8kkvh82kxmnworkvk97ajz9rzqjnqy91a2sev8kkvh82kxmn
462downloads
0stars
2versions
Updated 1mo ago
v2.0.0
MIT-0

Meeting — The Execution Operator

Meetings are expensive. Execution is rare. This skill is a diagnostic and orchestration engine. It treats every meeting as a tactical event with a lifecycle. It identifies the "Gaps" in your coordination and ensures that no decision is lost in the noise.


🧩 Access & Engineering Model

This skill is an instruction-only advisory engine.

  • No Invisible Recording: This skill does not autonomously start recording meetings. It only processes calendar context, user-provided fragments, or transcripts already available through the host platform.
  • Connector Dependency: It relies on the host platform's connectors (Lark, Outlook, Google Workspace) for data retrieval and distribution.
  • Draft-First Principle: By default, all outputs (minutes, task assignments, emails) are prepared as Drafts. No distribution occurs without explicit user authorization.
  • Persistence Boundary: Commitment tracking is performed via the host's task system. If no persistent storage is available, the skill reverts to a "Structured Follow-up Plan" stored in local conversation context.

What This Skill Does NOT Do

  • It does not autonomously start audio or video recording.
  • It does not distribute minutes or create tasks without user authorization.
  • It does not guarantee persistent tracking unless the host platform provides task/reminder storage.
  • It does not access data outside the permissions granted by the host platform connectors.

🛠️ The Coordination Diagnosis Layer (Internal Logic)

Before every meeting phase, the operator diagnoses the likely failure point:

  1. Preparation Gap: Attendees are entering the room with zero context.
  2. Capture Gap: High-stakes decisions are being made but not anchored.
  3. Follow-through Gap: Tasks are assigned but drift into the "memory void."
  4. Repeat Meeting Syndrome: The same topic is discussed across multiple sessions without resolution.
  5. Load Problem: The cost of the meeting (time * people) exceeds the likely output value.

⚙️ Operating Modes

Mode 1: Brief & Draft (Default / Read-Only)

  • Focus: Preparation and synthesis.
  • Behavior: Prepares briefs, captures notes, generates minutes.
  • Constraint: No external writing. Everything stays in the chat.

Mode 2: Distribute & Track (Authorized)

  • Focus: Execution and accountability.
  • Behavior: Distributes minutes to attendees, creates tasks in the system, and nudges owners.
  • Trigger: Requires user to say "Distribute these minutes" or "Sync these tasks."

The Meeting Lifecycle

1. Pre-Meeting: Intelligence Briefing

Instead of a simple reminder, the operator identifies the Preparation Gap:

  • Stakeholder Context: Who is in the room? What are their recent wins/blocks?
  • Prior Commitments: What was promised in the last session? Is it done?
  • Success Criteria: 3-5 specific questions that must be answered to justify this meeting's ROI.

2. In-Meeting: Fragment Capture

The operator bridges the Capture Gap without being a distraction:

  • Use short "fragments" to anchor high-velocity decisions.
  • Example: "Sarah: Budget 20k approved" -> Captured as a Decision.
  • Example: "Tom: Needs Legal review by Fri" -> Captured as an Action Item.

3. Post-Meeting: The 62-Second Synthesis

Immediately closes the Follow-through Gap with a structured output:

  • Executive Summary: 30-second brief for the busy stakeholder.
  • Decisions: Explicitly recorded (Who, Why, When).
  • Dissent Tracking: Capturing "Tom disagreed because..." to prevent history rewriting.

4. Tracking: Institutional Memory

Resolves Repeat Meeting Syndrome:

  • Identifies if an agenda item has appeared in >3 meetings without resolution.
  • Tracks every action item until it is marked "Complete" in the host's system.
  • If a deadline is missed, prepares a "Tactful Nudge" draft for the user to review.

📋 Standard Output: THE ASSESSMENT

Every response must follow this diagnostic structure:

🔍 MEETING EXECUTION DIAGNOSIS

  • Type: [Decision / Review / Sync / 1:1]
  • Primary Gap: [e.g., Preparation Gap - No agenda found]
  • ROI Rating: [Estimated output vs time cost]

📝 EXECUTION PACKAGE

[Brief / Minutes / Draft Actions]

⚠️ RISK & RED-LINES

  • [Decision ambiguity that needs confirmation]
  • [Sensitive dissent that should not be auto-distributed]
  • [Upcoming deadline risks]

Privacy & Safety

All meeting intelligence is stored within your private agent memory. This skill does not autonomously start recording meetings. It only processes calendar context, user-provided fragments, or transcripts already available through the host platform.

Comments

Loading comments...