plaud
v29.0.0Turn Plaud.ai voice recordings into text inside the repository you are working in: find the recording, transcribe it, bring the transcript down with the speakers it recognises already named. 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.
By Jaison Erick1 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Codex, Claude Code, and Agent Plugins
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 16, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install plaud for Codex and Claude Code
codex plugin marketplace add nexaedge/nexaedge-marketplace
codex plugin marketplace upgrade nexaedge-marketplace
codex plugin add plaud@nexaedge-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the nexaedge-marketplace catalog, then install this plugin.
Compatibility: the page URL and API slug “plaud” remain stable.
- Codex:
plaud@agent-plugin-marketplace→plaud@nexaedge-marketplace
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/nexaedge/nexaedge-marketplaceClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/plaud/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── plugin.json└── skills/plaud/SKILL.md
Included Skills1
Work with Plaud.ai voice recordings: find a recording, bring its transcript into the current repository, keep a set of recordings in sync, and say who is speaking. Where the transcript lands, what it is called and what describes it are read from the repository's own `.plaud.json`, never assumed. Triggers "plaud", "gravação", "recording", "transcrição", "transcript", "processa essa call", "essa reunião foi gravada".
Plugin manifests3
{
"name": "plaud",
"version": "29.0.0",
"description": "Turn Plaud.ai voice recordings into text inside the repository you are working in: find the recording, transcribe it, bring the transcript down with the speakers it recognises already named. 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": "[email protected]",
"url": "https://github.com/jaisonerick"
},
"skills": "./skills/",
"interface": {
"displayName": "Plaud",
"shortDescription": "Bring Plaud.ai voice recordings and transcripts into a repository",
"longDescription": "Turn Plaud.ai voice recordings into text inside the repository you are working in: find the recording, transcribe it, bring the transcript down with the speakers it recognises already named. 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.",
"developerName": "Jaison Erick",
"category": "Productivity",
"capabilities": [
"Interactive",
"Write"
],
"defaultPrompt": [
"Bring in the transcript from today's call",
"Process the meeting I just recorded"
]
},
"homepage": "https://github.com/nexaedge/nexaedge-marketplace",
"repository": "https://github.com/nexaedge/nexaedge-marketplace",
"keywords": [
"plaud",
"recording",
"transcript",
"meeting"
]
}{
"name": "plaud",
"description": "Turn Plaud.ai voice recordings into text inside the repository you are working in: find the recording, transcribe it, bring the transcript down with the speakers it recognises already named. 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.",
"version": "v29",
"author": {
"name": "Jaison Erick",
"url": "https://github.com/jaisonerick"
}
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "plaud",
"version": "v29",
"description": "Turn Plaud.ai voice recordings into text inside the repository you are working in: find the recording, transcribe it, bring the transcript down with the speakers it recognises already named. 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": "[email protected]",
"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"
]
}
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[plaud on Agent Plugins Marketplace](https://pluginsmp.com/plugins/plaud)