{"id":49031358,"url":"https://github.com/nylas/skills","last_synced_at":"2026-04-19T09:31:21.980Z","repository":{"id":350676671,"uuid":"1192731765","full_name":"nylas/skills","owner":"nylas","description":"Agent Skills for building with the Nylas platform — email, calendar, contacts. Works with Claude Code, Cursor, Copilot, and 30+ AI coding agents.","archived":false,"fork":false,"pushed_at":"2026-04-11T13:23:39.000Z","size":35,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-11T15:22:25.426Z","etag":null,"topics":["agent-skills","ai","calendar","claude-code","contacts","copilot","cursor","email","nylas","oauth","sdk","webhooks"],"latest_commit_sha":null,"homepage":"https://developer.nylas.com","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nylas.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-03-26T14:04:50.000Z","updated_at":"2026-04-11T13:23:44.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/nylas/skills","commit_stats":null,"previous_names":["nylas/skills"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/nylas/skills","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nylas%2Fskills","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nylas%2Fskills/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nylas%2Fskills/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nylas%2Fskills/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nylas","download_url":"https://codeload.github.com/nylas/skills/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nylas%2Fskills/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32001762,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agent-skills","ai","calendar","claude-code","contacts","copilot","cursor","email","nylas","oauth","sdk","webhooks"],"created_at":"2026-04-19T09:31:16.740Z","updated_at":"2026-04-19T09:31:21.975Z","avatar_url":"https://github.com/nylas.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nylas Skills\n\n[Agent Skills](https://skills.sh) for building with the Nylas platform. Works with Claude Code, Cursor, Codex CLI, and 40+ other AI coding agents.\n\n## Available Skills\n\n### nylas-api\n\nBuild email, calendar, and contacts integrations with the Nylas v3 API.\n\n**Use when:** code imports `nylas`/`@nylas/nylas`/`nylas-python`, or user asks about Nylas API, OAuth, webhooks, scheduler, notetaker, smart compose, transactional send.\n\n**Covers:** Authentication (6 methods), Email (messages/threads/drafts/tracking/smart compose/templates/transactional), Calendar (events/availability/recurring/conferencing), Contacts, Webhooks \u0026 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).\n\n**Docs source:** [developer.nylas.com](https://developer.nylas.com) — skills link to fetchable doc pages and teach agents to use `llms.txt` for always-current details.\n\n### nylas-cli\n\nManage email, calendar, and contacts from the terminal with the Nylas CLI.\n\n**Use when:** user mentions `nylas init`, `nylas email`, `nylas calendar`, `nylas auth`, `nylas mcp`, `nylas chat`, `nylas tui`, `nylas audit`.\n\n**Covers:** Setup \u0026 config, authentication, email (read/send/search/AI), calendar (events/RSVP/AI scheduling), contacts, webhooks, inbound email, dashboard management, MCP install (Claude Code/Cursor), AI chat (claude/codex/ollama), audit logging, TUI/Air/demo mode.\n\n**Docs source:** [cli.nylas.com/docs/commands](https://cli.nylas.com/docs/commands)\n\n## Install\n\n### Skills CLI\n\n```bash\n# Install all Nylas skills\nnpx skills add nylas/skills\n\n# Or install individually\nnpx skills add nylas/skills --skill nylas-api\nnpx skills add nylas/skills --skill nylas-cli\n```\n\n### Claude Code Plugin\n\n```bash\n/plugin marketplace add nylas/skills\n```\n\n## Test Locally\n\n```bash\n# Install from local path into a test project\ncd /path/to/your/project\nnpx skills add /path/to/this/repo --agent claude-code --copy --all\n\n# Or install globally\nnpx skills add /path/to/this/repo -g --agent claude-code --copy --all\n```\n\nThen open a new Claude Code session — skills will be available as `nylas-api` and `nylas-cli`.\n\n## Skill Structure\n\n```\nskills/{skill-name}/\n  SKILL.md       # Concise rules index with doc links\n  AGENTS.md      # Full compiled reference\n  CLAUDE.md      # Claude Code auto-loaded context\n  README.md      # Contributor guide\n  LICENSE.txt    # MIT license\n  rules/         # Individual rule files (read on demand)\n```\n\n## Links\n\n- [Nylas API Docs](https://developer.nylas.com)\n- [Nylas CLI Docs](https://cli.nylas.com/docs/commands)\n- [skills.sh](https://skills.sh)\n- [Agent Skills Spec](https://agentskills.io)\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnylas%2Fskills","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnylas%2Fskills","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnylas%2Fskills/lists"}