ok, why?
Show HN: Slack CLI for Agents
21–30 of 37 posts
Re: Show HN: Slack CLI for Agents
#22Haha. Nobody ever cared that some humans preferred to use services via a CLI versus GUI. But now that "AI" needs it, CLI programs and APIs get released left and right :D
And now, since bloated agent harnesses like Claude Code are the hot thing, AI promoters are calling MCP obsolete! (No need for HN's summer 2025 fad. Just write CLI tools!)
Re: Show HN: Slack CLI for Agents
#23also... any shortcut for UNREAD messages? for yknow making a recap
Re: Show HN: Slack CLI for Agents
#24Haha. Nobody ever cared that some humans preferred to use services via a CLI versus GUI. But now that "AI" needs it, CLI programs and APIs get released left and right :D
So true! And now, since bloated agent harnesses like Claude Code are the hot thing, AI promoters are calling MCP obsolete! (No need for HN's summer 2025 fad. Just write CLI tools!)
Re: Show HN: Slack CLI for Agents
#25> we don’t have access to the Slack MCP ok, why?
Re: Show HN: Slack CLI for Agents
#26I believe in an MCP-less future of agent-service interactions and have recently submitted this general alternative (which also supports Slack) based on curl: https://github.com/imbue-ai/latchkey With that said, a specialized tool like this will almost certainly work better if Slack is the only service you want your agents to interact with. I like that the auth is transparent.
Re: Show HN: Slack CLI for Agents
#27Using slack makes me so depressed. The interactions we have today pale in comparison to what we had in IRC 30 years ago. Of course I accept we're stuck with slack. I just have no clue what to write with such a limited interface. The above posted link is a great example of making the most of a tiny interface and coming up short compared to... 30 years ago
Re: Show HN: Slack CLI for Agents
#28Earlier quoted context omitted.
So true! And now, since bloated agent harnesses like Claude Code are the hot thing, AI promoters are calling MCP obsolete! (No need for HN's summer 2025 fad. Just write CLI tools!)
To me it never really clicked what MCP was/is, so I'm pretty happy with this development.
Re: Show HN: Slack CLI for Agents
#29Haha. Nobody ever cared that some humans preferred to use services via a CLI versus GUI. But now that "AI" needs it, CLI programs and APIs get released left and right :D
With AI, two things have changed: (1) the cost of building a CLI on top of a documented API has dropped a lot, and (2) there’s a belief that “designed for agents” CLIs will enable new kinds of usage that weren’t practical before and that will move the needle on the bottom line.
Re: Show HN: Slack CLI for Agents
#30Oh this is smart! Reading where Slack stores the local data in your filesystem instead of using their API/MCP (which they charge for). Very clever; similar to OpenAI launching Atlas when websites start blocking bot requests--just build your own browser so your bot becomes an actual user.