Personal setup guide for running Clawdbot as an AI assistant named Rexi.
This Gist contains everything needed to set up Clawdbot on macOS with:
- Channels: Slack, iMessage, Gmail
- AI Providers: OpenAI Pro, Claude Max
Personal setup guide for running Clawdbot as an AI assistant named Rexi.
This Gist contains everything needed to set up Clawdbot on macOS with:
This Gist contains a curated collection of documents and guidelines I've personally developed and refined in my journey integrating AI into my coding workflow. These resources reflect practical tools and methods that have proven effective for my specific projects and daily tasks.
While these examples and setups are tailored specifically to my professional workflow, the underlying principles and practices can be conceptually adapted to fit your own development environment and project needs. I invite you to explore, adapt, and extend these resources as a foundation to start coding more effectively with AI.
Helper Script for Salesforce Commerce Cloud (SFCC) to compress and decompress Objects and Strings. This library uses LZ-String to work around SFCC Character Limits by using Compression, as mentioned in this Trailhead Module:
SFCC Session Limits:
| /** | |
| * Usage: | |
| * | |
| * const overscroll = new Overscroll(); | |
| * overscroll.init('/path/to/image.png'); | |
| */ | |
| function Overscroll() { | |
| // Check if this is a mobile device that can actually support overscroll | |
| var supported = (typeof matchMedia !== 'undefined' && matchMedia('(hover: none)').matches); | |
| var $elm; |
| #!/bin/bash | |
| # Backup Important Files on Storage Drive | |
| echo -e "\n\033[48;5;22m Starting Storage Backup › Android \033[0m\n" | |
| rsync -hrPul /Volumes/Storage/Android /Volumes/Backup/Storage | |
| echo -e "\n\033[38;5;34m✓ BACKUP SYNCED\033[0m\n" |
| extends=smartgit-dark-theme.properties | |
| preferredEditorTheme=dark | |
| background1=#2d2d2d | |
| background2=#1e1e1e | |
| selection.background=#0a0a0a | |
| composite.background#border=#1e1e1e | |
| selection.background.unfocused=#0a0a0a | |
| selection.foreground=foreground2 | |
| selection.foreground.unfocused=foreground2 | |
| toolBar.background.hover=#0a0a0a |
My servers are setup using Digital Ocean using These Instructions.
Then, for the API setup for Nginx, I use this setup for nginx.