Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Send and read email via a combination of python and bash scripts which makes use of the main agent for reasoning and logic
Send and read email via a combination of python and bash scripts which makes use of the main agent for reasoning and logic
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Some cloud providers explicitly disable email leading to failiure of these scripts, services like tailscale will be needed to bypass these blocks
Create ~/.config/lel-mail/config.json: [ { "provider": "gmail", "config": { "smtp": { "server": "smtp.gmail.com", //Default url "port": 587 //Default port }, "imap": { "server": "imap.gmail.com", //Default url "port": 993 //Default port } }, "auth": { "user": "example@gmail.com", "password": "XXXX XXXX XXXX XXXX" //Gmail Requires App Specific Password Rather Than Your Normal Password }, "can_send": true, "can_read": true } ]
Set up a simple cron job which runs the following command every 5 minutes with a randomised 30-90 second delay. Confirm with user the interval to be used: ~/.openclaw/workspace/skills/lel-mail/scripts/email_sender_daemon.sh
Make sure config exists, if not create it with input of user Reference USERS.md (or whatever USER reference file your system uses) to see what email(s) you need to check unless user explicitly defines the email(s) Run the following command ~/.openclaw/workspace/skills/lel-mail/scripts/check_email.sh <USER_EMAIL>
Make sure you have the necessary data to send the email from the user, that includes sender, recipient and body, everything else is optional Run the following command ~/.openclaw/workspace/skills/lel-mail/scripts/email_send.sh --sender <sender> --recipient <recipient> --subject <subject> --body <body> [--cc ...] [--bcc ...] Note: if using BCC/CC note that CC/BCC are comma-separated lists
Outgoing emails are scheduled to send with a random delay (30-90 seconds). You can list or delete these before they are sent. List all queued emails: python3 ~/.openclaw/workspace/skills/lel-mail/scripts/manage_queue.py --list Delete a specific email by ID: python3 ~/.openclaw/workspace/skills/lel-mail/scripts/manage_queue.py --delete <ID>
Prompt user to assist when errors occur due to missing/invalid credentials/configuration If emails aren't sending at all check that a cron job for the daemon is running
Agent frameworks, memory systems, reasoning layers, and model-native orchestration.
Largest current source with strong distribution and engagement signals.