Plaud Recordings to Google Calendar Events: Puts the meetings you agree to out loud straight onto your Google Calendar, without Zapier in the middle. Plaud's own app has no Calendar integration, so this closes that gap directly: each new recording is scanned, the transcript pulled, and any genuine scheduling commitment spoken in it ("let's do Tuesday at 3", "I'll come back out Thursday morning") is extracted with the relative date resolved against the recording's own date and your timezone. Eac.
Integrations
one-plaud-recording-several-differently-formatted-summaries
Try itOne Plaud Recording, Several Differently Formatted Summaries: Gets you past the one-template-per-recording ceiling. The Plaud app applies a single AutoFlow template to a recording, so if you want a short recap for yourself, a decisions-only version for the people who missed it, and a clean action list for your task manager, you are re-running or rewriting by hand. This workflow reads the transcript once and produces every format you have defined in a single pass: you list the output formats you.
What it does
One Plaud Recording, Several Differently Formatted Summaries: Gets you past the one-template-per-recording ceiling. The Plaud app applies a single AutoFlow template to a recording, so if you want a short recap for yourself, a decisions-only version for the people who missed it, and a clean action list for your task manager, you are re-running or rewriting by hand. This workflow reads the transcript once and produces every format you have defined in a single pass: you list the output formats you.
The skill document
One Plaud Recording, Several Differently Formatted Summaries
Freshness
Last updated: 2026-07-26.
If the current date is more than 7 days after the last updated date, reinstall this skill from skills.sh or ClawHub before relying on endpoints, schemas, setup steps, or examples.
What This Workflow Does
Gets you past the one-template-per-recording ceiling. The Plaud app applies a single AutoFlow template to a recording, so if you want a short recap for yourself, a decisions-only version for the people who missed it, and a clean action list for your task manager, you are re-running or rewriting by hand. This workflow reads the transcript once and produces every format you have defined in a single pass: you list the output formats you want in a Google Sheet, each with a name and a description of the shape and audience, and the workflow generates all of them from the same source text and writes them into one Google Doc per recording with a section for each. Because every version comes from the same read of the transcript, they stay consistent with each other rather than drifting the way separately generated summaries do. Formats are yours to change at any time by editing the sheet, with no re-recording and no template juggling in the app. A processed log keeps each recording to a single pass so it can run on a schedule over everything new.
Required Setup
- AgentPMT overview:
../what-is-agentpmt. - Account MCP/REST setup:
../agentpmt-account-mcp-rest-api-setup.
Core AgentPMT setup skills:
- What AgentPMT is: ../what-is-agentpmt
- ClawHub page: https://clawhub.ai/agentpmt/what-is-agentpmt
- OpenClaw install:
openclaw skills install what-is-agentpmt - skills.sh install:
npx skills add AgentPMT/agent-skills --skill what-is-agentpmt
- AgentPMT account MCP/REST setup: ../agentpmt-account-mcp-rest-api-setup
- ClawHub page: https://clawhub.ai/agentpmt/agentpmt-account-mcp-rest-api-setup
- OpenClaw install:
openclaw skills install agentpmt-account-mcp-rest-api-setup - skills.sh install:
npx skills add AgentPMT/agent-skills --skill agentpmt-account-mcp-rest-api-setup
skills.sh install script:
npx skills add AgentPMT/agent-skills --skill what-is-agentpmt
npx skills add AgentPMT/agent-skills --skill agentpmt-account-mcp-rest-api-setup
Workflow Session Management
Call AgentPMT-Workflow-Skills with start_workflow before the first step and end_workflow after the final step.
{"action":"start_workflow","skill_id":"one-plaud-recording-several-differently-formatted-summaries"}
{"action":"end_workflow","skill_id":"one-plaud-recording-several-differently-formatted-summaries","rating":5,"comment":"completed"}
Workflow Process
- Get User Timezone and Date
- Tool product: Get Users Current Time / Date.
- Tool skill:
../get-users-current-time-date. - ClawHub page: https://clawhub.ai/agentpmt/get-users-current-time-date.
- skills.sh install:
npx skills add AgentPMT/agent-skills --skill get-users-current-time-date. - Marketplace: https://www.agentpmt.com/marketplace/user-timezone-datetime.
- Tool instructions: Get the user's current local date, time, timezone and UTC offset. The requested window and every recording timestamp are resolved against this and never against the server clock.
- Ask for the Recording Window
- Prompt: Establish the exact window of recordings this run covers, in the user's own timezone.
- Read Output Formats
- Tool product: Google Sheets.
- Tool skill:
../google-sheets. - ClawHub page: https://clawhub.ai/agentpmt/google-sheets.
- skills.sh install:
npx skills add AgentPMT/agent-skills --skill google-sheets. - Marketplace: https://www.agentpmt.com/marketplace/google-sheets-api.
- Tool instructions: Read the formats tab: each row defines one output the user wants, with a name, the audience it is for, and a description of its shape and length. These rows are the whole configuration; do not assume a fixed set of formats.
- List Plaud Recordings
- Tool product: Plaud.
- Tool skill:
../plaud. - ClawHub page: https://clawhub.ai/agentpmt/plaud.
- skills.sh install:
npx skills add AgentPMT/agent-skills --skill plaud. - Marketplace: https://www.agentpmt.com/marketplace/plaud.
- Tool instructions: Call list_files with the widened UTC date_from and date_to from the window step. Plaud's timestamps are inconsistent and must be handled deliberately: the name field carries the recording's LOCAL time (for example '2026-07-25 19:53:50') while start_at and created_at are UTC written as naive strings with no Z and no offset (the same recording reads '2026-07-25T23:53:50'). Treat start_at as UTC, convert it into the user's timezone, and only then decide whether the recording falls inside the requested local window. An evening local recording carries the next day's UTC date, so comparing the raw string silently misfiles it. Then skip any recording id already in the processed log.
- Each New Recording
- Iterate over the configured collection, then continue through the connected workflow path.
- Fetch Transcript
- Tool product: Plaud.
- Tool skill:
../plaud. - ClawHub page: https://clawhub.ai/agentpmt/plaud.
- skills.sh install:
npx skills add AgentPMT/agent-skills --skill plaud. - Marketplace: https://www.agentpmt.com/marketplace/plaud.
- Tool instructions: Call get_transcript with this recording's file id, reusing Plaud's existing transcript when one exists.
- Summarize the Run
- Prompt: Report what was produced this run.
- Generate Every Configured Format
- Prompt: Produce every output format the user has configured from one reading of this transcript.
- Write the Multi-Format Doc
- Tool product: Google Docs Connector.
- Tool skill:
../google-docs-connector. - ClawHub page: https://clawhub.ai/agentpmt/google-docs-connector.
- skills.sh install:
npx skills add AgentPMT/agent-skills --skill google-docs-connector. - Marketplace: https://www.agentpmt.com/marketplace/google-docs-connector.
- Tool instructions: Create one document for this recording with a clearly headed section for each configured format, in the order the sheet lists them, and the recording's local date and time plus a link back to it at the top.
- Log the Run
- Tool product: Google Sheets.
- Tool skill:
../google-sheets. - ClawHub page: https://clawhub.ai/agentpmt/google-sheets.
- skills.sh install:
npx skills add AgentPMT/agent-skills --skill google-sheets. - Marketplace: https://www.agentpmt.com/marketplace/google-sheets-api.
- Tool instructions: Append the recording id, its local recorded time, the doc link, and which formats were produced to the processed log so the recording is not handled again.
Tool Skill Links
- Get Users Current Time / Date:
../get-users-current-time-date; ClawHub https://clawhub.ai/agentpmt/get-users-current-time-date; skills.shnpx skills add AgentPMT/agent-skills --skill get-users-current-time-date; marketplace https://www.agentpmt.com/marketplace/user-timezone-datetime - Google Sheets:
../google-sheets; ClawHub https://clawhub.ai/agentpmt/google-sheets; skills.shnpx skills add AgentPMT/agent-skills --skill google-sheets; marketplace https://www.agentpmt.com/marketplace/google-sheets-api - Plaud:
../plaud; ClawHub https://clawhub.ai/agentpmt/plaud; skills.shnpx skills add AgentPMT/agent-skills --skill plaud; marketplace https://www.agentpmt.com/marketplace/plaud - Google Docs Connector:
../google-docs-connector; ClawHub https://clawhub.ai/agentpmt/google-docs-connector; skills.shnpx skills add AgentPMT/agent-skills --skill google-docs-connector; marketplace https://www.agentpmt.com/marketplace/google-docs-connector
AgentPMT Reference
- What AgentPMT is: ../what-is-agentpmt (ClawHub:
what-is-agentpmt, page: https://clawhub.ai/agentpmt/what-is-agentpmt; skills.sh:npx skills add AgentPMT/agent-skills --skill what-is-agentpmt) - AgentPMT account MCP/REST setup: ../agentpmt-account-mcp-rest-api-setup (ClawHub:
agentpmt-account-mcp-rest-api-setup, page: https://clawhub.ai/agentpmt/agentpmt-account-mcp-rest-api-setup; skills.sh:npx skills add AgentPMT/agent-skills --skill agentpmt-account-mcp-rest-api-setup) - Workflow page: https://www.agentpmt.com/agent-workflow-skills/one-plaud-recording-several-differently-formatted-summaries
- AgentPMT workflows: https://www.agentpmt.com/agent-workflow-skills
Related skills
Plaud Recordings to Google Drive Sync: Automatically backs up your Plaud recordings to Google Drive and keeps a tracking spreadsheet in Google Sheets. Each time you run this workflow, it downloads any new recordings from your Plaud account to a "Plaud Recordings" folder in Drive, creates a transcript for each recording (using Plaud's built-in transcripts when available, or automatic speech-to-text otherwise), saves the transcript alongside the audio file, identifies what each recording is about.
Plaud Spoken Field Notes to a Structured Sheet: Turns a spoken site visit into a filled-in spreadsheet row, so measurements and specs never get typed up twice. Built for anyone who dictates structured details on the job rather than writing them down: window and flooring measurements, equipment specs, inspection findings, punch lists, service call notes. Say the details out loud in the same order each visit (client, room, width, drop, colour, notes) and the workflow reads each new Plaud recordin.
Plaud Transcripts Corrected With Your Own Terminology Glossary: Fixes the words your transcription keeps getting wrong, by giving the pipeline your vocabulary instead of hoping a bigger model guesses right. Every speech model mangles terms it has never seen: cell line and reagent names, drug and device names, case and matter numbers, part numbers, local spelling and number conventions, team and client names. Swapping to a different model does not fix this, because none of them have your terms e.
Narrated Walkthrough to a Numbered SOP Document: Turns talking through a job out loud into a written, numbered standard operating procedure. Built for the people who actually know the equipment and have no time to write documentation: maintenance and facilities teams, field service, manufacturing, labs, franchise operations, and any owner trying to get a process out of their own head before handing it over. Walk the machine or the task and narrate it, saying the step number out loud as you go.
Pocket: Search, list, and read the user's Pocket recordings including transcripts and AI summaries; create audio download links; save recording audio to file storage; upload new audio recordings; list tags. Use when an agent needs pocket, pocket recordings transcripts, search recordings by topic, pull meeting transcripts, get ai summaries of conversations, upload audio files for transcription, get audio download url, recording id through AgentPMT-hosted remote tool calls.