LaunchKit · 2026
Back to Skills

Read and send emails from an existing Sendook inbox.

2
733 downloads
by @obaid

Setup & Installation

openclaw skills install @obaid/sendook

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install sendook

Version History

v1.1.0Feb 11, 2026 - Version note by skill developer:

Declare required env vars in OpenClaw metadata, add homepage/source links, add attachment safety constraints

What This Skill Does

Gives an AI agent read and send access to a pre-configured Sendook inbox. Supports listing messages, searching by keyword, reading full threads, sending new emails, replying, and attaching files. Cannot create inboxes, manage domains, or configure webhooks.

Lets an agent handle a full email read-reply cycle without requiring custom API integration work per project.

When to use it

  • Auto-reply to incoming support emails
  • Search inbox for invoices and summarize them
  • Send a daily digest email from an agent workflow
  • Read the latest thread and draft a response for review
  • Forward a report file as an email attachment

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Check my inbox for any emails about invoices and reply to the latest one

AGENT
  1. 1Search inbox messages with query 'invoice'
  2. 2Retrieve the full content of the most recent matching message
  3. 3Compose a reply acknowledging the invoice
  4. 4Send the reply using client.inbox.message.reply with the message ID
OUTPUT

Reply sent to the sender of the latest invoice-related email

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

SENDOOK_API_KEY environment variableSENDOOK_INBOX_ID environment variableSendook account with an existing inbox