slack — community pavlok_CLI_agent, community, ide skills

v1.0.0

About this Skill

Ideal for Conversational Agents requiring automated Slack interactions and thread management. Post a question to Slack and wait for a reply, or post a reply into a thread using scripts/slack.py.

motoya0118 motoya0118
[0]
[0]
Updated: 3/12/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reviewed Landing Page Review Score: 9/11

Killer-Skills keeps this page indexable because it adds recommendation, limitations, and review signals beyond the upstream repository text.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution Quality floor passed for review Locale and body language aligned
Review Score
9/11
Quality Score
51
Canonical Locale
en
Detected Body Locale
en

Ideal for Conversational Agents requiring automated Slack interactions and thread management. Post a question to Slack and wait for a reply, or post a reply into a thread using scripts/slack.py.

Core Value

Empowers agents to post questions and replies using scripts/slack.py, leveraging Slack's API for seamless integration, and enables features like follow-up messages and thread replies using specific thread-ts identifiers.

Ideal Agent Persona

Ideal for Conversational Agents requiring automated Slack interactions and thread management.

Capabilities Granted for slack

Automating Slack notifications for task updates
Generating threaded conversations for collaborative workflows
Posting questions and awaiting replies for dynamic feedback loops

! Prerequisites & Limits

  • Requires scripts/slack.py execution
  • Slack API compatibility needed
  • Specific interval and follow-up message configurations required

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is slack?

Ideal for Conversational Agents requiring automated Slack interactions and thread management. Post a question to Slack and wait for a reply, or post a reply into a thread using scripts/slack.py.

How do I install slack?

Run the command: npx killer-skills add motoya0118/pavlok_CLI_agent/slack. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for slack?

Key use cases include: Automating Slack notifications for task updates, Generating threaded conversations for collaborative workflows, Posting questions and awaiting replies for dynamic feedback loops.

Which IDEs are compatible with slack?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for slack?

Requires scripts/slack.py execution. Slack API compatibility needed. Specific interval and follow-up message configurations required.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add motoya0118/pavlok_CLI_agent/slack. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use slack immediately in the current project.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

slack

Install slack, an AI agent skill for AI agent workflows and automation. Review the use cases, limitations, and setup path before rollout.

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

Slack Ask + Thread Reply

Use scripts/slack.py to post a question and wait for the first reply, or to post a reply into an existing thread.

Run

bash
1uv run scripts/slack.py "Did you finish the task?" --interval 2 --follow-up-message "This counts as another ignore. Please reply in the thread."
bash
1uv run scripts/slack.py --mode reply --thread-ts 1700000000.000000 "Reply text"

Inputs

  • question is the message text (question in ask mode, reply in reply mode).
  • --mode chooses behavior (ask default, reply posts into a thread).
  • --no-reply-hint skips appending "Reply in thread."
  • --follow-up-message sets the message to post when a reply is not received within the ignore window.
    • Required in ask mode.
  • ask mode:
    • --interval sets polling interval in seconds (default: 2).
    • --thread-ts and --channel are not required.
  • reply mode:
    • --thread-ts is required.
    • --channel overrides SLACK_CHANNEL (accepts name or ID).
    • --interval is not used.

Outputs

Ask mode prints a single line:

{assistant_question: ..., user_answer: ..., is_answer: true|false, thread_ts: ..., message_ts: ...}

If no reply arrives before timeout, user_answer is null and is_answer is false.

Reply mode prints a single line:

{assistant_question: ..., user_answer: null, is_answer: false, thread_ts: ..., message_ts: ...}

Notes

  • Requires SLACK_BOT_USER_OAUTH_TOKEN.
  • Optional SLACK_USER_OAUTH_TOKEN is used for reading replies; if unset, the bot token is reused.
  • Missing history scopes will cause missing_scope errors; add channels:history, groups:history, im:history, and mpim:history as needed.
  • The CLI unescapes \n, \r, and \t sequences in question before sending.
  • Ask mode timeout is derived from env: IGNORE_SPAN * REPLY_COUNT_LIMIT.
  • ask mode requires --follow-up-message.

Related Skills

Looking for an alternative to slack or another community skill for your workflow? Explore these related open-source skills.

View All

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
AI

widget-generator

Logo of f
f

Generate customizable widget plugins for the prompts.chat feed system

149.6k
0
AI

flags

Logo of vercel
vercel

The React Framework

138.4k
0
Browser

pr-review

Logo of pytorch
pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

98.6k
0
Developer