The skills CLI now supports Notion hosted skills
By Steven Van ·
Teams can write and share agent skills as Notion pages, installing them through the CLI without a Git repository.
The Vercel skills CLI can now pull agent skills straight from Notion. Version 1.7.0 adds Notion skills databases as an install source, so teams can write and update skills as Notion pages instead of maintaining a Git repository.
- Running "npx skills add notion" lists the skill packs shared with you in your Notion workspace and installs every skill in the packs you select.
- Passing a single Notion page URL to "npx skills add" installs just that skill.
Both commands authenticate through Notion's own CLI, ntn, which requires a Notion personal access token. Access follows Notion's page permissions, so you only see skills that have been shared with you. The feature is built on Notion's Agent Skills API, which stores skills in the standard Agent Skills format, so the same skills also work in other agents that read that format.