proomt

Search

Search posts, papers, and topics

All posts

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

Related reading

  1. Give your eve agent a browser

    Vercel released the @agent-browser/eve extension, giving Eve agents full browser automation capabilities inside their sandbox. It adds installable tools for navigation, interaction, and screenshots, with domain allowlists and credential protection.

    Vercelvercel.com1 minrelease
  2. Grounded Skill Synthesis from Code at Scale for Agentic Intelligence

    Code2Skill is an automated pipeline that mines popular GitHub repositories to extract verifiable, implementation‑anchored procedural “skills”. It builds a bank of ~1 M skill records (atomic ops, workflows, patterns) with provenance metadata, verifies each via blind reconstruction, and shows that augmenting LLM‑based agents with these skills yields an average 11.7% performance lift across 72 proto…

    Hugging Face Daily Papersarxiv.org1 minpaper
  3. Vercel Sandbox now supports Devin Outposts

    Vercel Sandbox adds support for Devin Outposts, letting each AI agent session run in an isolated microVM with snapshot state and firewall controls. Teams can deploy via a provided quickstart and get automatic credential handling.

    Vercelvercel.com1 minrelease
  4. WebMCP support now available in mcp-handler

    Vercel's mcp-handler 2.2.0 adds experimental WebMCP support, letting you expose registered MCP tools to in‑browser agents via a single script tag. The script proxies tool calls back to your MCP server with the signed‑in user’s credentials, so no extra OAuth flow is needed.

    Vercelvercel.com1 minrelease