Beyond Chat
OpenClaw is designed for action. Your first "Command" will test the agent's ability to use a skill autonomously.
Example Command
In your chat interface, type:
OpenClaw, please create a file named "hello.txt" in my workspace with the text "Hello from the future!"
The Execution Loop
- Thought: The agent realizes it needs the
file_systemskill. - Action: It calls the
write_filetool. - Result: "hello.txt" appears in your directory.
- Summary: The agent confirms the action was successful.