TopRank Skills

Home / Claw Skills / 其他 / meet
Official OpenClaw rules 15%

meet

Complete meeting intelligence system. Trigger whenever someone needs to run a meeting, prepare for one, recover from one that went badly, or fix a culture where meetings have become the enemy of work. Also triggers on phrases like "prepare for my meeting", "write an agenda", "we have too many meetings", "nothing gets decided in our meetings", "I have a difficult conversation coming up", or any scenario where people need to be in a room — or on a call — and something important needs to happen.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 meet 技能。 若已安装,则直接安装 meet 技能。

Overview

Skill Key
agimodel/meet
Author
agimodel
Source Repo
openclaw/skills
Version
-
Source Path
skills/agimodel/meet
Latest Commit SHA
4959a1c339729f2796c7f367efa54cc384a4839e

Extracted Content

SKILL.md excerpt

# Meet

## The Meeting Nobody Needed

At some point today, somewhere in the world, forty-seven people are sitting in a conference
room for a one-hour meeting that could have been a two-paragraph email. They know this.
The person who called the meeting knows this. Nobody says it.

At the same time, somewhere else, two people are exchanging their fourteenth email on a
decision that would take four minutes to resolve if they just talked.

Bad meeting culture does not have one failure mode. It has two: too many meetings that
should not exist, and too few of the conversations that should.

This skill fixes both.

---

## Meeting Classification
```
MEETING_TYPES = {
  "decision":      {
    "purpose":    "A specific decision must be made before people leave",
    "required":   "Decision owner, options pre-circulated, clear criteria",
    "failure":    "Leaving without a decision documented and assigned"
  },
  "alignment":     {
    "purpose":    "Everyone needs the same understanding of something",
    "required":   "What specifically needs to be aligned, why async failed",
    "failure":    "Sharing information that could have been an email"
  },
  "creative":      {
    "purpose":    "Generate options, ideas, or approaches that require real-time interaction",
    "required":   "Diverge before converge — all ideas before evaluation",
    "failure":    "HiPPO effect — highest paid person's opinion dominates early"
  },
  "relationship":  {
    "purpose":    "Build trust, connection, and shared context that enables future work",
    "required":   "Intentional structure — this does not happen by accident",
    "failure":    "Filling with status updates instead of genuine connection"
  },
  "should_not_exist": {
    "status_update":  "Use async tools — weekly written update replaces 30 min standup",
    "one_way_info":   "Record a video or write it — do not call 20 people to read slides",
    "FYI_meeting":    "If no one needs to say or do anything, it is not a meeting"
  }...

Related Claw Skills