Power Up Guide

Make Kiyomi Unstoppable

Kiyomi is already a complete AI with 14 tools, persistent memory, and Telegram built in. Install these extra AI CLIs and she becomes an army — controlling every AI from one place.

Important: Kiyomi is NOT a wrapper for these tools. She is a fully-featured AI assistant that works on her own. These are optional power-ups that give her more brains to delegate to.
Kiyomi
+Claude
+Codex
+Gemini
+Ollama
MAX
🧠

Claude CLI — Anthropic

$20/mo

Deep reasoning, complex coding, and multi-file refactors. The gold standard for software engineering tasks.

  • Multi-file refactors across entire codebases
  • Architecture design and code review
  • Complex reasoning and analysis
1

Open your web browser (Safari, Chrome, or whatever you use) and go to:

https://claude.ai/download

This is Anthropic’s official download page for Claude CLI.

2

Create a Claude account (or sign in if you already have one). You’ll need an email address. They’ll send a verification code to your email — check your inbox and enter it.

3

Choose the Max plan ($20/month). This gives you unlimited use of Claude CLI. Enter your payment info and subscribe.

If you already pay for Claude (claude.ai), you may already have CLI access. Skip to Step 4 and try it.
4

Open your Terminal app.

On Mac: Press Cmd + Space to open Spotlight, type Terminal, and press Enter.

On Windows: Press the Windows key, type PowerShell, and press Enter.

5

Install Claude CLI. Copy and paste this entire line into your terminal, then press Enter:

npm install -g @anthropic-ai/claude-code
If you get an error saying “npm: command not found” — you need to install Node.js first. Go to nodejs.org, click the big green download button, run the installer, then try again.
6

Log in to Claude CLI. Type this in your terminal and press Enter:

claude

A browser window will pop open asking you to log in. Sign in with the same account from Step 2. Once you see “authenticated” in the terminal, you’re done.

What you’ll see:
A message like “Welcome to Claude Code” in your terminal. That means it worked.
7

That’s it. Close the Claude terminal window (type exit and press Enter). Now open Kiyomi and tell her:

kiyomi> "Use Claude to refactor my authentication module"
✓ Kiyomi detects Claude CLI automatically — no configuration needed
💻

Codex CLI — OpenAI

$20/mo

Code generation, execution, and review from OpenAI. Excellent for rapid prototyping and generating unit tests.

  • Generate entire modules from descriptions
  • Execute and test code automatically
  • Code review and optimization pipeline
1

Go to OpenAI’s website in your web browser:

https://platform.openai.com

Create an account or sign in. You’ll need to add a payment method and fund your account (pay-as-you-go, about $20/month for normal use).

2

Open your Terminal app.

On Mac: Press Cmd + Space, type Terminal, press Enter.

On Windows: Press the Windows key, type PowerShell, press Enter.

3

Install Codex CLI. Copy and paste this line into your terminal, then press Enter:

npm install -g @openai/codex
What you’ll see:
Some text scrolling by as it installs. When you see your terminal prompt again (the blinking cursor), it’s done.
If you get “npm: command not found” — install Node.js from nodejs.org first (same as Claude CLI above).
4

Log in to Codex. Type this and press Enter:

codex login

Follow the prompts. It will ask you to log in via your browser. Use the same OpenAI account from Step 1.

What you’ll see:
A confirmation message in your terminal when login succeeds.
5

Done. Close the terminal. Open Kiyomi and try:

kiyomi> "Use Codex to generate unit tests for my API"
✓ Kiyomi detects Codex CLI automatically — no configuration needed

Gemini CLI — Google

FREE

13+ specialized skills including security audits, SEO analysis, and spreadsheet expertise. Completely free with a Google account.

  • Security review and vulnerability scanning
  • SEO audit and optimization
  • Spreadsheet analysis and generation
  • SwiftUI, Docker, CI/CD, and more
  • Technical documentation writing
1

Make sure you have a Google account. If you use Gmail, you already have one. If not, go to accounts.google.com and create one (it’s free).

2

Open your Terminal app.

On Mac: Press Cmd + Space, type Terminal, press Enter.

On Windows: Press the Windows key, type PowerShell, press Enter.

3

Install Gemini CLI. Copy and paste this line into your terminal, then press Enter:

