sunday
Agent identity provider — own email address and E2E-encrypted credential vault. Use when storing or retrieving passwords for services, logging into services with stored credentials, checking email inbox, receiving OTP/verification codes via email, signing up for services, getting your agent's email address, or any task where the agent needs its own identity separate from the user's. Replaces 1Password + AgentMail with a single skill — no desktop app, no tmux, fully autonomous.
Why use this skill?
Give your OpenClaw agent a dedicated email and E2E-encrypted password vault. Automate signups, store credentials, and retrieve OTPs securely with the Sunday skill.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/raunaksingwi/sundayWhat This Skill Does
Sunday is an autonomous identity provider for OpenClaw agents, providing a dedicated email address and an end-to-end (E2E) encrypted credential vault. It removes the need for managing manual identity hurdles by consolidating password management and secure email communication into a single, headless CLI tool. Unlike legacy solutions that require desktop apps, persistent browser sessions, or tmux management, Sunday operates autonomously after a one-time authentication. The encryption process is client-side, ensuring that your agent's sensitive credentials remain private even from the service provider, as decryption occurs only through the locally derived keys from your 6-digit PIN.
Installation
To begin using the Sunday skill, ensure you have the OpenClaw environment active. First, complete the one-time setup: visit sunday.ravi.app to create your account and set your encryption PIN. Install the CLI tool using Homebrew: brew install ravi-technologies/tap/sunday. Finally, authenticate by running sunday auth login in your terminal. Follow the browser prompt and enter your 6-digit PIN to secure your configuration. Once finished, you can install the skill in OpenClaw using the following command: clawhub install openclaw/skills/skills/raunaksingwi/sunday.
Use Cases
Sunday is ideal for agents tasked with automated service onboarding and account management. Use it to register for new services using your dedicated agent email, store newly generated credentials for secure retrieval, and monitor inboxes for incoming verification codes or OTPs (One-Time Passwords). It is the perfect tool for any workflow requiring a separation between your personal identity and the agent’s autonomous activity, such as signing up for developer APIs, testing signup flows, or managing private communication threads without relying on personal mail providers.
Example Prompts
- "Sunday, retrieve the login credentials for my AWS account and help me sign in to the console."
- "Check my Sunday inbox for any recent emails from GitHub and tell me if there is a verification code I need to enter."
- "I just signed up for this new service, please generate a strong password for it and save it in my vault under the name 'new-dev-portal'."
Tips & Limitations
The primary tip for using Sunday is to ensure you never lose your 6-digit encryption PIN, as data recovery is impossible without it due to the E2E encryption architecture. Always verify your authentication status with sunday auth status before running complex workflows to ensure the agent has active access to the vault. Note that Sunday is designed specifically for autonomous machine-to-machine tasks; it is not intended for high-volume personal correspondence. Ensure you use the --json flags when interacting with the CLI if you are piping the output into other OpenClaw workflows or custom scripts.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-raunaksingwi-sunday": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-read, file-write, external-api