Meeting action brief
Local-first Agent Skill Runtime for packaging SOPs, schemas, preflight checks, run records, and MCP tools as executable skill capsules.
npx -y skills add iiwish/skillrun --skill meeting_action_briefAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.6 KB, 368 tokens by cl100k_base, as published. Nobody here has run it
Meeting Action Brief Skill
Purpose
This SkillRun capsule turns rough meeting notes into a structured action brief. It is safe for an agent to call when the user needs local, auditable follow-up planning, not when the agent should send messages, create tickets, or mutate external systems.
SOP
- Accept rough notes, transcript excerpts, or bullet notes from one meeting.
- Require enough content to identify at least one decision, action, risk, or open question.
- Reject obvious secrets, API keys, passwords, private keys, and webhook URLs.
- Extract decisions, action items, risks, and open questions into stable fields.
- Mark missing owners or due dates explicitly instead of inventing them.
- Produce a markdown brief artifact that the user can copy into a team update.
- Never send the brief to Slack, Lark, email, a ticket tracker, or a calendar.
Required Context
meeting_title: short title for the brief.notes: meeting notes or transcript excerpt.audience: one ofself,team,leadership, orcustomer.follow_up_style: one ofconcise,detailed, orexecutive.
Recovery Guidance
If the action returns PolicyViolation, remove secrets or provide more concrete
meeting notes before retrying. If it returns ValidationError, provide a title,
non-empty notes, and supported audience / style values.
Prohibited Behavior
- Do not send or publish the brief.
- Do not create calendar events, tickets, commits, or chat messages.
- Do not invent owners, deadlines, or decisions that are not present in notes.
- Do not include secrets, tokens, passwords, private keys, or webhook URLs.
What ships with it: 5 files
10.4 KB alongside SKILL.md, 1 of them executable
examples/
- default.input.json566 B
- executive.input.json516 B
- secret.input.json238 B
- action.pyruns8.9 KB
- skillrun.config.json282 B