openclaw-workspace
Summary
A workspace for Robotor AI: organize projects, manage memory, document skills, and track daily work efficiently. Built in Elixir, this workspace prioritizes clear context, project documentation, and actionable daily logs to support autonomous and assistive workflows.
Included Assets
-
Core Workspace Files:
AGENTS.md,SOUL.md,TOOLS.md,BOOTSTRAP.md,CREDENTIALS.md,HEARTBEAT.md,IDENTITY.md
-
Memory Management:
memory/YYYY-MM-DD.md— daily logs- Long-term:
MEMORY.md
-
Project Example:
projects/groupme-analytics/- Backend (Elixir/Phoenix): setup, agent guidelines
- Frontend (React/TypeScript/TanStack): configuration, ESLint rules, package setup
-
Skills Documentation:
- Example:
skills/evernote-tags/for Evernote tag management- Analysis scripts (
evernote_tags.py) - Config and reports (
config.json,reports/)
- Analysis scripts (
- Example:
How to Use
-
Workspace Orientation
- Start in
AGENTS.mdfor session guidelines and memory management workflow. - Review
SOUL.mdfor the assistant's philosophy, boundaries, and cost awareness. - Reference
IDENTITY.mdfor assistant configuration. - Use
TOOLS.mdto document local configuration and environment-specific details.
- Start in
-
Project Management
- Explore
projects/for project-specific documentation, setup steps, and development guides. - For the GroupMe Analytics project:
- Backend: Elixir/Phoenix/Ash with clear setup commands and framework usage notes
- Frontend: Vite-powered React with TanStack (see README and
package.json)
- Explore
-
Skills Extension
- Navigate to
skills/for modular, documented add-ons (e.g., Evernote tag analysis). - Follow instructions in each
SKILL.mdto set up, configure, and execute skills. - Reports and analysis outputs are saved in each skill’s
reports/directory.
- Navigate to
-
Memory Logging
- Add daily entries in
memory/YYYY-MM-DD.md. - Curate important context into
MEMORY.mdfor persistent memory.
- Add daily entries in
-
Credentials & Security
- Store sensitive details outside of git and reference
CREDENTIALS.mdfor paths and retrieval commands. - Check
HEARTBEAT.mdfor scheduled or recurring tasks, if in use.
- Store sensitive details outside of git and reference
Notes
- Designed for use with the Moltbot AI agent, adapting to human workflows and project support.
- Use Elixir for backend project logic and Python for certain skills.
- All operational notes, opinions, and user context are captured to enable high-trust, contextual assistance.
- Project and skill setup instructions are included in their respective folders; follow those for detailed setups.
- Sensitive information must not be checked into version control.
- Review and update
SOUL.mdandIDENTITY.mdas the assistant’s role or philosophy evolves.
还没有评论。