·notion
@

notion

vm0-ai/vm0-skills

Notion API for managing pages, databases, and blocks. Use this skill to create pages, query databases, search content, and build integrations with Notion workspaces.

14Installs·1Trend·@vm0-ai

Installation

$npx skills add https://github.com/vm0-ai/vm0-skills --skill notion

SKILL.md

Important: When using $VAR in a command that pipes to another command, wrap the command containing $VAR in bash -c '...'. Due to a Claude Code bug, environment variables are silently cleared when pipes are used directly.

```bash bash -c 'curl -s "https://api.example.com" -H "Authorization: Bearer $APIKEY"' ```

Blocks with haschildren: true contain nested content. Replace with your actual block ID:

Notion API for managing pages, databases, and blocks. Use this skill to create pages, query databases, search content, and build integrations with Notion workspaces. Source: vm0-ai/vm0-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/vm0-ai/vm0-skills --skill notion
Category
@Collaboration
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is notion?

Notion API for managing pages, databases, and blocks. Use this skill to create pages, query databases, search content, and build integrations with Notion workspaces. Source: vm0-ai/vm0-skills.

How do I install notion?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/vm0-ai/vm0-skills --skill notion Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/vm0-ai/vm0-skills

Details

Category
@Collaboration
Source
skills.sh
First Seen
2026-02-01