|
17 | 17 | "faster-whisper-high-performance-speech-transcription", |
18 | 18 | "deepgram-realtime-transcription-connector", |
19 | 19 | "assemblyai-summarization-chapters-skill", |
| 20 | + "youtube-chapters-generator-whisper", |
| 21 | + "summarize-urls-files-podcasts-and-youtube-sources-into-agent-ready-briefs-with-summarize", |
20 | 22 | "self-host-an-openai-compatible-speech-api-for-local-transcription-translation-and-tts-with-speaches", |
21 | 23 | "yt-dlp-feature-rich-audio-video-downloader-cli" |
22 | 24 | ], |
|
120 | 122 | "persona": "Podcast producer / editorial ops", |
121 | 123 | "install_complexity": "Medium" |
122 | 124 | }, |
| 125 | + "youtube-chapters-generator-whisper": { |
| 126 | + "why_here": "Turns YouTube source audio into timestamped chapters so editors can build navigable videos, show notes, and repurposing briefs.", |
| 127 | + "persona": "Video producer / publishing ops", |
| 128 | + "install_complexity": "Medium" |
| 129 | + }, |
| 130 | + "summarize-urls-files-podcasts-and-youtube-sources-into-agent-ready-briefs-with-summarize": { |
| 131 | + "why_here": "Creates compact briefs from URLs, files, podcasts, and YouTube sources before downstream scripting, clipping, or editorial review.", |
| 132 | + "persona": "Content strategist / research producer", |
| 133 | + "install_complexity": "Medium" |
| 134 | + }, |
123 | 135 | "self-host-an-openai-compatible-speech-api-for-local-transcription-translation-and-tts-with-speaches": { |
124 | 136 | "why_here": "Lets teams keep OpenAI-compatible speech workflows while self-hosting audio processing.", |
125 | 137 | "persona": "Platform engineer / privacy-conscious media team", |
|
450 | 462 | "extract-structured-data-and-attachments-from-raw-email-mailparser", |
451 | 463 | "strip-quoted-email-history-and-signatures-before-summarizing-inbound-replies", |
452 | 464 | "load-mbox-mail-archives-into-sqlite-for-offline-search-audits-and-dataset-joins", |
| 465 | + "markitdown-document-to-markdown-converter-microsoft", |
| 466 | + "mineru-pdf-to-markdown-document-parser", |
453 | 467 | "put-approval-gates-and-audit-ready-policy-checks-between-agents-and-external-actions-with-dashclaw" |
454 | 468 | ], |
455 | 469 | "who_for": [ |
|
631 | 645 | "persona": "Investigator / data analyst", |
632 | 646 | "install_complexity": "Medium" |
633 | 647 | }, |
| 648 | + "markitdown-document-to-markdown-converter-microsoft": { |
| 649 | + "why_here": "Converts Office files, PDFs, email-like documents, and other matter inputs into Markdown for review packets and audit summaries.", |
| 650 | + "persona": "Legal ops analyst / compliance reviewer", |
| 651 | + "install_complexity": "Medium" |
| 652 | + }, |
| 653 | + "mineru-pdf-to-markdown-document-parser": { |
| 654 | + "why_here": "Handles complex PDFs with layout-aware Markdown and JSON output for contract packets, exhibits, and long-form compliance evidence.", |
| 655 | + "persona": "eDiscovery engineer / records analyst", |
| 656 | + "install_complexity": "High" |
| 657 | + }, |
634 | 658 | "put-approval-gates-and-audit-ready-policy-checks-between-agents-and-external-actions-with-dashclaw": { |
635 | 659 | "why_here": "Adds approval gates and replayable decision evidence when legal AI workflows need human review before external actions.", |
636 | 660 | "persona": "Legal AI governance lead / compliance ops", |
|
657 | 681 | "parse-local-pdfs-into-agent-ready-text-json-and-screenshots-with-liteparse", |
658 | 682 | "redact-pii-from-text-before-sharing-or-indexing-with-scrubadub", |
659 | 683 | "surya-document-ocr-layout-analysis-table-recognition", |
| 684 | + "paddleocr-multilingual-document-ocr-toolkit", |
| 685 | + "markitdown-document-to-markdown-converter-microsoft", |
660 | 686 | "extract-structured-text-metadata-tables-and-images-from-mixed-documents-through-an-mcp-server-with-kreuzberg" |
661 | 687 | ], |
662 | 688 | "who_for": [ |
|
768 | 794 | "persona": "Health records ops / documentation analyst", |
769 | 795 | "install_complexity": "High" |
770 | 796 | }, |
| 797 | + "paddleocr-multilingual-document-ocr-toolkit": { |
| 798 | + "why_here": "Adds multilingual OCR and structured extraction for scanned intake forms, referral packets, and mixed-language documentation queues.", |
| 799 | + "persona": "Healthcare intake ops / document automation engineer", |
| 800 | + "install_complexity": "High" |
| 801 | + }, |
| 802 | + "markitdown-document-to-markdown-converter-microsoft": { |
| 803 | + "why_here": "Converts PDFs, Office files, images, and audio notes into Markdown that documentation agents can summarize with human review.", |
| 804 | + "persona": "Clinical documentation ops / data intake analyst", |
| 805 | + "install_complexity": "Medium" |
| 806 | + }, |
771 | 807 | "extract-structured-text-metadata-tables-and-images-from-mixed-documents-through-an-mcp-server-with-kreuzberg": { |
772 | 808 | "why_here": "Gives agents one MCP-accessible extraction layer for PDFs, Office files, images, HTML, and other mixed healthcare intake inputs.", |
773 | 809 | "persona": "Health data engineer / AI documentation ops", |
|
1094 | 1130 | "extract-structured-data-and-attachments-from-raw-email-mailparser", |
1095 | 1131 | "assemblyai-realtime-call-intelligence", |
1096 | 1132 | "strip-quoted-email-history-and-signatures-before-summarizing-inbound-replies", |
| 1133 | + "slack-mcp-server", |
| 1134 | + "imap-inbox-triage-agent", |
1097 | 1135 | "zapier-lead-enrichment-workflow" |
1098 | 1136 | ], |
1099 | 1137 | "discovery_candidates": [ |
|
1232 | 1270 | "persona": "Support agent / inbox triage lead", |
1233 | 1271 | "install_complexity": "Low" |
1234 | 1272 | }, |
| 1273 | + "slack-mcp-server": { |
| 1274 | + "why_here": "Lets support agents inspect Slack escalation threads and customer-adjacent workspace context before drafting handoffs or replies.", |
| 1275 | + "persona": "Support escalation lead / success ops", |
| 1276 | + "install_complexity": "Medium" |
| 1277 | + }, |
| 1278 | + "imap-inbox-triage-agent": { |
| 1279 | + "why_here": "Adds direct inbox classification and prioritization for teams whose support flow still starts in shared IMAP mailboxes.", |
| 1280 | + "persona": "Support inbox manager / operations analyst", |
| 1281 | + "install_complexity": "Medium" |
| 1282 | + }, |
1235 | 1283 | "zapier-lead-enrichment-workflow": { |
1236 | 1284 | "why_here": "Enriches lead/contact records before support-to-success handoff or account follow-up.", |
1237 | 1285 | "persona": "Success ops / CRM automation lead", |
|
0 commit comments