meeting-actions

Extracts owned action items with due dates and timestamps from meeting transcripts.

Updated Sep 11, 2026
One-click install
npx skills add https://github.com/JYeswak/grok_bot_playground --skill meeting-actions-jyeswak
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: meeting-actions
Source: https://github.com/JYeswak/grok_bot_playground/tree/main/plugin/skills/meeting-actions
Command: npx skills add https://github.com/JYeswak/grok_bot_playground --skill meeting-actions-jyeswak

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Meetings bury commitments inside long transcripts that nobody re-reads, leaving owners and deadlines unclear. This Skill converts a single meeting transcript into a verified action list where every action traces back to its exact timestamp. ## Core Features & Use Cases - Timestamp-anchored extraction: Every action, decision, and open question links to the transcript passage that supports it, so claims can be checked. - Owner and due-date attribution: Each action carries an owner and a due date or an explicit "no date given" flag, with unreliable speaker labels disclosed per action. - Honest failure handling: Missing, garbled, or unintelligible transcripts produce an untranscribable report instead of an invented action list. - Use Case: Paste the auto-captions from a 30-minute status call and receive a markdown list of who committed to what, by when, with the timestamp of each commitment. ## Quick Start Paste a meeting transcript and ask the assistant to extract the action items with owners, due dates, and supporting timestamps.

Frequently Asked Questions about meeting-actions

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I turn a meeting transcript into an action item list?▼

Provide the transcript text with timestamps and speaker labels, and the Skill segments it, extracts commitments with owners and due dates, and outputs a markdown action list. Every action links to the timestamp of the passage that supports it.

How to extract action items with owners and due dates from meeting notes?▼

Paste the notes or transcript and ask for actions, owners, and decisions. Each extracted action gets an owner, a due date or an explicit "no date given" flag, and a timestamp pointing at the source passage.

Can this skill file action items into a task tracker?▼

No. The Skill is strictly read-only: it extracts and formats the action list but never assigns, files, creates, or sends tasks anywhere. Filing into a tracker requires a separate routine with its own approval.

What happens if the meeting transcript is incomplete or garbled?▼

The Skill reports the meeting as untranscribable and names the affected passages instead of guessing. It never fills gaps from the agenda or title, since invented commitments would mislead readers.

Does it work with auto-captions or rough notes instead of full transcripts?▼

Yes, but the source type is recorded in the output header and disclosed in the list. Auto-caption or rough-notes sourcing reduces the weight each action carries, and unreliable speaker labels are flagged per action.