Meeting Minutes Skill
name: andara-meeting-minutes
by atiati82 · published 2026-04-01
$ claw add gh:atiati82/atiati82-andara-meeting-minutes---
name: andara-meeting-minutes
description: Capture meeting summaries and action items from voice or text
---
# Meeting Minutes Skill
When ATTi or a team member sends a meeting summary (voice or text), save it as a structured record.
Trigger
When user says something like "Meeting Notes:", "Besprechungsnotizen:", or "save meeting" — parse the content and store it.
Steps
1. Extract the meeting topic, attendees, decisions, and action items from the message.
2. Save to PostgreSQL using bash + psql:
psql "$DATABASE_URL" -c "
INSERT INTO team_meetings (title, summary, attendees, meeting_date, created_at)
VALUES ('TOPIC', 'SUMMARY', ARRAY['ATTENDEE1','ATTENDEE2'], NOW(), NOW())
RETURNING id;"3. For each action item, insert into meeting_action_items:
psql "$DATABASE_URL" -c "
INSERT INTO meeting_action_items (meeting_id, assignee, description, due_date, status, created_at)
VALUES (MEETING_ID, 'ASSIGNEE', 'TASK DESCRIPTION', 'DUE_DATE', 'pending', NOW());"4. Confirm to the user: "Meeting gespeichert ✅ — [X] Action Items erstellt."
Output Format
Reply in German with a structured summary:
More tools from the same signal band
Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
Sign plugins, rotate agent credentials without losing identity, and publicly attest to plugin behavior with verifiable claims and authenticated transfers.
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your...