Agent Skills for building with the Nylas platform — email, calendar, contacts. Works with Claude Code, Cursor, Copilot, and 30+ AI coding agents.
npx skills add https://github.com/nylas/skills --skill nylas-apiقم بتثبيت هذه المهارة باستخدام واجهة سطر الأوامر (CLI) وابدأ في استخدام سير عمل SKILL.md في مساحة عملك.
Agent Skills for building with the Nylas platform. Works with Claude Code, Cursor, Codex CLI, and 40+ other AI coding agents.
Build email, calendar, and contacts integrations with the Nylas v3 API.
Use when: code imports nylas/@nylas/nylas/nylas-python, or user asks about Nylas API, OAuth, webhooks, scheduler, notetaker, smart compose, transactional send.
Covers: Authentication (6 methods), Email (messages/threads/drafts/tracking/smart compose/templates/transactional), Calendar (events/availability/recurring/conferencing), Contacts, Webhooks & Pub/Sub, Scheduler (70+ UI components), Notetaker (recording/transcription/AI summaries), Admin (grants/connectors/API keys/domains), SDKs (Node.js/Python/Ruby/Kotlin), Best Practices (rate limits, error codes).
Docs source: developer.nylas.com — skills keep checked-in rules as the working source and use external docs links as reference URLs only.
Manage email, calendar, and contacts from the terminal with the Nylas CLI.
Use when: user mentions nylas init, nylas email, nylas calendar, nylas auth, nylas mcp, nylas chat, nylas tui, nylas audit.
Covers: Setup & config, authentication, email (read/send/search/AI), calendar (events/RSVP/AI scheduling), contacts, webhooks, inbound email, dashboard management, MCP install (Claude Desktop/Code, Cursor, Windsurf, VS Code), AI chat (claude/codex/ollama), audit logging, TUI/Air/demo mode.
Docs source: cli.nylas.com/docs/commands
# Install all Nylas skills
npx skills add nylas/skills
# Or install individually
npx skills add nylas/skills --skill nylas-api
npx skills add nylas/skills --skill nylas-cli
/plugin marketplace add nylas/skills
# Install from local path into a test project
cd /path/to/your/project
npx skills add /path/to/this/repo --agent claude-code --copy --all
# Or install globally
npx skills add /path/to/this/repo -g --agent claude-code --copy --all
Then open a new Claude Code session — skills will be available as nylas-api and nylas-cli.
skills/{skill-name}/
SKILL.md # Concise rules index with doc links
AGENTS.md # Full compiled reference
CLAUDE.md # Claude Code auto-loaded context
README.md # Contributor guide
LICENSE.txt # MIT license
rules/ # Individual rule files (read on demand)
MIT