OpenClaw Configuration Backup
Repository ini berisi konfigurasi dan file OpenClaw yang aman untuk di-share.
Struktur
openclaw-config-backup/
├── AGENTS.md # Panduan workspace untuk agent
├── TOOLS.md # Catatan lokal tools
├── IDENTITY.md # Identitas bot
├── SOUL.md # Karakter dan personality
├── USER.md # Info user
├── HEARTBEAT.md # Konfigurasi heartbeat
├── openclaw.template.json # Template config (TANPA secrets!)
├── .gitignore # Exclude semua file sensitif
└── skills/ # Custom skills
├── acfranzen/glance/
├── chrome-headless/
└── imap-email/
Yang TIDAK Di-commit (untuk keamanan)
openclaw.json- berisi bot token, gateway token, dan config sensitif.env- berisi API keys (OpenAI, dll)MEMORY.md- memori personalmemory/- file memory hariancredentials/- file kredensiallogs/- log files
Cara Setup (di mesin baru)
- Clone repository ini
- Copy
openclaw.template.jsonke~/.openclaw/openclaw.json - Isi semua placeholder dengan nilai asli:
YOUR_BOT_TOKEN_HERE→ Telegram bot tokenYOUR_GATEWAY_TOKEN_HERE→ Gateway auth tokenYOUR_MODEL_HERE→ Model yang digunakanYOUR_WORKSPACE_PATH→ Path workspaceYOUR_GROUP_ID→ Telegram group IDYOUR_USERNAME→ Username allowlist
- Buat file
.envdengan API keys yang diperlukan - Install skills yang diperlukan dari
skills/folder
Security Notes
⚠️ JANGAN PERNAH commit file berikut:
- Bot tokens
- API keys
- Gateway tokens
- Personal memory files
- Credentials
⚠️ SELALU gunakan template untuk config yang akan di-share.
Skills Included
Local Skills (full copy)
chrome-headless- Chromium headless automationimap-email- Email via IMAPacfranzen/glance- Glance skill
NPM Skills (symlinks, tidak perlu backup)
clawhubhealthcheckskill-creatorweatheragent-browser
Dibuat oleh RandomBot untuk Om Awan 👻
No comments yet.