What Clawie is
This page is written to be easy. No big words. No confusing setup map.
Clawie talks in the terminal
You type what you want. Clawie answers and helps with coding work.
Clawie-full has two parts
The main part is the Rust CLI. The other folder is the Python workspace that sits next to it.
Start Clawie
If you already have the project on your computer, start in the `Clawie-full` folder and open the Rust side first.
Open the Clawie folder
Find the big project folder named `Clawie-full`. Inside it, open the `Clawie` folder.
Go to the Rust side
The Rust side is the main terminal app. This is the best place to start if you want to talk to Clawie.
Run Clawie
Start the app from the Rust workspace. If Clawie asks for your model or API key, follow the prompts on screen.
Say what you want
Once it opens, type a simple request like “look at this folder” or “help me fix this bug”.
cd /Users/horatiubudai/ceo/ShrimpAI/Clawie-full/Clawie
cd rust-clawie/rust
cargo run -p rusty-claude-cli
How to use it
Keep your first try small. That makes Clawie easier to understand.
Ask one easy thing first
Good examples: “show me the files”, “explain this code”, or “help me change the navbar”.
Read the answer
Clawie will usually explain what it is doing before it changes anything important.
Use slash commands when needed
Clawie supports helper commands like `/help` and `/model` if you want guidance or want to change models.
Then ask for bigger things
After the first simple task works, you can ask Clawie to edit files, inspect code, or help fix bugs.
Good first commands
These are safe, simple things to try first.
/help
/model
show me the files in this project
help me change the hero text
If you get stuck
Most first-time problems are small.