nexus-meeting-notes
Transform raw meeting transcripts into structured minutes with attendees, decisions, action items, owners, and deadlines. Built for autonomous agents processing audio transcription output.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/cyberforexblockchain/nexus-meeting-notesNEXUS 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
- Audio transcription agent produces raw text from a recorded meeting
- Agent sends transcript to Meeting Scribe via POST
- Receives structured JSON:
{attendees, topics, decisions, action_items, open_questions} - 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.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-cyberforexblockchain-nexus-meeting-notes": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
nexus-content-generator
Create blog posts, social media, emails, marketing copy
nexus-doc-writer
Generate technical documentation from code or specs
nexus-trust-score
Generate on-chain trust scores for wallets and agents using Masumi transaction data on Cardano
nexus-code-explain
Explain code in plain language with complexity analysis
nexus-llm-gateway
Smart multi-model AI gateway on Cardano. Routes prompts to the best LLM (GPT-5.2, Claude Sonnet 4.5, GPT-4o, Claude Haiku 4.5, GPT-4o-mini) with automatic fallback, tiered pricing, and OpenAI-compatible format. Pay with ADA via Masumi.