π¦ ClawHub
Nylas Email, Calendar & Contacts
by @qasim-nylas
Access and manage email, calendar, and contacts across multiple providers using the Nylas API for unified communication and scheduling tasks.
TERMINAL
clawhub install nylasπ About This Skill
metadata: openclaw: primaryEnv: NYLAS_API_KEY requires: env: - NYLAS_API_KEY envVars: - name: NYLAS_API_KEY description: Nylas API v3 key from dashboard-v3.nylas.com required: true - name: NYLAS_GRANT_ID description: Explicit grant ID (optional, skips auto-discovery) required: false - name: NYLAS_API_URI description: API region endpoint (default https://api.us.nylas.com) required: false - name: NYLAS_TIMEZONE description: Default timezone for date/time operations (default UTC) required: false install: - kind: npm package: "@nylas/openclaw-nylas-plugin" dependencies: - name: "@nylas/openclaw-nylas-plugin" kind: npm description: Nylas API v3 client with email, calendar, and contacts support links: homepage: https://www.npmjs.com/package/@nylas/openclaw-nylas-plugin
Nylas Email, Calendar & Contacts
Unified access to email, calendar, and contacts across Gmail, Outlook, Exchange, Yahoo, iCloud, and IMAP β powered by the Nylas API.
Setup
Install the plugin (one command, no restart needed):
openclaw plugins install @nylas/openclaw-nylas-plugin
Configure your API key:
openclaw config set nylas.apiKey "YOUR_NYLAS_API_KEY"
Get your API key from Nylas Dashboard.
Verify setup:
openclaw nylas status
openclaw nylas discover
Tools
Email (7 tools)
from:sarah Q4 budget)Calendar (5 tools)
Contacts (2 tools)
Multi-Account Support
The plugin auto-discovers all connected accounts from your API key. Use named grants to reference accounts:
Examples
Links
π‘ Examples
βοΈ Configuration
Install the plugin (one command, no restart needed):
openclaw plugins install @nylas/openclaw-nylas-plugin
Configure your API key:
openclaw config set nylas.apiKey "YOUR_NYLAS_API_KEY"
Get your API key from Nylas Dashboard.
Verify setup:
openclaw nylas status
openclaw nylas discover