Intro To Agents 12 2 2025
Description
An AI-powered agent that transcribes meeting audio, extracts action items, and maintains organized meeting notes in Markdown format.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Meeting Notes Agent
An AI-powered agent that transcribes meeting audio, extracts action items, and maintains organized meeting notes in Markdown format.
π **New here?** Start with [START_HERE.md](START_HERE.md) for a 60-second overview, or jump to [QUICKSTART.md](QUICKSTART.md) for the 5-minute setup guide!
Features
- ποΈ Audio Transcription: Automatically transcribe meeting recordings using OpenAI Whisper
- β To-Do Tracking: Extract and track action items with GitHub-style checkboxes
- π Markdown Notes: Generate well-structured meeting notes with summaries and full transcripts
- π Cross-Meeting Tracking: View all pending to-dos across all meetings
- β Status Updates: Mark to-do items as complete
Setup
- Activate the virtual environment:
source env/bin/activate
- Set your OpenAI API key:
export OPENAI_API_KEY='your-api-key-here'
- Run the agent:
python meeting_notes_agent.py
Usage
Interactive Mode
Run the agent and interact via the command line:
python meeting_notes_agent.py
Available commands:
process- Transcribe and process a meeting audio filetodos- List all pending to-dos across all meetings- Type any message to chat with the agent
quit- Exit
Programmatic Usage
from meeting_notes_agent import MeetingNotesAgent
agent = MeetingNotesAgent()
# Process a meeting audio file
response = agent.process_meeting_audio(
audio_file_path="path/to/meeting.mp3",
meeting_name="Team Sync",
date="2024-12-03"
)
# List all pending to-dos
response = agent.chat("Show me all pending to-dos")
# Mark a to-do as complete
response = agent.chat("Mark the task 'Update documentation' as complete in the team sync meeting")
Meeting Notes Format
Meeting notes are saved in the `meeting_notes/` directory with the format: `YYYY-MM-DD_meeting_name.md`
Each note includes:
- Meeting name and date
- List of attendees
- Summar
Related Skills
Agency Agents
A complete AI agency at your fingertips - From frontend wizards to Reddit community ninjas, from whimsy inject
AI Firecrawl
π₯ The API to search, scrape, and interact with the web for AI
AI Artifacts Builder
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web tech
AI CrewAI
Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewA
AI TrendRadar
βAI-driven public opinion & trend monitor with multi-platform aggregation, RSS, and smart alerts.π― εε«δΏ‘ζ―θΏθ½½οΌδ½ η
AI mem0
| Universal memory layer for AI Agents | 51341 | 221 | 1 |
AI