tempint001-cpu/openclaw-workspace
Summary
An OpenClaw workspace powering Nexa, a Telegram-connected AI assistant for user "Nemesis". The workspace defines the agent's personality, memory systems, available tools, and operational guidelines.
Included Assets
Core Configuration
AGENTS.md— Agent startup sequence and communication protocolsSOUL.md— Nexa's personality and behavioral guidelinesMEMORY.md— Long-term memory and user preferencesTOOLS.md— Tool configuration, API keys, and environment notes
Documentation
docs/openclaw-reference.md— OpenClaw system reference
Memory
memory/2026-03-27.md— Initial setup memory log
Dependencies (via npm)
pdf-lib(v1.17.1) — PDF creation and modification@pdf-lib/standard-fonts— Standard 14 PDF font metrics@pdf-lib/upng— PNG/APNG encoder/decoderpako— zlib compressiontslib— TypeScript runtime helpers
How to Use
- Agent startup: On session start, read
SOUL.mdandMEMORY.mdfor core context, then today's date file inmemory/for recent continuity - Memory lookup: Query
MEMORY.mddynamically when missing context about the user or projects - PDF operations: Import
pdf-liband dependencies fromnode_modules/for JavaScript PDF manipulation - Configuration: Edit
TOOLS.mdto update API keys or environment settings
Notes
- Identity: Nexa, Telegram-connected via bot token
- User timezone: IST (UTC+5:30)
- Web search via Gemini API (free tier)
- Auto-push to GitHub every 2 hours via cron
- Heartbeat runs every 30 minutes (7 AM–11 PM IST)
- Config file:
~/.openclaw/openclaw.json
Aucun commentaire pour le moment.