slack-cli

安装量: 2.4K
排名: #5411

安装

npx skills add https://github.com/paymog/slack-cli --skill slack-cli

Slack CLI Invoke the slack-cli binary (install via brew install paymog/tap/slack-cli ). Source of truth is paymog/slack-cli . It wraps the korotovsky/slack-mcp-server engine for behavior, but prints JSON by default (the underlying MCP server emits CSV) so output pipes cleanly into jq . Output Every command prints JSON by default . List/table commands (channels, messages, users, saved items, user groups) emit a JSON array of objects, so pipe straight into jq : slack-cli channels list | jq -r '.[].Name' slack-cli conversations history '#general' --limit 1d | jq -r '.[].Text' slack-cli users search alice | jq -r '.[].DMChannelID' Show more Installs 818 Repository paymog/slack-cli First Seen Jun 26, 2026 Security Audits Gen Agent Trust Hub Pass Socket Warn Snyk Fail

返回排行榜