From claude-transcription
Export a transcript (or any pipeline output) by emailing it, uploading to Google Drive, or copying to clipboard. Use when the user asks to send, email, upload, save to Drive, or copy a transcript.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin claude-transcriptionThis skill uses the workspace's default tool permissions.
Send a transcript file (or post-processed variant) to a destination.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Share bugs, ideas, or general feedback.
Send a transcript file (or post-processed variant) to a destination.
Use the email-skills skill set (send-personal-email or send-business-email).
Prompt user for:
Use the gws-personal MCP:
create_folder if user specifies a folder name (or reuse an existing one via search).upload_file with the local file path and target folder ID.create_google_doc with the content instead.share_file if the user wants a link.Report back the Drive URL.
Copy file contents to clipboard: wl-copy < FILE (Wayland) or xclip -selection clipboard < FILE (X11). Detect which is available.
For PDF or binary, warn that clipboard export isn't meaningful and suggest email/Drive instead.
Any file produced by this plugin: .raw.txt, .cleaned.md, .structured.md, .blog.md, .summary.md, .notes.md, .combined.md, .combined.pdf.
Also accept arbitrary paths the user supplies.
Allow chaining: "email it and upload to Drive" should do both.