xs:notion-manager

Automate Notion API interactions for searching, creating pages, and uploading files.

136|14|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/karaage0703/ai-assistant-workspace --skill xs-notion-manager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xs:notion-manager
Source: https://github.com/karaage0703/ai-assistant-workspace/tree/main/skills/notion-manager
Command: npx skills add https://github.com/karaage0703/ai-assistant-workspace --skill xs-notion-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines your workflow by automating common tasks within Notion, such as searching for information, creating new pages, and uploading files, saving you time and reducing manual effort.

Core Features & Use Cases

  • Page Search & Retrieval: Quickly find existing pages or databases within your Notion workspace.
  • Content Creation: Effortlessly create new pages with titles, content, and even attach files.
  • File Uploads: Upload various file types (images, documents, videos) directly to your Notion pages.
  • Diary Entries: Create dated diary entries with optional images and content.

Quick Start

Use the notion manager skill to search for 'project updates' in Notion.

Frequently Asked Questions about xs:notion-manager

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Notion page management and file uploads?

Automating Notion page management requires using the Notion API to search, read, and create pages. You can upload files and create diary entries by configuring an integration with a valid Notion API key.

Can I automatically create Notion diary entries with images?

Yes, you can create dated Notion diary entries with optional images and content. This is achieved by sending a request to the Notion API with your configured integration key.

Do I need a Notion API key to search for pages?

Yes, searching for pages or databases within your Notion workspace requires a Notion API key. Proper integration setup is necessary to enforce access control and retrieve your data.

What is the best way to upload files to Notion pages programmatically?

Uploading files to Notion pages programmatically is done by interacting with the Notion API. You can upload various file types, including images, documents, and videos, directly to your target pages.

Does Notion API integration support searching for specific databases?

Yes, Notion API integration supports searching for specific databases within your workspace. It allows you to quickly find existing pages and databases using automated requests.

Why does my Notion API request fail when creating new pages?

Notion API requests fail when creating new pages if the integration lacks proper access control setup. You must ensure your Notion API key has the necessary permissions granted within your workspace.