Agent skill

search-to-slack

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". '

intentsolutions.io2,596★ · 1 repos on radarProfile →
claude-codecan modify filesMIT
Install
npx skills add jeremylongshore/claude-code-plugins-plus-skills --skill search-to-slack --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 7 KB
Bundled scripts: none
Version: 0.14.0
Declared author: Jeremy Longshore <jeremy@intentsolutions.io>
Allowed tools: ReadWriteEditBash(curl:*)GlobGrepWebSearchWebFetch
Requires: Designed for Claude Code, also compatible with Codex
Path: skills/.curated/search-to-slack/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 2,630
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Search to Slack Research topics and format findings as Slack-ready messages, digests, and threaded summaries. ## Overview This skill automates the workflow of researching a topic via web search and formatting the results into a well-structured Slack message. Instead of manually searching, reading articles, summarizing key points, and formatting them with Slack's Block Kit syntax, this skill handles the entire pipeline. It produces messages that use Slack-native formatting -- bold headers, bulleted lists, linked sources, dividers, and emoji markers -- so the output can be pasted directly into a Slack channel or sent via the Slack API. The skill is designed for recurring team communication patterns: weekly technology digests, security vulnerability alerts, competitive intelligence updates, and ad-hoc research sharing. It supports single-message summaries, multi-part thread formats for longer research, and scheduled digest templates that can be reused each week. ## Instructions 1. **Specify the research topic and target channel:** - "Research React Server Components news this week and format for #frontend" - "Find CVEs related to OpenSSL from the last 30 days, post to #security" - "

What's inside
Steps it walks through
  1. Overview
  2. Instructions
  3. Output
  4. Examples
  5. Example 1: Weekly AI Research Digest
  6. Example 2: Security Vulnerability Alert
  7. Example 3: Competitive Intelligence Thread
  8. Error Handling
  9. Prerequisites
  10. Resources
More from claude-code-plugins-plus-skills
All skills →
About this skill
What does the search-to-slack skill do?

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". '

How do I install it?

Run `npx skills add jeremylongshore/claude-code-plugins-plus-skills --skill search-to-slack --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From jeremylongshore/claude-code-plugins-plus-skills, a repository with 2,630 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going