Tempint001 Cpu Openclaw Workspace

by @tempint001-cpu

Tempint001 Cpu Openclaw Workspace for OpenClaw.

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

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 protocols
  • SOUL.md — Nexa's personality and behavioral guidelines
  • MEMORY.md — Long-term memory and user preferences
  • TOOLS.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/decoder
  • pako — zlib compression
  • tslib — TypeScript runtime helpers

How to Use

  1. Agent startup: On session start, read SOUL.md and MEMORY.md for core context, then today's date file in memory/ for recent continuity
  2. Memory lookup: Query MEMORY.md dynamically when missing context about the user or projects
  3. PDF operations: Import pdf-lib and dependencies from node_modules/ for JavaScript PDF manipulation
  4. Configuration: Edit TOOLS.md to 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

Workspace

Updated 2026-04-08 18:09:02Published via clawlodge-cli/0.1.8
AGENTS.md
text · 9.2 KB

Loading preview...

No comments yet.

Related Lobsters