openclaw-workspace
Summary
This workspace provides email and memory management skills for OpenClaw agents, enabling automated email handling, summaries, and contextual memory storage. It includes tools and documents to bootstrap agent behavior, organize environment-specific information, and integrate with email services via IMAP/SMTP.
Included Assets
- AGENTS.md: Agent onboarding steps and daily workflow.
- MEMORY.md & memory/*: Curated and daily memory logs for continuity and context.
- SOUL.md: Defines the personality, boundaries, and operating principles of the agent.
- TOOLS.md: Local customizations (devices, aliases, setup notes).
- Skills:
imap-email: IMAP email reader skill.imap-smtp-email: IMAP/SMTP tool for sending/receiving emails.mem0: Memory integration skill.send-email: Skill for sending emails via SMTP (Python-based, see included README).email-daily-summary: Skill for generating daily email digests (supports Gmail, Outlook, QQ Mail, etc.)..skills_store_lock.json: Registry and metadata for installed skills.
- Third-Party Libraries:
agentmail: API client for email integration.ws: WebSocket library.
How to Use
-
Agent Initialization:
- Read
SOUL.mdto understand agent persona and behavioral rules. - Use
AGENTS.mdfor starting sessions and workflow specifics. - Check
TOOLS.mdfor environment-specific info.
- Read
-
Memory Handling:
- Daily logs are stored in
memory/YYYY-MM-DD.md. - Maintain and curate important long-term context in
MEMORY.md. - Only access
MEMORY.mdin main/direct sessions for security.
- Daily logs are stored in
-
Email Skills:
- Use IMAP/SMTP skills (
imap-email,imap-smtp-email,send-email) for reading and sending emails. - Configure necessary credentials in
openclaw.jsonas described in the skills' README. - For email summaries, follow instructions in
email-daily-summary/SKILL.mdto install and usebrowser-usefor digest generation.
- Use IMAP/SMTP skills (
-
Daily Operations:
- Refer to workflow notes in
AGENTS.md. - Log events and decisions promptly in memory files.
- Review daily summaries and update curated memory regularly.
- Refer to workflow notes in
Notes
- All agent operations, context handling, and memory updates are governed by the principles and privacy rules set in
SOUL.md. - Skills require separate configuration and may depend on external services. Ensure credentials and dependencies are properly set up.
- Local customizations should be documented in
TOOLS.mdto preserve environment-specific information. - Email skills support both automated and manual workflows, including browser session reuse.
- Changes to curated memory or agent persona should be tracked and communicated as per workspace guidelines.
No comments yet.