slack-copy-rich

Convert Markdown assistant output to HTML and copy as rich text.

1|1|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/wangke19/my-claude-skills --skill slack-copy-rich
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: slack-copy-rich
Source: https://github.com/wangke19/my-claude-skills/tree/main/plugins/utils/skills/slack-copy-rich
Command: npx skills add https://github.com/wangke19/my-claude-skills --skill slack-copy-rich

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Copy the most recent assistant output to the clipboard as rich text formatted for Slack and other rich-text editors.

Core Features & Use Cases

  • Converts Markdown output to HTML suitable for Slack pastes, preserving bold, lists, links, and code blocks.
  • Copies the content to the clipboard using platform-appropriate methods (macOS, Linux X11/Wayland).
  • Useful for sharing refined content in Slack messages, emails, or documents without losing formatting.

Quick Start

Copy the latest assistant output to the clipboard as Slack-ready rich text.

Frequently Asked Questions about slack-copy-rich

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

FAQPage Schema
How do I copy markdown to clipboard as rich text for Slack?

This Skill converts the latest assistant output from Markdown to HTML, preserving bold, lists, links, and code blocks, then copies it to the clipboard as rich text formatted for Slack and other rich-text editors.

Does this markdown to HTML clipboard tool work on Linux?

Yes, the markdown to HTML clipboard tool supports macOS and Linux environments, utilizing platform-specific clipboard methods including X11 and Wayland support to ensure proper rich text copying.

Can I share formatted chat output to email without losing markdown formatting?

Yes, you can share formatted chat output to email without losing markdown formatting because the Skill transforms Markdown into HTML suitable for rich-text editors, ensuring formatting like bold and code blocks remain intact when pasted.

What is the best way to convert assistant chat output to Slack-ready HTML?

The best way to convert assistant chat output to Slack-ready HTML is using a Skill that automatically transforms Markdown into HTML and applies proper quote escaping before copying the formatted content directly to your system clipboard.

Does copying rich text from chat handle special characters and quotes?

Yes, copying rich text from chat handles special characters and quotes by applying proper escaping of quotes during the Markdown to HTML conversion, ensuring the pasted content renders correctly in Slack without syntax errors.