Overview
- Skill Key
- devxoul/vibe-notionbot
- Author
- devxoul
- Source Repo
- openclaw/skills
- Version
- 0.9.0
- Source Path
- skills/devxoul/vibe-notionbot
- Latest Commit SHA
- bf5ad04a616dcf21fbeb64d42ab7b113a5e8fdfc
Interact with Notion workspaces using official API - manage pages, databases, blocks, users, and comments
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 vibe-notionbot 技能。 若已安装,则直接安装 vibe-notionbot 技能。
# Vibe Notionbot A TypeScript CLI tool that enables AI agents and humans to interact with Notion workspaces through the official Notion API. Supports pages, databases, blocks, users, comments, and search. ## Which CLI to Use This package ships two CLIs. Pick the right one based on your situation: | | `vibe-notion` | `vibe-notionbot` (this CLI) | |---|---|---| | API | Unofficial private API | Official Notion API | | Auth | `token_v2` auto-extracted from Notion desktop app | `NOTION_TOKEN` env var (Integration token) | | Identity | Acts as the user | Acts as a bot | | Setup | Zero — credentials extracted automatically | Manual — create Integration at notion.so/my-integrations | | Database rows | `add-row`, `update-row` | Create via `page create --database` | | View management | `view-get`, `view-update`, `view-list`, `view-add`, `view-delete` | Not supported | | Workspace listing | Supported | Not supported | | Stability | Private API — may break on Notion changes | Official versioned API — stable | **Decision flow:** 1. If the Notion desktop app is installed → use `vibe-notion` 2. If `NOTION_TOKEN` is set but no desktop app → use `vibe-notionbot` (this CLI) 3. If both are available → prefer `vibe-notion` (broader capabilities, zero setup) 4. If neither → ask the user to set up one of the two ## Important: CLI Only **Never call the Notion API directly.** Always use the `vibe-notionbot` CLI commands described in this skill. Do not make raw HTTP requests to the Notion API or use `@notionhq/client` directly. Direct API calls risk exposing credentials and may trigger Notion's abuse detection, getting the user's account blocked. If a feature you need is not supported by `vibe-notionbot`, let the user know and offer to file a feature request at [devxoul/vibe-notion](https://github.com/devxoul/vibe-notion/issues) on their behalf. Before submitting, strip out any real user data — IDs, names, emails, tokens, page content, or anything else that could identify the user...
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
romeosy
OpenClaw Chinese AI-enhanced knowledge management skill
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
cclank
Comprehensive news aggregator that fetches, filters, and deeply analyzes real-time content from 8 major sources: Hacker News, GitHub Trending, Product Hunt, 36Kr, Tencent News, WallStreetCN, V2EX, and Weibo. Best for 'daily scans', 'tech news briefings', 'finance updates', and 'deep interpretations' of hot topics.
cccarv82
Optimized OpenClaw backup skill for creating full snapshots with workspace archive splitting, change summaries, restore instructions, and Discord notifications. Use when you need to set up or run automated backups, configure backup cron jobs, or document/restore OpenClaw state. Triggers on backup automation, backup scripts, snapshot/restore, or GitHub backup repos.
cemoso
Autonomous PR review loop with Greptile. Use when an agent creates a PR and needs to autonomously handle code review feedback — reading Greptile reviews, fixing issues, pushing fixes, re-triggering review, and auto-merging when score is 4/5+. Trigger on commands like "pr review {url}", "review my PR", or when a Greptile review webhook/poll delivers feedback.