Sunday for Openclaw

Sunday provides AI agents with a dedicated email address and an end-to-end encrypted credential vault for fully autonomous identity management.

raunaksingwi
v1.0.1
Feb 13, 2026
0
1.7k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install sunday

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install sunday using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Sunday?

Sunday is a specialized identity provider designed to give AI agents their own unique persona and secure storage. By integrating this tool, agents gain a dedicated email address and a robust, E2E-encrypted vault for managing service credentials. This eliminates the need for agents to use a developer's personal email or insecure storage methods, making it a cornerstone for Openclaw Skills that require account creation or secure logins.

Unlike traditional password managers that require GUI interactions or biometric prompts, Sunday is built for headless environments. It handles everything from receiving OTP codes to generating secure passwords via a streamlined CLI. This ensures that your agent remains fully autonomous once the initial setup is complete, providing a professional and secure layer for any automated workflow utilizing Openclaw Skills.

Sunday Use Cases

  • Signing up for web services using a dedicated agent email instead of a personal user account.
  • Receiving and extracting OTP or verification codes for automated account activation.
  • Storing and retrieving encrypted credentials for automated login sequences without manual input.
  • Maintaining a separate agent identity for service registrations and communications.
  • Generating cryptographically secure passwords during account creation workflows to maintain security best practices.

How Sunday Works

  1. The agent identifies a need for an identity (e.g., encountering a registration form) and retrieves its unique email via the CLI.
  2. When signing up, the agent generates a secure password and stores it in the Sunday E2E-encrypted vault.
  3. For verification, the agent monitors its dedicated inbox for incoming OTP codes or verification links.
  4. During subsequent sessions, the agent retrieves the decrypted credentials using a specific UUID derived from the domain.
  5. The CLI handles token refreshing and decryption locally, ensuring that the agent remains autonomous within the ecosystem of Openclaw Skills.

Sunday Setup

Create a Sunday account and set up your Identity. Then, install the CLI using Homebrew:

brew install ravi-technologies/tap/sunday

Authenticate the CLI once before starting your agent environment:

sunday auth login

Follow the browser prompt and enter your 6-digit encryption PIN. Once authenticated, verify the status:

sunday auth status

Sunday Data Schema & Taxonomy

Sunday organizes identity data and credentials using a structured local configuration and UUID-based retrieval system. All sensitive data is stored in ~/.sunday/config.json after local encryption.

Data Type Description Access Command
Identity Agent's email address and owner info sunday get email --json
Credentials E2E encrypted username/password pairs sunday passwords get <uuid> --json
Inbox Unified stream of incoming messages and OTPs sunday inbox list --json
Messages Individual email content and threaded conversations sunday message email <id> --json

Sunday Advanced Features

  • End-to-end encryption ensures the server never sees plaintext credentials, keeping Openclaw Skills secure.
  • Automatic URL sanitization to normalize web addresses for consistent credential mapping.
  • Flexible password generation with custom lengths and character exclusion rules for strict site requirements.
  • Threaded inbox management to handle complex email verification flows autonomously.
  • JSON-first output for seamless programmatic integration with other automation scripts.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Requires
Bins sunday
Github Stars: 0
forks: 0

Featured*