Skills — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Skills (Plugin) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
<div align="center"> <a href="https://www.nylas.com/"> <img width="100%" alt="Nylas" src="https://github.com/user-attachments/assets/137517ae-244d-47a5-8ca7-b12984971fc4" /> </a>
<h1>Nylas Skills</h1>
<p> <strong>Agent Skills for building with Nylas — the infrastructure that powers communications</strong> </p>
<p> <a href="https://developer.nylas.com/">📖 Docs</a> · <a href="https://developer.nylas.com/docs/api/v3/">📚 API Reference</a> · <a href="https://dashboard-v3.nylas.com/register">🚀 Sign up</a> · <a href="https://github.com/orgs/nylas-samples/repositories">💡 Samples</a> · <a href="https://forums.nylas.com">💬 Forum</a> </p> </div>
<br />
Agent Skills for building with the Nylas platform. Works with Claude Code, Cursor, Codex CLI, and 40+ other AI coding agents. Built on Nylas, the infrastructure that powers communications — integrate with Gmail, Microsoft, IMAP, Zoom, and 250+ providers in 5 minutes, or give your AI agent its own mailbox. Covers Agent Accounts, Email, Calendar, Contacts, Scheduler, and Notetaker.
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), Security & Prompt Safety (grant-scoped API data), Email (messages/threads/drafts/tracking/smart compose/templates/transactional), Calendar (events/availability/recurring/conferencing), Contacts, Webhooks & Pub/Sub, Scheduler (70+ UI components), Notetaker (meeting bot setup/AI notes), 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
These skills work with any Nylas grant — including Agent Accounts, Nylas-hosted email and calendar mailboxes you provision on your own domain and drive entirely through the API. Give an AI agent an [email protected] identity that can send, receive, and RSVP without connecting a human's account.
# 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 --allThen 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
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.