Install
openclaw skills install new-player-package-800OpenClaw deployment optimization guide based on 800 RMB (100 USD) of real-world experience. Helps new users quickly complete skill installation, configuration optimization, and system tuning to solve common deployment issues.
openclaw skills install new-player-package-800This is a valuable lesson learned by a "poor developer" who spent 800 RMB (approximately 100 USD) on real-world OpenClaw deployment and debugging. This comprehensive optimization guide helps new users avoid common pitfalls and get started quickly.
clawhub - Official skill repository manager
clawhub install <skill-name>Find Skills - Skill recommendation assistant
skill-creator - Skill creation toolkit
clawddocs - Official documentation retrieval
openclaw-anything - System management operations
clawdbot-filesystem - Advanced filesystem operations
Ontology - Knowledge graph construction
session-monitor - Session status monitoring ⭐
/token on|off to toggle[🧠 qwen3-max | 📥123k/📤420 | Context: 47%]task-persistence - Task persistence ⭐
Vector Search Configuration
Security Hardening
Performance Optimization
# Install all required CLI tools
npm install -g clawhub uv
# Clone and install core skills
mkdir -p ~/.openclaw/skills
cd ~/.openclaw/skills
# Install official skills
clawhub install clawhub find-skills skill-creator clawddocs openclaw-anything clawdbot-filesystem ontology
# Install enhanced skills
clawhub install session-monitor task-persistence
# Configure vector search
mkdir -p ~/.openclaw/memory
# Enable memory-core plugin in openclaw.json
# Apply security configuration
# Fix gateway.auth.token and gateway.remote.token consistency
Symptom: unauthorized: gateway token mismatch
Solution:
{
"gateway": {
"auth": {
"token": "your-consistent-token"
}
}
}
Set environment variable: export OPENCLAW_GATEWAY_TOKEN="your-consistent-token"
Cause: Required tools not installed or environment variables not set Solution:
OPENCLAW_WORKSPACE environment variableSymptom: Cannot load new skills, slow responses Solution:
agents.defaults.compaction.mode = "safeguard"/status to monitor token usageSolution: Enable task-persistence skill
✅ All 9 core skills installed and enabled
✅ session-monitor displays token information
✅ task-persistence monitors gateway status
✅ Vector search configured and working
✅ Security configuration applied
✅ Performance optimization implemented
clawhub update --all/status to check token usageopenclaw.jsonThis "New Player Package 800" includes:
Helps new users complete in 30 minutes what would normally take days, achieving a truly "out-of-the-box" experience.