mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-19 17:01:34 +00:00
Update cheatsheets
This commit is contained in:
43
tldr/zeroclaw
Normal file
43
tldr/zeroclaw
Normal file
@@ -0,0 +1,43 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# zeroclaw
|
||||
|
||||
> Fast, small, and fully autonomous AI assistant infrastructure.
|
||||
> Some subcommands such as `onboard`, `models`, `service`, etc have their own usage documentation.
|
||||
> See also: `openclaw`.
|
||||
> More information: <https://github.com/zeroclaw-labs/zeroclaw#quick-start>.
|
||||
|
||||
- Initialize workspace and configuration (quick setup):
|
||||
|
||||
`zeroclaw onboard --api-key {{api_key}} --provider {{openrouter|anthropic|openai|...}}`
|
||||
|
||||
- Run the full interactive onboarding wizard:
|
||||
|
||||
`zeroclaw onboard --interactive`
|
||||
|
||||
- Send a single message to the AI agent:
|
||||
|
||||
`zeroclaw agent {{[-m|--message]}} "{{Hello, ZeroClaw!}}"`
|
||||
|
||||
- Start interactive chat mode:
|
||||
|
||||
`zeroclaw agent`
|
||||
|
||||
- Start the gateway server (default: 127.0.0.1:8080):
|
||||
|
||||
`zeroclaw gateway`
|
||||
|
||||
- Start full autonomous runtime (gateway + channels + heartbeat):
|
||||
|
||||
`zeroclaw daemon`
|
||||
|
||||
- Check system status:
|
||||
|
||||
`zeroclaw status`
|
||||
|
||||
- Run diagnostics:
|
||||
|
||||
`zeroclaw doctor`
|
||||
Reference in New Issue
Block a user