auto-detect

Post new client meeting summaries from Read AI to Slack every 5 minutes.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/SingularAgency/claude-marketplace --skill auto-detect
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: auto-detect
Source: https://github.com/SingularAgency/claude-marketplace/tree/main/plugins/hpl-meeting-summary/skills/auto-detect
Command: npx skills add https://github.com/SingularAgency/claude-marketplace --skill auto-detect

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It automates the discovery and posting of new client meeting summaries, removing manual checks and ensuring timely updates in Slack.

Core Features & Use Cases

  • Scheduled monitoring: runs every 5 minutes to fetch completed meetings from Read AI.
  • Client-only filtering and deduplication: skips internal meetings and already-posted items.
  • Slack publishing: posts a structured headline and a detailed summary thread in the designated channel for stakeholders.

Quick Start

Set up the scheduled task to run this skill every 5 minutes and specify the Slack channel in your configuration so summaries begin posting automatically.

Frequently Asked Questions about auto-detect

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically post Read AI meeting summaries to Slack?▼

To automatically post Read AI meeting summaries to Slack, you can use a scheduled automation skill that fetches completed meetings, filters out internal ones, and publishes structured summaries with threads to a designated Slack channel every 5 minutes.

How do I stop duplicate Read AI meeting summaries from posting to Slack?▼

To stop duplicate Read AI meeting summaries from posting to Slack, this automation maintains a posted_meeting_ids log to ensure idempotent delivery, checking past records before publishing new client meeting updates.

Can I filter out internal meetings and only share client meeting summaries in Slack?▼

Yes, you can filter out internal meetings and only share client meeting summaries in Slack. The skill applies client-only filtering to skip irrelevant internal meetings before posting any Read AI summaries.

How do I set up scheduled Slack notifications for Read AI client meetings?▼

To set up scheduled Slack notifications for Read AI client meetings, configure the task to run every 5 minutes and specify your target Slack channel in the config to begin receiving automated summary posts automatically.

Does the Slack meeting summary automation post full transcripts or just headlines?▼

The Slack meeting summary automation posts both a structured headline and a detailed summary thread in the designated channel, providing stakeholders with a quick overview followed by in-depth Read AI meeting details.