# Meeting Pack

> Generate premium meeting artifact packs from transcripts or notes with summaries, decisions, action items, owner/deadline tables, follow-up email, project export, timeline, and manifest metadata.

- **Type:** Skill
- **Install:** `agentstack add skill-hasna-skills-meeting-pack`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [hasna](https://agentstack.voostack.com/s/hasna)
- **Installs:** 0
- **Category:** [Communication](https://agentstack.voostack.com/c/communication)
- **Latest version:** 0.1.0
- **License:** Apache-2.0
- **Upstream author:** [hasna](https://github.com/hasna)
- **Source:** https://github.com/hasna/skills/tree/main/skills/meeting-pack

## Install

```sh
agentstack add skill-hasna-skills-meeting-pack
```

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

## About

# Meeting Pack

Generate a complete meeting artifact package from transcripts, notes, call summaries, or rough bullets.

## Requirements

- Authenticate with `skills auth login`.
- This premium skill runs through the hosted Skills runtime; local installs expose only metadata and instructions.

## Usage

```bash
skills run meeting-pack --notes "Discussed billing launch, docs, and support owner follow-ups" --meeting "Billing Launch Sync"
skills run meeting-pack ./transcript.txt --participants "Hasna,Alex,Sam" --format executive
```

## Options

| Option | Description | Default |
|--------|-------------|---------|
| `--notes ` | Meeting transcript, rough notes, or summary. Positional text also works. | required unless `--source` is used |
| `--source ` | Read notes or transcript from a file. | none |
| `--meeting ` | Meeting title. | Meeting |
| `--participants ` | Comma-separated participant names. | Team |
| `--format ` | `project`, `executive`, `sales`, or `standup`. | project |
| `--output ` | Output directory for direct local execution. Hosted runs use the run export directory. | run export dir |

## Outputs

- `meeting-summary.md`
- `decisions.md`
- `action-items.csv`
- `follow-up-email.md`
- `project-export.json`
- `timeline.md`
- `manifest.json`

After submitting a hosted run, poll with `skills runs status ` and download outputs with `skills exports download `.

## Source & license

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

- **Author:** [hasna](https://github.com/hasna)
- **Source:** [hasna/skills](https://github.com/hasna/skills)
- **License:** Apache-2.0

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-hasna-skills-meeting-pack
- Seller: https://agentstack.voostack.com/s/hasna
- 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%.
