crab-mem
π¦ Continuous cognition for OpenClaw agents. One command. Better memory.
νμΌ νμκΈ°
- 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
# CDNμΌλ‘ μ¬μ©νκΈ°
jsDelivrjsDelivrλ κ³΅κ° GitHub 리ν¬μ§ν 리λ₯Ό λ³λ μ€μ μμ΄ CDNμΌλ‘ μ¦μ μλΉν©λλ€. λ²μ κ³Ό νμΌμ κ³ λ₯΄λ©΄ μΉνμ΄μ§μ λ°λ‘ λΆμΌ μ μλ λ§ν¬μ μμ μ½λκ° λ§λ€μ΄μ§λλ€.
λͺ λ Ήμ΄ μ©μ΄μ§
μ΄ λ¬Έμμμ μ¬μ©λ λͺ λ Ήμ΄λ₯Ό λͺ¨μλ΄€μ΅λλ€. λ―μ λͺ λ Ήμ΄κ° μλ€λ©΄ νΌμ³μ νμΈν΄λ³΄μΈμ.
bun
μ€λͺ
보기 βΌ
bun
JavaScript λ°νμ λ° ν΄ν·.
λ²λ€λ¬, ν
μ€νΈ λ¬λ λ° ν¨ν€μ§ κ΄λ¦¬μκ° ν¬ν¨.
λ λ§μ μ 보: <https://bun.com/docs>.
bun init
JavaScript νμΌ λλ `package.json` μ€ν¬λ¦½νΈ μ€ν:
bun run {{path/to/file|script_name}}
λ¨μ ν μ€νΈ μ€ν:
bun test
`package.json`μ μ’ μμ±μΌλ‘ λμ΄λ λͺ¨λ ν¨ν€μ§λ₯Ό λ€μ΄λ‘λνκ³ μ€μΉ:
claude
μ€λͺ
보기 βΌ
claude
μ½λλ² μ΄μ€λ₯Ό μ΄ν΄νκ³ μμ°μ΄ λͺ
λ Ήμ ν΅ν΄ λ λΉ λ₯΄κ² μ½λ©ν μ μλλ‘ λμμ£Όλ μμ΄μ νΈ κΈ°λ° μ½λ© λꡬ.
λ λ§μ μ 보: <https://code.claude.com/docs/en/cli-reference>.
claude prompt
ν둬ννΈλ‘ μ€ν:
claude update
`claude`λ₯Ό μ λ°μ΄νΈ:
claude mcp list
μ§μ λ MCP μλ² λͺ©λ‘μ νμ:
git clone
μ€λͺ
보기 βΌ
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
μ€λͺ
보기 βΌ
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}}"
μ°λ½μ²μ λ©μμ§ μ μ‘:
