sendook-openclaw
Read and send emails from an existing Sendook inbox. Use when an AI agent needs to check for new emails, read messages, reply to conversations, or send new emails from a pre-configured inbox. Limited to message operations only — no inbox creation, domain management, or webhook configuration.
Why use this skill?
Enable your OpenClaw agent to read, reply to, and send emails using the Sendook API. Streamline your communication workflows with automated inbox management.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/obaid/sendookWhat This Skill Does
The sendook-openclaw skill empowers your AI agent to interact directly with a pre-configured Sendook email inbox. This skill acts as an intermediary, allowing agents to monitor incoming messages, retrieve specific email content, parse communication threads, and draft new responses or original emails. By integrating this skill, your agent can automate helpdesk support, manage outreach, or handle routine email processing without manual intervention.
Installation
To get started, ensure you have the OpenClaw environment active. Execute the following command in your terminal:
clawhub install sendook-openclaw
Once installed, you must configure two environment variables within your workspace: SENDOOK_API_KEY and SENDOOK_INBOX_ID. You will also need to install the Sendook Node SDK via npm install @sendook/node to facilitate communication between the agent and the Sendook API. Please ensure your API key is scoped strictly to the inbox ID provided to maintain security.
Use Cases
This skill is ideal for autonomous customer service agents tasked with answering repetitive inquiries, sales agents monitoring incoming leads for specific keywords, or task-based agents that need to notify external stakeholders via email upon the completion of a workflow. It is particularly powerful for thread management, allowing the agent to follow the context of an ongoing conversation.
Example Prompts
- "Check the inbox for any new messages regarding 'invoice' and draft a polite reply asking for the order number."
- "Retrieve the full conversation thread for the email from [email protected] and summarize the last three messages for me."
- "Send a follow-up email to [email protected] thanking them for their recent feedback and confirming we have received it."
Tips & Limitations
Note that this skill is strictly limited to message and thread operations. You cannot use it to manage domains, configure webhooks, or create new inboxes. Always use a least-privileged API key to protect your account. The regex-based search functionality is the most efficient way to filter through large volumes of mail; use specific keywords to minimize API overhead.
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-obaid-sendook": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api