VercelAndrew Qu1 min readrelease notesintermediate
The skills CLI now supports Notion hosted skills
Summary
Vercel’s `skills` CLI (v1.7.0) now lets you install agent skills directly from Notion pages or shared Notion skill packs. Use `npx skills add notion` to browse packs, or `npx skills add <PAGE_URL>` for a single skill. Authentication is handled via the `ntn` CLI, which requires a Notion personal access token. Permissions follow Notion’s page sharing model, so only users with view access can instal…
- Adds Notion as a first‑class source for reusable agent skills, removing the need for a Git repo.
- Installation commands are simple wrappers around the Notion CLI (`ntn`).
- Skill visibility is governed by Notion’s native page permissions.
- Built on Notion’s new Agent Skills API, meaning the same skill format works across any compatible agent.
Teams already using Notion can now author, review, and distribute AI agent skills without setting up separate version control or deployment pipelines, streamlining the workflow for internal tooling and knowledge sharing.
3/10




