vLLM Slack Summary

Export vLLM CI Slack messages and convert them into markdown transcripts.

36|76|Updated Dec 3, 2025
One-click install
npx skills add https://github.com/opendatahub-io/ai-helpers --skill vllm-slack-summary
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vLLM Slack Summary
Source: https://github.com/opendatahub-io/ai-helpers/tree/main/claude-plugins/vllm/skills/vllm-slack-summary
Command: npx skills add https://github.com/opendatahub-io/ai-helpers --skill vllm-slack-summary

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires slackdump, and includes scripts (resource) components.

What problem does it solve?

This Skill exports last week's messages from the vLLM CI Slack channel, converts them into a readable markdown transcript, and prepares data for AI-based summarization to help the RHAIIS team quickly digest CI activity and identify action items.

Core Features & Use Cases

  • Export Slack messages for a given time range using slackdump
  • Convert JSON export to a readable Markdown transcript
  • Generate AI-ready summaries and highlight critical CI issues for the team

Quick Start

Run the main script to generate the transcript and summary: ./scripts/generate_transcript.py

Frequently Asked Questions about vLLM Slack Summary

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

FAQPage Schema
How do I export Slack messages and convert them to markdown for analysis?

Export Slack messages using slackdump and convert them to markdown transcript format with this Skill. It automates the process of fetching CI channel messages, parsing user data, formatting timestamps, and generating a readable markdown file ready for AI-based summarization and review.

Can I summarize Slack CI activity from a custom date range or specific channel?

Yes. The Skill supports optional --days and --channel parameters to customize the export timeframe and target specific Slack channel IDs. By default it processes the last 7 days, but you can adjust the date range and specify any channel ID for flexible CI activity tracking.

What output does the Slack export produce for downstream analysis?

The Skill generates two outputs in the vllm_slack_summary directory: a formatted markdown transcript for human review and a raw Slack JSON export for downstream issue tracking and Claude-based summarization, enabling both quick digestion and detailed follow-up.

Does this work with slackdump for automated message export?

Yes. The Skill uses slackdump as its core dependency to automate the export of vLLM CI Slack messages. It handles input validation for channel IDs and output directories, then invokes slackdump to fetch and structure the raw message data.

How do I identify and track CI issues from Slack conversations?

Convert Slack messages to a structured markdown transcript with timestamps and user data parsing, then use the raw export for issue identification and tracking. This structured format highlights critical CI activity and prepares data for AI-based analysis to surface action items.