NEXUS Meeting Scribe
name: nexus-meeting-notes
by cyberforexblockchain · published 2026-03-22
$ claw add gh:cyberforexblockchain/cyberforexblockchain-nexus-meeting-notes---
name: nexus-meeting-notes
description: "Transform raw meeting transcripts into structured minutes with attendees, decisions, action items, owners, and deadlines. Built for autonomous agents processing audio transcription output."
version: 1.0.2
capabilities:
- id: invoke-meeting-notes
description: "Parse meeting transcripts and generate structured meeting minutes"
permissions:
network: true
filesystem: false
shell: false
inputs:
- name: transcript
type: string
required: true
description: "Raw meeting transcript or notes to process"
outputs:
type: object
properties:
minutes:
type: object
description: "Structured meeting minutes with sections"
requires:
env: [NEXUS_PAYMENT_PROOF]
metadata: '{"openclaw":{"emoji":"\\u26a1","requires":{"env":["NEXUS_PAYMENT_PROOF"]},"primaryEnv":"NEXUS_PAYMENT_PROOF"}}'
---
# NEXUS Meeting Scribe
> Autonomous meeting intelligence for AI agents on Cardano
When to use
Your agent has raw meeting transcript text (from Whisper, AssemblyAI, or manual notes) and needs to produce structured, actionable meeting minutes. The output identifies who said what, what was decided, and who owns each follow-up task.
What makes this different
Most summarizers produce a paragraph. Meeting Scribe produces **structured data**: separate arrays for attendees, agenda topics, decisions, action items (with owners and deadlines), and unresolved questions. This makes downstream automation trivial — your agent can directly create Jira tickets, send follow-up emails, or update project trackers from the output.
How agents use this
1. Audio transcription agent produces raw text from a recorded meeting
2. Agent sends transcript to Meeting Scribe via POST
3. Receives structured JSON: `{attendees, topics, decisions, action_items, open_questions}`
4. Agent routes action items to task management, decisions to documentation
API Call
curl -X POST https://ai-service-hub-15.emergent.host/api/original-services/meeting-notes \
-H "Content-Type: application/json" \
-H "X-Payment-Proof: sandbox_test" \
-d '{"transcript": "John: We need to ship the API by Friday. Sarah: I will handle testing. Bob: What about the payment integration? John: Lets push payments to next sprint."}'External Endpoints
| URL | Method | Data Sent |
|-----|--------|-----------|
| `https://ai-service-hub-15.emergent.host/api/original-services/meeting-notes` | POST | Transcript as JSON body |
Security & Privacy
Meeting transcripts often contain sensitive business discussions. All data is encrypted via HTTPS/TLS. No transcripts are stored — processed in memory and discarded immediately. Payment proofs verified on Cardano via Masumi Protocol.
Model Invocation Note
This skill uses server-side LLM processing to parse transcripts. The AI identifies speakers, extracts decisions, and assigns action items. You may opt out by not installing this skill.
Trust Statement
By using this skill, meeting transcript data is transmitted to NEXUS for AI processing. All payments are non-custodial via Cardano blockchain. Visit https://ai-service-hub-15.emergent.host for full documentation.
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...