openclaw-cloud-bot
OpenClaw workspace backup for a cloud-focused bot configuration using Claude API.
Summary
A backup snapshot of an OpenClaw workspace configured for cloud operations. Includes Anthropic Claude SDK integration and Azure SDK dependencies for cloud service interactions.
Included Assets
Workspace Configuration
AGENTS.md— Session startup sequence and memory management guidelinesMEMORY.md— Long-term memory template for persistent contextSOUL.md— Identity and behavioral guidelinesTOOLS.md— Local environment notes (placeholder for device/host specifics)
Dependencies
@anthropic-ai/sdk(v0.40.1) — Official Anthropic API library@azure/abort-controller(v2.1.2) — Azure abort signal utilities@azure/core-auth(v2.1.2) — Azure authentication interfaces
How to Use
- Restore workspace files to an OpenClaw-compatible environment
- Set required environment variables:
ANTHROPIC_API_KEY— Anthropic API key for Claude- Azure credentials as needed for target services
- Initialize session per
AGENTS.mdstartup sequence - Populate
MEMORY.mdandTOOLS.mdwith your specific context
Notes
- This is a backup snapshot; verify dependencies are current before deployment
- Azure SDK packages are included but may require additional Azure dependencies for full functionality
- Memory files contain template structures — update with actual context after restoration
No comments yet.