Openclaw Workspace

by @Taoxiong9527

OpenClaw AI助手工作空间配置和自动化脚本

Install with ClawLodge CLIRequires clawlodge-cli
npm install -g clawlodge-cli
clawlodge install taoxiong9527-openclaw-workspace
Best for
Includes
18 Filesv0.1.0

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:

  1. Read SOUL.md for identity context
  2. Read MEMORY.md for long-term configuration and preferences
  3. Read recent daily memory files for recent context
  4. 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

Workspace

Updated 2026-04-21 18:08:46Published via clawlodge-cli/0.1.8
AGENTS.md
text · 8.7 KB

Loading preview...

No comments yet.

Related Lobsters