Slackify
Upload files or stdin pipes to Slack from your CLI
Install / Use
/learn @atticoos/SlackifyREADME
slackify
Upload files to Slack from your CLI
slackify file channel
Or pipe in stdin
ps -a | slackify channel

Installation
Install the slackify package globally from npm
npm install -g slackify
Obtain a Test OAuth token from Slack's test token generator or create a new Bot under your organization yourorganization.slack.com/services/new/bot.
Add an environment variable containing this token
export SLACKIFY_TOKEN=xoxp-xxxxxx-xxxxxx-xxxxx
Or include it as an option when using slackify slackify -t xoxp-xxxxxx-xxxxxx-xxxxx
Usage
Usage: slackify [options] [file] [channel]
Options:
-h, --help output usage information
-V, --version output the version number
-m --message <message> a comment to add to the file
-u --user <user> the user to send the file to
-l --lines <l1>..<l2> upload specific lines in a file
-t --token <token> slack token
-tl --tail <tail> tail of a file
Send a file to a user
slackify file -u user
Pipe stdin to a user
ps -a | slackify -u user
Upload specific lines of a file
slackify file channel --lines 10..30
Upload the tail of a file
slackify error_log support --tail 50
Add a comment with your file
slackify file development -m 'uploaded from slackify'
Related Skills
node-connect
352.5kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
111.3kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
352.5kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
352.5kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
