Slack Channel Noise Analyzer

AI-powered weekly workspace noise analysis — ghost channels, noise-to-signal ratio, channel sprawl, participation inequality, and category health scored across 5 dimensions.

Audits your entire Slack workspace weekly to identify ghost channels, noisy bot-heavy channels, overlapping channel sprawl, and participation inequality. Computes per-channel Health Scores and recommends consolidation, archival, and restructuring actions. Notion channel health report + Slack digest to #ops. 24-node n8n workflow with Monday scheduler. BQS 12/12 certified.

triggerSchedule01FetcherSlack API02Assembler5 Dimensions03AnalystNoise Scoring04FormatterBrief + DigestNotionNoise BriefSlackHealth Digest

Four Agents. Weekly Workspace Noise Audit. Channel-Level Health.

The Fetcher

Step 1The Fetcher

Code-only

Retrieves channel-level activity data from Slack API for all public channels over the previous 7 days — message counts, unique posters, thread participation, reaction counts, and channel metadata (creation date, member count, topic). Identifies ghost channels with zero or near-zero activity.

The Assembler

Step 2The Assembler

Code-only

Computes 5 channel health dimensions: ghost channels (zero activity in lookback period), noise-to-signal ratio (messages per unique topic or thread), channel sprawl (new channels created vs. archived), participation inequality (Gini coefficient of poster distribution per channel), and category health (channels grouped by prefix or purpose with aggregate scores).

The Analyst

Step 3The Analyst

Tier 2 Classification

Scores each channel health dimension with evidence-based ratings. Identifies channels recommended for archival, flags high-noise/low-signal channels, detects participation monopolies, and surfaces category-level patterns. Generates a prioritized workspace optimization plan.

The Formatter

Step 4The Formatter

Tier 3 Creative

Generates a Notion weekly workspace noise brief with per-channel scorecards, category health summaries, and archival recommendations, plus a Slack digest with top 3 workspace optimization actions.

What It Does NOT Do

×

Does not archive or delete channels — it recommends candidates for human decision-making

×

Does not read private channels or DMs — public channels only via Slack API

×

Does not enforce communication policies — it provides data-driven workspace insights for review

×

Does not replace Slack analytics dashboards — it adds health scoring and optimization recommendations

×

Does not monitor real-time message quality — weekly batch analysis optimizes for actionable patterns

The Complete Customer Success Bundle

6 files. Main workflow + scheduler + prompts + docs.

slack_channel_noise_analyzer_v1_0_0.jsonMain workflow (24 nodes)
slack_channel_noise_analyzer_scheduler_v1_0_0.jsonScheduler workflow (3 nodes)
README.md10-minute setup guide
docs/TDD.mdTechnical Design Document
system_prompts/analyst_system_prompt.mdAnalyst prompt (workspace noise scoring)
system_prompts/formatter_system_prompt.mdFormatter prompt (Notion + Slack)

Tested. Measured. Documented.

Weekly workspace noise analysis with per-channel health scoring, ghost channel detection, participation inequality measurement, and category-level health delivered via Notion and Slack.

Slack Channel Noise Analyzer v1.0.0──────────────────────────────────────────Nodes:        24 main + 3 scheduler (27 total)Agents:       4 (Fetcher, Assembler, Analyst, Formatter)LLM Calls:    2 per run (Analyst + Formatter)Model:        Sonnet 4.6 (SINGLE-MODEL)Trigger:      Schedule (weekly Monday 8:00 UTC) + WebhookPattern:      AGGREGATE (weekly workspace noise analysis)Tool A:       Slack (Bot Token, OAuth2) — channel activity dataTool B:       Notion (httpHeaderAuth) — weekly workspace noise briefITP:          8/8 records, 14/14 milestonesBQS:          12/12 PASSCost:         $0.03–$0.10 per run

What You'll Need

Platform

n8n 2.7.5+

Est. Monthly API Cost

Weekly cost ~$0.03-0.10/run (~$0.12-0.40/month)

Credentials Required

  • Anthropic API
  • Slack (Bot Token, httpHeaderAuth Bearer, channels:read + channels:history)
  • Notion (httpHeaderAuth Bearer)

Services

  • Slack workspace (Bot Token with channels:read and channels:history scopes)
  • Anthropic API key
  • Notion workspace

Setup Track

Quick Start

~15 min

All credentials live, n8n running

Full Setup

1–2 hrs

Needs API config + tables

From Scratch

2–4 hrs

No n8n, no credentials

Slack Channel Noise Analyzer v1.0.0

$199

one-time purchase

What you get:

  • Production-ready n8n workflow (24 nodes + 3-node scheduler)
  • 5-dimension channel health scoring (ghost channels, noise-to-signal, channel sprawl, participation inequality, category health)
  • Ghost channel detection with archival recommendations
  • Noise-to-signal ratio per channel based on message volume vs. thread quality
  • Channel sprawl tracking (creation vs. archival rate)
  • Participation inequality scoring using Gini coefficient per channel
  • Category-level health aggregation by channel prefix or purpose
  • Notion weekly workspace noise brief with per-channel scorecards
  • Slack digest with top 3 workspace optimization actions
  • Configurable: channel filters, ghost threshold, noise thresholds, lookback period
  • Full technical documentation and system prompts

Frequently Asked Questions

What counts as a ghost channel?+

A channel with zero messages during the configured lookback period (default 7 days). Channels with fewer than the configurable minimum messages threshold are flagged as near-ghost. The Assembler separates true ghost channels (zero activity) from low-activity channels for different recommendations.

How is noise-to-signal ratio calculated?+

The ratio compares total messages to unique threads and substantive replies. A channel with 200 messages but only 5 threads has a high noise ratio. Channels with more threaded conversations and fewer top-level one-liners score better on signal quality.

Does it analyze private channels or DMs?+

No. The Fetcher only accesses public channels via the Slack API. Private channels and direct messages are not included in the analysis. This ensures the tool respects workspace privacy boundaries.

Is there a refund policy?+

All sales are final after download. Review the Blueprint Dependency Matrix and prerequisites before purchase. Questions? Contact support@forgeworkflows.com before buying. Full terms at forgeworkflows.com/legal.

Read the full guide →

Related Blueprints