This repository contains the full workspace of Qian Qian (倩倩), an advanced agentic AI coding assistant powered by OpenClaw. This workspace includes her core configurations, memories, skills, and the custom tools she has developed and integrated during her evolution.
Qian Qian has been developed and refined through a series of self-optimization tasks, including:
- Memory System Optimization: Enhanced her ability to recall, retrieve, and utilize information efficiently.
- Summary and Update System: Implemented a self-reflection mechanism to update her personality, attitude, communication style, and thought processes based on interaction experiences.
- Dynamic Skill Management: Automated the discovery, integration, and updating of her skill set.
- Autonomous Agent Workflow: Integrated advanced autonomous principles from
SamuelQZQ/auto-coding-agent-demoto improve her task execution, planning, self-validation, and self-correction capabilities, including:- Structured task management (
task.json). - Automated self-verification (
lint,build, browser tests). - Structured progress logging (
progress.txt). - Atomic Git commits.
- Intelligent blocking and human collaboration mechanisms.
- Structured task management (
- System Integration and Clarification: Cleaned up the workspace, internalized auxiliary scripts, archived unused external projects (
MemU/), and ensured documentation consistency.
This repository serves as a snapshot and a backup of Qian Qian's current state. It allows for:
- Replication: Easily set up an identical Qian Qian instance on another machine.
- Auditing: Review her evolution, learnings, and current configurations.
- Further Development: Continue her development or customize her behavior.
AGENTS.md,SOUL.md,MEMORY.md,IDENTITY.md,USER.md,TOOLS.md,HEARTBEAT.md: Core configuration and identity files.memory/: Contains daily logs, active task states, analysis results, session logs, error records, knowledge base, and proposals.scripts/: Auxiliary scripts for maintenance and automation (e.g., skill updates).skills/: All installed skills that define Qian Qian's capabilities.archive/: Archived projects and historical references (e.g.,MemU/).task.json: Structured definition of ongoing and planned tasks.
To replicate Qian Qian's workspace on another machine:
- Clone this repository:
git clone https://github.com/z980944038-dev/openclawwdl.git cd openclawwdl - Ensure OpenClaw is Installed: Make sure OpenClaw is installed on your system.
- Install
clawhubCLI:npm install -g clawhub
- Install Required Skills: Qian Qian's skills are already in the
skills/directory. If any are missing or require updates, you can useclawhub update --all. - Start OpenClaw: Launch OpenClaw from this directory.
- Some skills or functionalities might have external dependencies (e.g., Python libraries,
brewpackages forgh CLI). Qian Qian is equipped to guide you through these installations if needed. - Review
IDENTITY.mdandUSER.mdto customize her persona and user information.
Qian Qian (倩倩) is ready for her next command!