# Meeting Summary

> 긴 회의록을 분석하여 핵심 결정사항과 액션아이템만 추출하는 스킬. 사용자가 회의록 요약을 요청할 때, 결정사항/액션아이템 추출을 요청할 때, '회의록 정리해줘', '미팅 내용 요약해줘', '/meeting-summary' 명령어 사용 시 트리거. 입력: 텍스트로 붙여넣은 회의록 또는 파일 경로.

- **Type:** Skill
- **Install:** `agentstack add skill-bam-bam-2-solo-skills-meeting-summary`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [bam-bam-2](https://agentstack.voostack.com/s/bam-bam-2)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [bam-bam-2](https://github.com/bam-bam-2)
- **Source:** https://github.com/bam-bam-2/solo-skills/tree/main/skills/meeting-summary

## Install

```sh
agentstack add skill-bam-bam-2-solo-skills-meeting-summary
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# 회의록 요약

## 출력 형식

아래 형식을 **반드시** 준수한다:

```
## 📋 회의 개요
- 일시: (언급된 경우)
- 참석자: (언급된 경우)
- 주제: (한 줄)

## ✅ 핵심 결정사항
1. [결정 내용] — (결정 근거나 맥락이 있으면 괄호 안에 간략히)
2. ...

## 📌 액션아이템
| 담당자 | 할 일 | 기한 |
|--------|--------|------|
| 홍길동 | 보고서 초안 작성 | 2/28 |
| 미정 | 벤더 견적 취합 | 다음 주 금요일 |

## 💬 추가 논의 필요 사항 (선택)
- (결론 없이 끝난 안건이 있을 때만 포함)
```

## 작성 규칙

- **결정사항**: 회의에서 확정된 사항만 포함. "검토하기로 했다", "논의했다"는 제외.
- **액션아이템**: 담당자 + 할 일 + 기한을 최대한 명시. 담당자/기한 불명확 시 "미정"으로 표기.
- **간결하게**: 원문을 그대로 옮기지 말고 핵심만 요약. 항목당 한두 줄 이내.
- **없으면 생략**: 결정사항이나 액션아이템이 없는 섹션은 "없음"으로 표기하지 말고 해당 섹션 자체를 생략.
- **언어**: 회의록 언어(한국어/영어 등)에 맞춰 동일 언어로 출력.

## 사용 예시

사용자가 회의록 텍스트를 붙여넣거나 파일을 제공하면 즉시 위 형식으로 요약을 출력한다.
추가 질문 없이 바로 요약 결과를 제공하는 것이 원칙이며, 내용이 불충분할 때만 간단히 안내한다.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [bam-bam-2](https://github.com/bam-bam-2)
- **Source:** [bam-bam-2/solo-skills](https://github.com/bam-bam-2/solo-skills)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-bam-bam-2-solo-skills-meeting-summary
- Seller: https://agentstack.voostack.com/s/bam-bam-2
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
