nexaedge/plaud
vv6
Turn Plaud.ai voice recordings into text inside the repository you are working in: find the recording, activate its transcription, bring the transcript down. Where that transcript then gets filed is read from the repository's own .plaud.json, never assumed, so the same skill serves a knowledge base and a client project without knowing either.
What this package declares
The file a client reads when it loads this plugin, exactly as this revision carries it.
plugin.json
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "plaud",
"version": "v6",
"description": "Turn Plaud.ai voice recordings into text inside the repository you are working in: find the recording, activate its transcription, bring the transcript down. Where that transcript then gets filed is read from the repository's own .plaud.json, never assumed, so the same skill serves a knowledge base and a client project without knowing either.",
"author": {
"name": "Jaison Erick",
"email": "jaison@jaisonerick.com",
"url": "https://github.com/jaisonerick"
},
"homepage": "https://github.com/nexaedge/nexaedge-marketplace",
"repository": "https://github.com/nexaedge/nexaedge-marketplace",
"keywords": [
"plaud",
"recording",
"transcript",
"meeting"
],
"extensions": {
"com.nexaedge.marketplace": {
"displayName": "Plaud",
"tagline": "Bring Plaud.ai voice recordings and transcripts into a repository",
"category": "Productivity",
"platforms": [
"claude",
"codex",
"antigravity"
],
"prompts": [
"Bring in the transcript from today's call",
"Process the meeting I just recorded"
]
}
}
}
What else this package ships
These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.
- plaud_hub.py
- 2other files
Client extensions
Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.
- com.nexaedge.marketplace