from Hacker News

Show HN: Shelly, terminal assistant that translates natural language into shell

by nestorD on 6/13/25, 10:43 PM with 4 comments

Describe what you want in plain English, and Shelly will figure out the right commands, explain what they do, and run them for you, with guardrails to ensure that you only run commands you feel safe running.
  • by vrighter on 6/16/25, 7:07 AM

    So how does it save me from having to read the man page?

    How do I know if the command is safe to execute when I can't trust LLM output?

    Also, for "safe" commands, how do I know that it is doing what I asked it to do (without reading man pages) when I can't trust LLM output?

    Anything your script returns is "untrusted input" to me which requires careful scrutinization. Which means this adds more work, not lessens it. While also making running commands cost real money!

  • by iamdamian on 6/14/25, 12:56 PM

    Tucked at the bottom of the README:

    > Privacy note: Shelly sends your requests, including your recent shell history, to Anthropic's API.