openclaw-workspace
Summary
OpenClaw AI assistant workspace configuration and automation scripts. Contains core workspace configuration files, chat system integration, various skills/plugins, and daily memory logs for persistent context across sessions.
Included Assets
Core Files
- AGENTS.md — Session startup protocol and agent configuration
- SOUL.md — Assistant identity and behavioral guidelines
- MEMORY.md — Long-term memory and system configuration records
- TOOLS.md — Local tool notes and environment-specific configuration
Chat System (chat_system/)
- Python chat bot with Telegram integration
- News and weather query capabilities
- Context-aware conversational memory (50 messages)
Skills
- memory-qdrant — Local semantic memory using Qdrant and Transformers.js
- official-layout-pro — GB/T 9704-2012 compliant Chinese document formatting
- tencent-docs — Text-to-structured-XML formatting with Tencent Docs integration
- system-resource-monitor — CPU, RAM, Swap, and disk monitoring
- Additional skills: web-search, weather, video-frames, tmux, healthcheck, node-connect, skill-creator, cloudbase, file-manager
Telegram Bot (telegram_bot_project/)
- Standalone Python bot using python-telegram-bot
- Independent from OpenClaw plugin system
- SiliconFlow API integration support
Memory Logs (memory/)
- Daily session logs dating from 2026-03-31
- System heartbeat check records
- Configuration changes and troubleshooting notes
How to Use
This workspace is managed by OpenClaw. Core files are read automatically at session startup:
- Read
SOUL.mdfor identity context - Read
MEMORY.mdfor long-term configuration and preferences - Read recent daily memory files for recent context
- Reference skills and tools as needed for specific tasks
Running the Chat System
cd chat_system
./chat_main.sh chat <user_id> <message>
./chat_main.sh news <user_id>
./chat_main.sh weather <user_id>
Telegram Bot
cd telegram_bot_project
pip install -r requirements.txt
python bot.py
Notes
- Workspace operates in Chinese language context
- Configured channels: WeChat (active), Telegram (configured), LightClawBot
- Scheduled tasks include daily news/weather push, elevator/gas cylinder market reports
- System running stably since late March 2026
- Kimi-Claw integration installed and active
No comments yet.