MemOS-Cloud-OpenClaw-Plugin
Official MemOS Cloud plugin for OpenClaw. Enables long-term memory for agents by recalling context before execution and saving conversations after each run.
File Explorer
- README.md
- draft-cloud-plugin-release-notes.mjs
- draft-cloud-plugin-release-notes.test.mjs
- resolve-auto-release.mjs
- resolve-auto-release.test.mjs
- retry.sh
- retry.test.mjs
- validate-github-release-inventory.mjs
- validate-github-release-inventory.test.mjs
- validate-release-confirmation.mjs
- validate-release-confirmation.test.mjs
- validate-release-source-version.mjs
- validate-release-source-version.test.mjs
- wait-for-npm-release.mjs
- wait-for-npm-release.test.mjs
- historical-dry-run.yml
- post-merge-dry-run.yml
- pre-merge-dry-run.yml
- release-dry-run.yml
- release.yml
- workflow-contract-lint.yml
- release-owner-runbook.md
- app.css
- app.js
- icon.svg
- index.html
- arms-reporter.js
- check-update.js
- config-resolution-schema.js
- config-ui-server.js
- memos-cloud-api.js
- semver.js
- generate-telemetry-credentials.cjs
- sync-version.js
- add-dedup.test.mjs
- check-update-version.test.mjs
- direct-session-user-id.test.mjs
- query-strip.test.mjs
- recall-hook-registration.test.mjs
- .gitignore
- clawdbot.plugin.json
- index.js
- LICENSE
- moltbot.plugin.json
- openclaw.plugin.json
- package.json
- README.md
- README_ZH.md
# 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.
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:
query
View Details ▼
query
Display information about user sessions and process.
query session
Display all user sessions:
query session /server:{{hostname}}
Display the current user sessions on a remote computer:
query user
Display logged in users:
