All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Agent-Slack: TypeScript CLI for Slack Automation with AI Agents

By

nwparker

3mo ago· 4 min readenCode

Summary

The article describes agent-slack, a TypeScript-based Slack automation CLI tool designed for AI agents. It emphasizes token efficiency with compact JSON output, zero-config authentication that works with Slack Desktop, and human-in-the-loop capabilities for non-CI environments. The tool is built with Bun/TypeScript and includes installation instructions via Bun, npm, or Nix flakes, along with agent skills for Slack automation.

Key quotes

· 5 pulled
Token-efficient — (compact JSON, minimal duplication, and empty/null fields pruned) so LLMs can consume results cheaply.
Zero-config auth — Auth just works if you have Slack Desktop (with fallbacks available). No Python dependency.
Human-in-the-loop — When appropriate (not in CI environments), loop humans in. Ex: message draft
Slack automation CLI for AI agents (TypeScript + Bun).
This repo ships an agent skill at skills/agent-sl
Snippet from the RSS feed
Slack automation CLI for AI agents. Contribute to stablyai/agent-slack development by creating an account on GitHub.

You might also wanna read