slack

Installation
SKILL.md

Slack API Emulator

Fully stateful Slack Web API emulation with channels, messages, threads, reactions, OAuth v2, and incoming webhooks. State changes dispatch event_callback payloads to configured webhook URLs.

Start

# Slack only
npx emulate --service slack

# Default port (when run alone)
# http://localhost:4000

Or programmatically:

import { createEmulator } from 'emulate'
Related skills

More from vercel-labs/emulate

Installs
13
GitHub Stars
1.2K
First Seen
Apr 1, 2026