search-to-slack

Takes web search results and formats them as polished Slack messages, digests,

Content Preview
---
name: search-to-slack
description: |
  Takes web search results and formats them as polished Slack messages, digests,
  or thread summaries ready to post to channels. Use when the user wants to
  research a topic and share findings on Slack. Trigger with phrases like
  "research and post to Slack", "create a Slack digest", "summarize and share
  in #channel", or "format search results for Slack".
allowed-tools: Read, Write, Edit, Bash, Glob, Grep, WebSearch, WebFetch
version: 1.0.0
author: J
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/search-to-slack.md \
  https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/plugins/skill-enhancers/search-to-slack/skills/search-to-slack/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Then reference at plugins/skill-enhancers/search-to-slack/skills/search-to-slack/SKILL.md

Related Skills