A secure AI reasoning skill that analyzes email conversations to extract tasks, summarize threads, and detect sentiment via the iGPT Context Engine.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install igpt-email-ask
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install igpt-email-ask using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
iGPT Email Ask is a specialized tool designed to provide deep, reasoned analysis of email data without requiring direct filesystem or shell access. By utilizing the iGPT Context Engine, this skill reconstructs full conversation threads across replies, forwards, and CCs to identify who made specific decisions and what action items remain open. As a key component of Openclaw Skills, it offers developers a secure way to integrate email intelligence into their agents, providing per-user isolation and OAuth-scoped data handling.
This skill goes beyond simple keyword searching by understanding intent and context over time. It can transform unstructured email bodies into highly structured JSON data, making it an ideal choice for building automated workflows that require grounded answers from a user's communication history. Whether you are preparing a meeting briefing or identifying risks in a sales deal, this skill delivers precise, context-aware insights.
To get started with this skill, first install the official Python package:
pip install igptai
Next, configure your environment with your iGPT API key to enable connectivity with Openclaw Skills:
export IGPT_API_KEY="your-api-key-here"
Users must authorize their email account via OAuth before the skill can retrieve data. You can verify connection status using the datasources.list() method within your agent logic.
The skill facilitates structured data exchange through flexible output formats and schema validation. Below is the primary parameter structure for queries:
| Parameter | Type | Description |
|---|---|---|
| input | string | The natural language question or analysis prompt. |
| quality | string | Tier choice: cef-1-normal, cef-1-high, or cef-1-reasoning. |
| output_format | string/object | Supports text, json, or a strict JSON Schema definition. |
| stream | boolean | Enables SSE streaming for real-time parsed JSON chunks. |
Loading
Bridge your reMarkable tablet to your AI workspace to browse, search, and OCR handwritten notes seamlessly.

A high-performance AI inference skill that connects your agent to Groq's ultra-fast LPU-powered API for near-instant completions.

A high-performance integration that leverages Groq's LPU technology for near-instantaneous AI text generation and completions.

Ironclaw is a real-time safety and threat classification engine designed to protect AI agents from malicious content and unauthorized data exfiltration.

Secure, per-user semantic email search across Gmail, Outlook, and IMAP histories.

A secure, per-user-isolated semantic search tool for retrieving relevant emails and threads from Gmail, Outlook, or IMAP via the iGPT API.








































