Using 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
90% of people on IRC in the 90s used mIRC or BitchX. What features are missing in the modern slack client?
Show HN: Slack CLI for Agents
31–37 of 37 posts
Re: Show HN: Slack CLI for Agents
#32what about a way to read channels rather than messages? seems missing? also... any shortcut for UNREAD messages? for yknow making a recap
For UNREAD messages... Sadly, I'm not sure that Slack has an official API for that. There may be an "unofficial" API there that we could discover, but I'm hesitant for adding support there. With that being said, it's not that I wouldn't entertain the idea (it would be REALLY useful) but it would require a bit more thought.
Re: Show HN: Slack CLI for Agents
#33what about a way to read channels rather than messages? seems missing? also... any shortcut for UNREAD messages? for yknow making a recap
There's a few open issues/PRs that I'm working on getting in! Feel free to drop any request there (it's the best way for me to track it). For UNREAD messages... Sadly, I'm not sure that Slack has an official API for that. There may be an "unofficial" API there that we could discover, but I'm hesitant for adding support there. With that being said, it's not that I wouldn't entertain the idea (it would be REALLY useful…
Re: Show HN: Slack CLI for Agents
#34Earlier quoted context omitted.
There's a few open issues/PRs that I'm working on getting in! Feel free to drop any request there (it's the best way for me to track it). For UNREAD messages... Sadly, I'm not sure that Slack has an official API for that. There may be an "unofficial" API there that we could discover, but I'm hesitant for adding support there. With that being said, it's not that I wouldn't entertain the idea (it would be REALLY useful…
thanks yeah... am a total noob to the api so have no idea but i guess just based on principle if you can see everything the slack webapp sees then it stands to reason the info about the unread messages is SOMEWHERE in there
Re: Show HN: Slack CLI for Agents
#35Using 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
There are some great alternatives, like Zulip and Twist. Unfortunately, ~nobody uses them.
Re: Show HN: Slack CLI for Agents
#36I 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.
Care to write more about this?