Slack CLI for Agents (OSS)

(github.com)

5 points | by nwparker 10 hours ago ago

3 comments

  • nwparker 10 hours ago ago

    Our team lives in Slack, but we don’t have access to the Slack MCP and couldn’t find anything out there that worked for us, so we coded our own agent-slack CLI

      * Can paste in Slack URLs
      * Token efficient
      * Zero-config (auto auth if you use Slack Desktop)
    
    Auto downloads files/snippets. Also can read Slack canvases as markdown!

    MIT License

  • BlueOrigin50 8 hours ago ago

    Oh nice. I just installed and it works pretty well. It wasn't able to find the user names on the thread though.

    • nwparker 8 hours ago ago

      You could ask it to convert the names (and it would), since it uses the slack internal userIds

      But I will add a flag to do for `slack message read/list`, since it makes sense.