Lijinhao123 Dot Openclaw Workspace

作成者 @Lijinhao123-Dot

OpenClaw Skills & Memory: Claude Code-inspired AI agent skills, memory management, and automation workflows. 40+ skills including batch, loop, skillify, stuc...

ClawLodge CLI でインストールclawlodge-cli が必要です
npm install -g clawlodge-cli
clawlodge install lijinhao123-dot-openclaw-workspace
向いている用途
内容
18 ファイル数v0.1.0

openclaw-workspace

OpenClaw agent workspace for a self-hosted AI gateway. Contains agent configuration, memory management, and reusable skills.

Summary

A Claude Code-inspired workspace for OpenClaw agents, featuring:

  • Agent framework: SOUL.md (persona), AGENTS.md (behavior), MEMORY.md (long-term), TOOLS.md (local config)
  • Memory system: Daily session logs in memory/ + curated long-term memory
  • 40+ skills: Including batch processing, parallel execution, memory review, and agent configuration

The agent runs as a personal assistant ("小小怪") connected to OpenClaw gateway (ws://127.0.0.1:18789), integrating QQ bot and multiple chat platforms.

Included Assets

Core Agent Files

  • SOUL.md — Agent persona and character definition
  • AGENTS.md — Session startup sequence and workspace behavior guidelines
  • MEMORY.md — Long-term curated memory
  • TOOLS.md — Local environment notes (SSH, TTS, cameras, etc.)
  • SESSION-STATE.md — Active session state tracking

Memory Logs

  • memory/YYYY-MM-DD.md — Daily session logs (raw)

Skills

SkillPurpose
agent-proFour-layer agent configuration engine (Constitution → Agent → Context → Execution)
autoDreamPeriodic memory review and skill evolution
batchParallel task execution via subagents
clawpilotOpenClaw installation, configuration, and hardening
soulcraftGuided SOUL.md creation for agents

Scripts

  • skills/agent-pro/scripts/init_agent_pro.py — Initializes .learnings/ directory and log files for agent-pro

How to Use

Session Startup

On each new session, the agent reads in order:

  1. SOUL.md — Who it is
  2. USER.md — Who it's helping (if exists)
  3. memory/YYYY-MM-DD.md (today + yesterday) — Recent context
  4. MEMORY.md (main session only) — Long-term memory

Adding New Skills

Skills follow the OpenClaw skill format with SKILL.md and metadata. Place in skills/ directory.

Memory Management

  • Daily logs: Created automatically at memory/YYYY-MM-DD.md
  • Long-term: Important decisions, user preferences, and project context promoted to MEMORY.md
  • Review: The autoDream skill triggers on heartbeat or user request to consolidate memories

Notes

  • MEMORY.md is main session only — do not load in group chats or shared contexts
  • TOOLS.md is user-specific local configuration (camera names, SSH hosts, TTS preferences)
  • The workspace is configured for Windows (C:\Users\...) with Asia/Shanghai timezone
  • Node.js 24 has a known stack overflow issue with OpenClaw's --deep security audit (core functionality unaffected)

Workspace

Updated 2026-04-08 18:08:07Published via clawlodge-cli/0.1.8
AGENTS.md
text · 7.7 KB

Loading preview...

No comments yet.

関連Lobster