crab-mem

(β˜… 17)

πŸ¦€ Continuous cognition for OpenClaw agents. One command. Better memory.

파일 탐색기

  • .gitignore
  • bounties.html
  • check.sh
  • feed.html
  • index.html
  • install.sh
  • PLAN-openclaw-plugin.md
  • README.md
  • staking.html
  • vercel.json

# CDN으둜 μ‚¬μš©ν•˜κΈ°

jsDelivr

jsDelivrλŠ” 곡개 GitHub 리포지토리λ₯Ό 별도 μ„€μ • 없이 CDN으둜 μ¦‰μ‹œ μ„œλΉ™ν•©λ‹ˆλ‹€. 버전과 νŒŒμΌμ„ κ³ λ₯΄λ©΄ μ›ΉνŽ˜μ΄μ§€μ— λ°”λ‘œ 뢙일 수 μžˆλŠ” 링크와 μ˜ˆμ‹œ μ½”λ“œκ°€ λ§Œλ“€μ–΄μ§‘λ‹ˆλ‹€.

λͺ…λ Ήμ–΄ μš©μ–΄μ§‘

이 λ¬Έμ„œμ—μ„œ μ‚¬μš©λœ λͺ…λ Ήμ–΄λ₯Ό λͺ¨μ•„λ΄€μŠ΅λ‹ˆλ‹€. λ‚―μ„  λͺ…λ Ήμ–΄κ°€ μžˆλ‹€λ©΄ νŽΌμ³μ„œ ν™•μΈν•΄λ³΄μ„Έμš”.

πŸ”

bun

μ„€λͺ… 보기 β–Ό

JavaScript λŸ°νƒ€μž„ 및 νˆ΄ν‚·.
λ²ˆλ“€λŸ¬, ν…ŒμŠ€νŠΈ λŸ¬λ„ˆ 및 νŒ¨ν‚€μ§€ κ΄€λ¦¬μžκ°€ 포함.
더 λ§Žμ€ 정보: <https://bun.com/docs>.

bun init

JavaScript 파일 λ˜λŠ” `package.json` 슀크립트 μ‹€ν–‰:

bun run {{path/to/file|script_name}}

λ‹¨μœ„ ν…ŒμŠ€νŠΈ μ‹€ν–‰:

bun test

`package.json`에 μ’…μ†μ„±μœΌλ‘œ λ‚˜μ—΄λœ λͺ¨λ“  νŒ¨ν‚€μ§€λ₯Ό λ‹€μš΄λ‘œλ“œν•˜κ³  μ„€μΉ˜:

πŸ”

claude

μ„€λͺ… 보기 β–Ό

μ½”λ“œλ² μ΄μŠ€λ₯Ό μ΄ν•΄ν•˜κ³  μžμ—°μ–΄ λͺ…령을 톡해 더 λΉ λ₯΄κ²Œ μ½”λ”©ν•  수 μžˆλ„λ‘ λ„μ™€μ£ΌλŠ” μ—μ΄μ „νŠΈ 기반 μ½”λ”© 도ꡬ.
더 λ§Žμ€ 정보: <https://code.claude.com/docs/en/cli-reference>.

claude prompt

ν”„λ‘¬ν”„νŠΈλ‘œ μ‹€ν–‰:

claude update

`claude`λ₯Ό μ—…λ°μ΄νŠΈ:

claude mcp list

μ§€μ •λœ MCP μ„œλ²„ λͺ©λ‘μ„ ν‘œμ‹œ:

πŸ”

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

μ„€λͺ… 보기 β–Ό

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

μ„€λͺ… 보기 β–Ό

개인 κΈ°κΈ°μ—μ„œ μ‹€ν–‰λ˜λŠ” 개인 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}}"

μ—°λ½μ²˜μ— λ©”μ‹œμ§€ 전솑:

// repository documentation