·extract-my-action-items
</>

extract-my-action-items

Extract action items from a Fireflies call transcript. Default extracts for ALL attendees; specify a target person to extract only theirs. Use when the user wants to find commitments, assignments, and follow-ups from a recorded meeting.

104Installs·8Trend·@casper-studios

Installation

$npx skills add https://github.com/casper-studios/casper-marketplace --skill extract-my-action-items

How to Install extract-my-action-items

Quickly install extract-my-action-items AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/casper-studios/casper-marketplace --skill extract-my-action-items
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: casper-studios/casper-marketplace.

SKILL.md

View raw

Extract action items from a Fireflies transcript using parallel subagents. Catches items automated summaries miss.

Extract the search criteria (date, keyword, or transcript ID) from the invocation.

The transcript API returns a JSON array (or an MCP wrapper containing one). Extract to plain text before chunking.

Extract action items from a Fireflies call transcript. Default extracts for ALL attendees; specify a target person to extract only theirs. Use when the user wants to find commitments, assignments, and follow-ups from a recorded meeting. Source: casper-studios/casper-marketplace.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/casper-studios/casper-marketplace --skill extract-my-action-items
Category
</>Dev Tools
Verified
First Seen
2026-03-02
Updated
2026-03-10

Browse more skills from casper-studios/casper-marketplace

Quick answers

What is extract-my-action-items?

Extract action items from a Fireflies call transcript. Default extracts for ALL attendees; specify a target person to extract only theirs. Use when the user wants to find commitments, assignments, and follow-ups from a recorded meeting. Source: casper-studios/casper-marketplace.

How do I install extract-my-action-items?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/casper-studios/casper-marketplace --skill extract-my-action-items Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/casper-studios/casper-marketplace