ptsf-get-slack-thread

Export Slack channels and threads to structured Markdown with YAML frontmatter.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/WesleyMFrederick/cc-workflows-plugin --skill ptsf-get-slack-thread
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ptsf-get-slack-thread
Source: https://github.com/WesleyMFrederick/cc-workflows-plugin/tree/main/src-claude/skills/ptsf-get-slack-thread
Command: npx skills add https://github.com/WesleyMFrederick/cc-workflows-plugin --skill ptsf-get-slack-thread

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill exports Slack channel histories and threads into a structured markdown file, enabling easy archiving, knowledge capture, and reference material for event planning and coordination.

Core Features & Use Cases

  • Slack export: Retrieve channel messages and threaded conversations
  • Markdown output: Produce a frontmatter-rich document with summary data
  • Use Case: Create reference documents for event coordination or retrospective analysis

Quick Start

Run the export task for the target Slack channel to generate a markdown reference file.

Frequently Asked Questions about ptsf-get-slack-thread

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

FAQPage Schema
How do I export Slack threads to Markdown for archiving?

You can export Slack threads to Markdown by retrieving channel messages and nested replies to generate a structured document. The output file uses a standardized slack-<channel>.md format with YAML frontmatter, preserving timestamps, participants, and reactions.

What metadata is preserved when converting Slack channels to Markdown?

Converting Slack channels to Markdown preserves YAML frontmatter with channel and participant data, raw Slack IDs, nested thread replies, reactions, and ISO 8601 timestamps. This ensures the exported reference document maintains full conversational context.

Can I use this Slack export tool for event planning conversations?

Yes, this Slack export approach is applicable for capturing event planning conversations and speaker coordination. It transforms organizational discussions into a structured Markdown reference document, making it easy to archive and review coordination details.

What is the best way to archive Slack channel histories for retrospective analysis?

Archiving Slack channel histories for retrospective analysis is best achieved by exporting them to a frontmatter-rich Markdown file. This captures messages and threaded conversations into a standardized, readable document for long-term knowledge retention.

Do I need any dependencies to export Slack messages to a Markdown file?

No external dependencies are required to export Slack messages to a structured Markdown file. The process operates independently to retrieve channel histories and output the standardized slack-<channel>.md document with metadata.