npm install -g @google/gemini-cli
What you’ll see:
Text scrolling as it installs. Wait until you see your terminal prompt again (blinking cursor).
If you get “npm: command not found” — install Node.js from nodejs.org first.
4

Run Gemini for the first time. Type this and press Enter:

gemini

A browser window will pop open asking you to sign in with your Google account. Click your Google account, then click “Allow” when asked for permissions.

What you’ll see:
After you allow permissions in the browser, go back to your terminal. You should see a Gemini prompt ready for input. That means it worked.
5

Done. Type /quit to close Gemini, then open Kiyomi and try:

kiyomi> "Use Gemini to audit my website for SEO issues"
✓ Kiyomi detects Gemini CLI automatically — no configuration needed
📧

Google Workspace CLI

FREE

Control Gmail, Google Sheets, Google Docs, Google Calendar, and Google Drive from the terminal. Requires a Google Workspace or personal Gmail account.

  • Send and search emails via Gmail
  • Read and write Google Sheets
  • Create and edit Google Docs
  • Manage Google Calendar events
  • Search and organize Google Drive
1

Open your Terminal app.

On Mac: Press Cmd + Space, type Terminal, press Enter.

On Windows: Press the Windows key, type PowerShell, press Enter.

2

Install the Google Workspace CLI. Copy and paste this line into your terminal, then press Enter:

pip install gws-cli
If you get “pip: command not found” — try pip3 install gws-cli instead. If that also doesn’t work, install Python from python.org first.
3

Log in to your Google account. Type this and press Enter:

gws auth login

A browser window will open asking you to sign in with your Google account. Click your account and allow the permissions.

What you’ll see:
A “Successfully authenticated” message in your terminal. You’re all set.
4

Done. Open Kiyomi and try:

kiyomi> "Send a weekly report from this spreadsheet via Gmail"
✓ Kiyomi detects Google Workspace CLI automatically — no configuration needed
🔒

Ollama — Local LLMs

FREE

Run powerful AI models like Qwen, Llama, and DeepSeek entirely on your machine. Zero API costs, complete privacy, no internet required. Perfect for sensitive documents that should never leave your computer.

  • Complete data privacy — nothing leaves your machine
  • Works offline, no internet needed
  • Zero ongoing cost after install
  • Dozens of models: Qwen, Llama 3, Mistral, DeepSeek, CodeLlama & more
1

Go to the Ollama website in your browser:

https://ollama.com/download
2

Click the download button for Mac. A file will download.

Open the downloaded .dmg file. Drag the Ollama icon into your Applications folder. Then open Ollama from Applications.

What you’ll see:
A small llama icon will appear in your menu bar (top-right of your screen). That means Ollama is running.
3

Download an AI model. Open your Terminal (Mac: Cmd + Space, type Terminal) or PowerShell (Windows). Then paste this and press Enter:

ollama pull qwen3

This downloads Qwen 3 — one of the most powerful free AI models available. It’s about 5 GB, so it may take a few minutes depending on your internet speed. Wait until it says “success”.

Want a smaller model? Try ollama pull llama3.2 (2 GB) or ollama pull deepseek-r1 for reasoning tasks.

What you’ll see:
A progress bar showing the download. When it finishes, it will say “success”.
4

Done. Close the terminal. Open Kiyomi and try:

kiyomi> "Use the local LLM to summarize this document — I don’t want it leaving my machine"
✓ Kiyomi detects Ollama automatically — no configuration needed

How to Talk to Kiyomi About Your AI Tools

You don’t need to learn anything new. Just tell Kiyomi what you want in plain English. Here are some examples you can copy and paste:

"I just installed Claude CLI. Can you use it to help me refactor my project?"
"Use Gemini to audit my site for SEO, then use Claude to fix the issues"
"Which AI tool would be best for writing unit tests?"
"Use my local LLM for this — I want it to stay private"
"Use Codex to generate the boilerplate, then have Claude review it"
"Send the weekly revenue summary via Gmail using Google Workspace"

What This Actually Costs

Kiyomi CLI
+ Claude CLI
+ Codex CLI (optional)
+ Gemini CLI FREE
+ Google Workspace CLI FREE
+ Ollama FREE
Every AI on the planet $59.99/mo

Compare: Hiring a developer = $5,000–$15,000/mo

Get Kiyomi CLI →

Already have Kiyomi? Just install the CLIs above — Kiyomi detects them automatically. No update needed.