Shell Access
Last updated
Was this helpful?
Last updated
Was this helpful?
The Shell Access plugin allows BoltAI to run a bash script on your Mac.
IMPORTANT
This plugin is highly experimental. Use it at your own risk.
You can configure the default System PATH in the Settings tab. Default value: /opt/homebrew/bin/:/usr/local/bin/:/usr/bin:/bin
Start a new chat and select a model that supports Function Calling.
Enable the Shell Access plugin.
Enter your prompt. Be as specific as possible.
For example, here is how I bulk-rename files using the Shell Access plugin:
The Shell Access plugin has full access to your file system. Always verify the script before executing.
Be as specific as possible in your System Prompt. It's recommended to instruct LLM to limit access to certain files or folders.
Consider building a for specific use case.