crab-mem
π¦ Continuous cognition for OpenClaw agents. One command. Better memory.
File Explorer
- bounties.js
- CLAUDE.md
- observations.js
- staking.js
- version.ts
- crab-celebrate.webp
- crab-hero.webp
- crab-icon.webp
- crab-trading.png
- hero-bg.png
- og-share.png
- index.ts
- openclaw.plugin.json
- package.json
- README.md
- staking-page.md
- install.sh
- SKILL.md
- SKILL.md
- SKILL.md
- .gitignore
- bounties.html
- check.sh
- feed.html
- index.html
- install.sh
- PLAN-openclaw-plugin.md
- README.md
- staking.html
- vercel.json
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
bun
View Details βΌ
bun
JavaScript runtime and toolkit.
Includes a bundler, a test runner, and a package manager.
bun init
Create a new Bun project in the current directory:
bun run {{path/to/file|script_name}}
Run a JavaScript file or a `package.json` script:
bun test
Run unit tests:
claude
View Details βΌ
claude
An agent-based coding tool that understands your code base and helps you code faster through natural language commands.
claude prompt
Execute with prompt:
claude update
Update `claude`:
claude mcp list
Get the list of specified MCP servers:
git clone
View Details βΌ
git clone
Clone an existing repository.
git clone {{remote_repository_location}} {{path/to/directory}}
Clone an existing repository into a new directory (the default directory is the repository name):
git clone --recursive {{remote_repository_location}}
Clone an existing repository and its submodules:
git clone {{[-n|--no-checkout]}} {{remote_repository_location}}
Clone only the `.git` directory of an existing repository:
openclaw gateway
View Details βΌ
openclaw gateway
Start the OpenClaw gateway server (control plane).
openclaw gateway --allow-unconfigured
Start the gateway on the default port (18789):
openclaw gateway --allow-unconfigured --port {{18789}}
Start the gateway on a specific port:
openclaw gateway --allow-unconfigured --verbose
Start the gateway with verbose logging:
openclaw
View Details βΌ
openclaw
A personal AI assistant that you run on your own devices.
Some subcommands such as `onboard`, `agent`, `doctor`, etc. have their own usage documentation.
See also: `zeroclaw`.
openclaw onboard --install-daemon
Run the onboarding wizard to set up the gateway and channels:
openclaw gateway --allow-unconfigured --port {{18789}} --verbose
Start the gateway server:
openclaw message send {{[-t|--target]}} {{+1234567890}} {{[-m|--message]}} "{{Hello}}"
Send a message to a contact:
