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.
파일 탐색기
- 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
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
openclaw gateway
설명 보기 ▼
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
설명 보기 ▼
openclaw
개인 기기에서 실행되는 개인 AI 어시스턴트.
`onboard`, `agent`, `doctor`와 같은 일부 하위 명령어는 별도의 사용법 문서를 가짐.
관련 항목: `zeroclaw`.
더 많은 정보: <https://docs.openclaw.ai/cli>.
openclaw onboard --install-daemon
게이트웨이 및 채널 설정을 위한 온보딩 실행:
openclaw gateway --allow-unconfigured --port {{18789}} --verbose
게이트웨이 서버 시작:
openclaw message send {{[-t|--target]}} {{+1234567890}} {{[-m|--message]}} "{{Hello}}"
연락처에 메시지 전송:
query
설명 보기 ▼
query
프로세스, 세션 및 원격 데스크톱 세션 호스트 서버에 대한 정보를 표시합니다.
더 많은 정보: <https://learn.microsoft.com/windows-server/administration/windows-commands/query>.
query session
모든 사용자 세션 표시:
query session /server:{{hostname}}
원격 컴퓨터의 현재 사용자 세션 표시:
query user
로그인한 사용자 표시:
