Install
$ agentstack add skill-hasna-skills-meeting-pack ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
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
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.mddecisions.mdaction-items.csvfollow-up-email.mdproject-export.jsontimeline.mdmanifest.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
- Source: hasna/skills
- License: Apache-2.0
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.