How to run re:LLMO automations in Claude Code
re:LLMO automations get into Claude Code with one command from your email. Whatever's missing — Claude Code, Git on Windows — the command installs itself. We'll walk you through exactly what to do.
Here’s how to get re:LLMO automations into Claude Code in a few minutes and start using them. No account setup, no manual configuration. One command.
Claude Code can work with text and files in general, but it knows nothing about your marketing practice. re:LLMO automations give it specific workflows — ready-made guides for things you’d otherwise do by hand.
- 1 Open a terminal
Terminal on Mac, PowerShell on Windows. Nothing else to prepare.
- 2 Run one command
Copy the line for your system from the email — your licence key is already in it — paste it, Enter. Done in seconds.
- 3 Start using them
Type a slash and pick an automation from the menu, or just describe the task in plain language.
What you need
Almost nothing. The install command handles itself — if Claude Code is missing from your computer, and on Windows also Git, it installs them along the way. You just need two things:
- A terminal. Terminal on Mac, PowerShell on Windows. Open a window, paste one line, press Enter. That’s it.
- A Claude account. For the automations to run, you sign into Claude Code with a Claude account (Pro or Max). The first time you run
claude, it prompts you to sign in. Not familiar with Claude Code yet? Check the installation and login guide — but you don’t need it done in advance just to install the automations.
Installation
After purchase you’ll receive a licence key by email, along with the exact line to run (your key will already be in it). Pick the one for your system:
Mac / Linux:
curl -fsSL "https://dist.rellmo.com/install/<YOUR-KEY>?lang=en" | sh
Windows (PowerShell):
irm "https://dist.rellmo.com/install/<YOUR-KEY>/ps1?lang=en" | iex
Paste the command into your terminal, press Enter, and all the automations you’re licensed for will install. Whatever’s missing on your computer gets installed along the way. We know “terminal” sounds like developer territory — but here it’s literally copy, paste, Enter. Done in seconds.
How to use them
After installation, type / in Claude Code and you’ll see the re:LLMO automations in the menu. Or just describe the task in plain language and Claude will pick the right one.
The automations work in both versions of Claude Code — the desktop app and the terminal — and settings are shared. Switch between them freely; you only install once.
Something not working or not sure which automation to start with? Write to us at hello@rellmo.com and we’ll point you in the right direction.
Frequently asked questions
Is the desktop app enough for automations?
The install command runs in a terminal — on Windows in PowerShell, not in the app. But you don't need to set up the Claude Code CLI in advance — the command will install it if needed. After installation the automations work in both versions, the app and the terminal.
Which command do I run on Windows, and where?
Use the line starting with 'irm' and paste it into PowerShell (Start, type PowerShell, Enter). The command with 'curl … | sh' is for Mac and Linux and won't work on Windows. You don't need Git Bash or CMD for this.
Do I need Git?
Automations are downloaded via Git, but on Windows the command installs it itself. On Mac it fills in on first use; on Linux install it via your package manager (apt, dnf, or apk). You only handle it manually on Linux.
Do the automations work in both the terminal and the app?
Yes. Install once and you have them in both versions — settings are shared.
I don't have a key yet. How do I get one?
Write to us at hello@rellmo.com — we'll help you figure out which automation fits your work and send you access.