Agent Skillsmohitagw15856/pm-claude-skills › meeting-action-extractor

meeting-action-extractor

GitHub

从会议记录或转录中提取行动项、决策和待办事项,明确负责人与截止日期,区分真实承诺与空想,并标记未分配任务,生成可直接用于追踪系统的结构化列表。

exports/openclaw/meeting-action-extractor/SKILL.md mohitagw15856/pm-claude-skills

Trigger Scenarios

提取会议行动项 将笔记转换为任务 识别会议中谁负责什么 从转录中提取待办事项

Install

npx skills add mohitagw15856/pm-claude-skills --skill meeting-action-extractor -g -y
More Options

Non-standard path

npx skills add https://github.com/mohitagw15856/pm-claude-skills/tree/main/exports/openclaw/meeting-action-extractor -g -y

Use without installing

npx skills use mohitagw15856/pm-claude-skills@meeting-action-extractor

指定 Agent (Claude Code)

npx skills add mohitagw15856/pm-claude-skills --skill meeting-action-extractor -a claude-code -g -y

安装 repo 全部 skill

npx skills add mohitagw15856/pm-claude-skills --all -g -y

预览 repo 内 skill

npx skills add mohitagw15856/pm-claude-skills --list

SKILL.md

Frontmatter
{
    "name": "meeting-action-extractor",
    "homepage": "https:\/\/mohitagw15856.github.io\/pm-claude-skills\/skill\/meeting-action-extractor.html",
    "metadata": {
        "openclaw": {
            "emoji": "⭐"
        }
    },
    "description": "Pull the action items and decisions out of meeting notes or a transcript — each with an owner, a due date, and enough context to become a ticket — plus the open questions. Use when asked to extract action items, turn these notes into tasks, who owns what from this meeting, or pull the to-dos from this transcript. Produces the ticket-ready action list (owner + due + context), the decisions made, the open questions with no owner yet, and a flag for any 'someone should…' that never got assigned."
}

Meeting Action Extractor

Half of what's decided in meetings evaporates because no one wrote down who owns it and by when. This reads the notes or transcript and pulls out the commitments — separating a real action ("Priya will send the spec by Friday") from a wish ("we should really look at that") — attaches an owner and a due date, and flags the orphan tasks nobody actually took, so they don't quietly die.

What This Skill Produces

  • Ticket-ready actions — each with owner, due date, and one line of context so it can go straight into a tracker
  • Decisions made — what was actually decided (vs. discussed), for the record
  • Open questions — unresolved items with no owner yet
  • Orphan flags — the "someone should…" tasks that were raised but never assigned, surfaced so you can assign or drop them

Required Inputs

