agentsclimarketplace

Message check

Skill itseffi/agentic-os/System/integrations/slack/skills/message-check

Agentic personal OS to automate high-leverage workflows with Codex, Claude Code, Pi, OpenClaw and other coding agents/ runtime platforms.

Install
npx -y skills add itseffi/agentic-os --skill message-check

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.

What its author says it does

Copied from the file, not written here

Check Slack for important messages and activity. Use during daily planning or when user asks about Slack updates.

SKILL.md

1.6 KB, 338 tokens by cl100k_base, as published. Nobody here has run it

Slack Message Check

Check Slack channels for important messages and summarize activity.

Instructions

Step 1: List Relevant Channels

Call slack_list_channels to see available channels.

Step 2: Check Priority Channels

For each important channel (determined by user preferences or channel activity):

  1. Call slack_get_channel_history with limit of 20 messages
  2. Filter for messages since last check

Step 3: Summarize Activity

Present findings to user:

Slack activity since yesterday:

**#general** (3 new messages)
- @alice mentioned the deployment schedule

**#engineering** (12 new messages)  
- Discussion about API changes
- @bob asked for review on PR #234

**DMs** (2 unread)
- @carol: Question about meeting time

Step 4: Offer Actions

OptionDescription
Create taskTurn a message into a task
ReplyDraft a response
Mark readContinue without action

Step 5: Continue Daily Flow

After Slack check, continue with normal planning workflow.

Example Flow

User: "What should I work on today?"

Agent:

  1. Checks Slack for new activity
  2. "You have 5 new messages across 2 channels..."
  3. Summarizes key items
  4. Offers to create tasks from actionable messages
  5. Continues with task planning

Notes

  • Focus on actionable messages, not all activity
  • Prioritize DMs and mentions over general channel noise
  • Respect user's channel preferences if configured

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.