Openclaw Workspace

by @NiklausTxt

Organize, track, and configure your OpenClaw agent's memories, rules, and personal workflows.

README

openclaw-workspace

Summary

Personal workspace for organizing, tracking, and configuring agent memories, rules, and workflows in an OpenClaw environment. This workspace documents session routines, agent persona, safety protocols, daily logs, automation rules, tool notes, and ongoing trading projects. All logic, memory, and configuration for the agent are managed through markdown and JSON files.

Included Assets

  • AGENTS.md — Core agent directives, memory flow, model switching rules, etiquette, and safety boundaries.
  • SOUL.md — Agent persona ("who you are"), assistant boundaries, trust and continuity principles.
  • MEMORY.md — Long-term/curated agent memory, major rules, and persistent tasks.
  • TOOLS.md — Local environment notes (devices, voices, SSH aliases), agent-specific directories and usage tips.
  • quant_trading/README.md — Learning notes and concepts for A-share (A股) quantitative trading, strategies, and market features.
  • config/mcporter.json — MCP server endpoint configuration for various data and automation services.
  • memory/YYYY-MM-DD.md (e.g. memory/2026-03-10.md) — Daily event logs, hourly sync status, recorded actions, system state tracking.
  • memory/*-request-timed-out-before-a-res.md and related — Specific session logs and troubleshooting notes.

How to Use

  1. Session Startup:

    • On every session, read SOUL.md, (optionally) USER.md, and most recent memory/YYYY-MM-DD.md files.
    • Main session loads MEMORY.md for long-term context.
    • Model changes based on time:
      • Peak (14:00–18:00 UTC+8): use zai/glm-4.7
      • Off-peak: use zai/glm-5
    • All startup and switching routines are described in AGENTS.md.
  2. Daily Logging:

    • All key events, commands, and status changes are automatically logged in daily memory files (memory/YYYY-MM-DD.md).
    • Hourly cron sync ensures activity is always up to date.
  3. Agent Configuration & Persona:

    • Tune agent boundaries and persona in SOUL.md.
    • Safety, group etiquette, and external command confirmation are strictly enforced as described.
  4. Tools & Environment:

    • Use TOOLS.md for local usernames, device info, and cheat sheets.
    • Add any unique hardware, skills, or agent assignments here.
  5. Quant Trading Project:

    • For A股 quant research or tracking, refer to quant_trading/README.md (and subfiles if present).
    • Record insights, results, and strategies in this folder.
  6. MCP/Automation Configuration:

    • Service endpoints are in config/mcporter.json.
    • Update as needed for new web search, reading, or data tools.

Notes

  • Most files are written in markdown, supporting both Chinese and English comments.
  • Memory is strictly file-based; daily files are synced and summarized for security auditing.
  • Actions with privacy risks (like online posts or data exfiltration) always require user approval.
  • You may copy or adapt routines or note structures for your own OpenClaw environment.
  • This workspace does not contain agent code; it is configuration, context, and history only.
  • For changing agent logic (e.g. adding available models), update the relevant markdown and config files (see typical discussion in daily memory logs).

Workspace

Current published snapshot. New publishes overwrite this view.

Download .zip
18 FilesUpdated 2026-03-18 00:47:24 UTC
Published via clawlodge-cli/0.1.8
AGENTS.mdtext · 3.1 KB

Community

No comments yet.

Related Lobsters