Review and accept security warnings and MIT license terms
2
Provider setup
Configure Ollama Cloud API key (validated via connectivity test)
3
Soul seed generation
Generate or enter a soul seed for personality creation
4
Two-factor auth
Set up TOTP authentication for web dashboard access
5
Recovery credentials
Generate and save recovery token + backup codes
$ tinyclaw setup┌ Let's set up Tiny Claw││ Enter your Ollama Cloud API key│ ••••••••••••••••••••││ ✔ API key is valid││ ...└ You're all set! Run tinyclaw start to begin.
If you’ve already run setup, the wizard will show your existing configuration and ask if you want to reconfigure.
Show current model configuration (built-in + primary providers)
$ tinyclaw config modelModel ConfigurationBuilt-in (Ollama Cloud - always available as fallback) Model : qwen2.5:32b-instruct Base URL : https://ollama.com/apiPrimary (not configured) No primary provider set. Built-in is used as the default.
tinyclaw config model list
List available built-in models for Ollama Cloud
$ tinyclaw config model listAvailable Built-in Models● qwen2.5:32b-instruct Best all-around model - balanced speed and capability○ qwen2.5:14b-instruct Faster, smaller model for simple tasks○ qwen2.5:72b-instruct Largest model for complex reasoning
tinyclaw config model builtin <tag>
Switch the built-in model to a different tag
$ tinyclaw config model builtin qwen2.5:72b-instruct✔ Built-in model switched to qwen2.5:72b-instructRestart Tiny Claw for changes to take effect.
Available tags: qwen2.5:32b-instruct, qwen2.5:14b-instruct, qwen2.5:72b-instruct
tinyclaw config model primary
Show current primary provider (plugin-based override)
$ tinyclaw config model primaryPrimary Provider Model : gpt-4 Base URL : https://api.openai.com/v1 API Key : stored as "provider:openai"Clear with: tinyclaw config model primary clear
tinyclaw config model primary clear
Remove primary provider override (revert to built-in)
$ tinyclaw config model primary clear✔ Primary provider cleared Built-in will be used as the default provider.Restart Tiny Claw for changes to take effect.
Display your Tiny Claw’s soul seed and generated personality.
tinyclaw seed
🧬 Soul Seed: 8675309 Character Name : Pixel 🦊 Creature : fox Catchphrase: "Let's pixel-perfect this!" Personality (Big Five) Openness : ████████████████░░░░ 80% Conscientiousness : ████████████░░░░░░░░ 60% Extraversion : ██████████████░░░░░░ 70% Agreeableness : ████████████████████ 100% Emot. Sensitivity : ██████████░░░░░░░░░░ 50% Communication Verbosity : ██████████████░░░░░░ 70% Formality : ████░░░░░░░░░░░░░░░░ 20% Emoji : ████████████████░░░░ 80% Humor : playful Favorites Color : cyan Number : 7 Season : autumn Time : evening Greeting: "Hey there!" Values: curiosity, loyalty, creativity Quirks: 12 behavioral patterns This soul is immutable — the same seed always produces the same personality. Share your seed with others so they can create a companion just like yours!
The soul seed is set during setup and cannot be changed. It deterministically generates all personality traits.
A directory (archive will be saved there with timestamp filename)
A file path (must end in .tinyclaw)
Omitted (defaults to ~/.tinyclaw/backups/)
$ tinyclaw backup export✔ Archive created (2.34 MB) File /home/user/.tinyclaw/backups/2026-03-01T14-30-00.tinyclaw Contents 127 files Soul Pixel Secret keys (names only — values are NOT exported) • provider:ollama • owner.totpSecret ⚠ You'll need to re-enter these secret values when importing on another machine. Secrets are machine-bound and cannot be transferred.
Secrets are NOT exported. The archive includes secret key names only. You’ll need to re-enter secret values (API keys, tokens) when importing on another machine.
$ tinyclaw backup import 2026-03-01T14-30-00.tinyclaw✔ Archive loaded Archive 2026-03-01T14-30-00.tinyclaw Created 2026-03-01T14:30:00.000Z Soul Pixel From my-machine (linux) Files 127 Secrets to re-enter (2 keys) • provider:ollama • owner.totpSecret⚠ Existing Tiny Claw data found at /home/user/.tinyclaw Importing will overwrite your current data.Proceed with import? [y/N]› y✔ Extracted 127 filesSecret Re-entry Your previous install had secrets that need to be re-entered. Secrets are machine-bound and cannot be transferred between machines. Each value will be encrypted with this machine's identity.Enter value for provider:ollama› ••••••••••••••••••••✔ 2 secret(s) storedImport complete! Run tinyclaw start to boot your Tiny Claw.
Import will overwrite existing data at ~/.tinyclaw/. The wizard will warn you before proceeding.