Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

title Anthropic Slack Thread TLDR
description Summarizes a Slack thread using Claude
integrations
slack
categories
AI
tags
user_interactions
notifications
webhook_handling

Anthropic Slack Thread TLDR

Start with AutoKitteh

Allows Slack users to summarize a Slack thread by posting !tldr in a thread.

demo

How It Works

  1. In any Slack thread in a channel where the bot is present, use the command:

    !tldr [optional topic to focus on]
    
  2. The bot will reply with a concise thread summary.

Cloud Usage

  1. Initialize Slack connection
  2. Configure the ANTHROPIC_API_KEY project variable with your API key
  3. Configure the INVOCATION_CMD variable to set the command prefix (default: "tldr")
  4. Configure the MAX_TOKENS variable to limit maximum tokens per interaction (default: 1000)
  5. Deploy project

Trigger Workflow

Important

Ensure the Slack connection is initialized; otherwise, the workflow will raise a ConnectionInitError.

In any Slack thread in a channel where the bot is present, use the command:

!tldr