Ask for these if not provided:

  • The source — meeting notes or transcript (paste it)
  • The attendees — names/roles, so owners resolve correctly (a "Priya will…" maps to a real person)
  • Default due window — if dates weren't stated (e.g. "assume next Friday unless said"), or leave as [TBD]
  • Where these go — Jira/Linear/a list — tunes the format (this reads notes; it doesn't create tickets)

Framework: Commitments, Not Chatter

  1. Action vs. wish. A real action has an implied owner and a verb someone agreed to do; "we should" with no taker is an orphan, not an action.
  2. Owner or orphan. Every action gets a named owner or is flagged unassigned — never silently ownerless.
  3. Due date or [TBD]. Attach the stated deadline, apply the default window, or mark [TBD] — don't invent a date.
  4. Decision ≠ discussion. Record what was decided distinctly from what was merely talked about.
  5. Context to be a ticket. One line of "why/what" so the action is actionable without replaying the meeting.
  6. Never fabricate. If who-owns-what isn't in the source, flag it — don't guess an owner.

Output Format

Actions — [meeting] · [date]

# Action Owner Due Context
1 Send the API spec Priya Fri for the mobile team's estimate

Decisions

  • [what was decided]

Open questions (no owner yet)

  • [question] — needs: [who should own deciding]

⚠ Orphans — raised, never assigned

  • "[someone should…]" — assign to whom, or drop?

Quality Checks

  • Real actions are separated from wishes/chatter
  • Every action has a named owner or is flagged as an orphan
  • Due dates are stated, defaulted-with-note, or marked [TBD] — never invented
  • Decisions are recorded separately from discussion
  • Each action has enough context to become a ticket on its own
  • No owner or date is fabricated from thin air

Anti-Patterns

  • Turning every sentence into a task — chatter isn't a commitment.
  • Ownerless actions — a to-do with no name is a to-don't.
  • Inventing owners or due dates not in the source.
  • Merging decisions and discussion so the record is muddy.
  • Dropping the orphans silently — the "someone should" items need a decision.

Example Trigger Phrases

  • "Extract the action items from these meeting notes with owners and dates."
  • "Turn this transcript into tickets — who owns what by when?"
  • "Pull the decisions and to-dos out of our sync."
  • "What did we commit to in this meeting, and who's on the hook?"

Version History

  • f53846d Current 2026-08-04 23:22

Same Skill Collection

exports/openclaw/360-feedback-template/SKILL.md
exports/openclaw/401k-plan-decoder/SKILL.md
exports/openclaw/ab-test-planner/SKILL.md
exports/openclaw/ab-test-readout/SKILL.md
exports/openclaw/accessibility-audit/SKILL.md
exports/openclaw/account-plan/SKILL.md
exports/openclaw/acquirer-red-team/SKILL.md
exports/openclaw/ad-copy/SKILL.md
exports/openclaw/aeo-optimizer/SKILL.md
exports/openclaw/agenda-or-cancel/SKILL.md
exports/openclaw/agent-design-review/SKILL.md
exports/openclaw/agent-hiring-panel/SKILL.md
exports/openclaw/agent-observability-spec/SKILL.md
exports/openclaw/agent-severance/SKILL.md
exports/openclaw/agent-spec/SKILL.md
exports/openclaw/agm-in-a-box/SKILL.md
exports/openclaw/ai-ethics-review/SKILL.md
exports/openclaw/ai-eval-plan/SKILL.md
exports/openclaw/ai-feature-prd/SKILL.md
exports/openclaw/ai-product-canvas/SKILL.md
exports/openclaw/air-quality/SKILL.md
exports/openclaw/altitude-shifter/SKILL.md
exports/openclaw/ambiguity-resolver/SKILL.md
exports/openclaw/analyst-relations-brief/SKILL.md
exports/openclaw/announcement-card/SKILL.md
exports/openclaw/api-docs-writer/SKILL.md
exports/openclaw/api-test-plan/SKILL.md
exports/openclaw/api-versioning-strategy/SKILL.md
exports/openclaw/apology-letter/SKILL.md
exports/openclaw/architecture-decision-record/SKILL.md
exports/openclaw/architecture-diagram/SKILL.md
exports/openclaw/archive-strategy/SKILL.md
exports/openclaw/assumption-bounty/SKILL.md
exports/openclaw/assumption-mapper/SKILL.md
exports/openclaw/async-update-format/SKILL.md
exports/openclaw/auto-repair-estimate-decoder/SKILL.md
exports/openclaw/autopilot-charter/SKILL.md
exports/openclaw/awkward-message-helper/SKILL.md
exports/openclaw/behavior-intervention-plan/SKILL.md
exports/openclaw/benefits-decoder/SKILL.md
exports/openclaw/bennett-time-audit/SKILL.md
exports/openclaw/bid-tender-review/SKILL.md
exports/openclaw/board-deck-narrative/SKILL.md
exports/openclaw/board-game-designer/SKILL.md
exports/openclaw/board-game-night-planner/SKILL.md
exports/openclaw/board-minutes/SKILL.md
exports/openclaw/board-pre-read/SKILL.md
exports/openclaw/bom-cost-review/SKILL.md
exports/openclaw/bookkeeping-categorization/SKILL.md
exports/openclaw/boolean-search-builder/SKILL.md

Metadata

Files
0
Version
c3bc7df
Hash
11c48013
Indexed
2026-08-04 23:22

Главная - Вики-сайт
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-07 01:54
浙ICP备14020137号-1 $Гость$