logoalt Hacker News

MatthewPhillipstoday at 1:03 PM1 replyview on HN

Walk me through how a user installs and then uses these CLIs from their mobile phone.


Replies

mhalletoday at 3:06 PM

Create a skill that has the CLI in the scripts sub-directory. The implementation language depends on the LLM and the VM it uses. Claude includes shell, python, and a bunch of other interpreters in a Linux environment.

A skill's instructions can direct the LLM to call the CLI.

Claude skills can be installed into Claude web from a web browser. Those skills can then run on the Claude app on your phone.

show 1 reply