A comprehensive Python-based toolset for managing Notion pages, databases, and content blocks through the official REST API.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install openclaw-skill-notion-workspace
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install openclaw-skill-notion-workspace using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Notion Workspace skill is a developer-centric integration designed to bridge the gap between your local environment and your Notion knowledge base. As a key component of the Openclaw Skills library, it allows for seamless interaction with the Notion REST API using either a command-line interface or a direct Python module import. This tool simplifies complex API interactions into straightforward commands for searching documentation, reading block-level content, and programmatically updating databases.
By leveraging this skill, users can automate the organization of their digital workspace without the overhead of heavy SDKs. It is built for speed and reliability, utilizing Python standard libraries to ensure a lightweight footprint while providing robust access to Notion's structured data. Whether you are building an AI agent to summarize notes or a CLI tool to log tasks, this skill provides the necessary foundation within the Openclaw Skills ecosystem.
To get started with this skill, follow these steps:
export NOTION_TOKEN=ntn_your_token_here
python3 scripts/notion.py databases
The skill organizes its operations around the standard Notion object model. Below is how the data and files are structured:
| File | Purpose |
|---|---|
scripts/notion.py |
The core execution engine for CLI commands and Python imports. |
references/notion-api.md |
A localized reference guide for API endpoints and block types. |
Data Entities:
--blocks flag.Loading
A high-performance text-to-speech skill for ElevenLabs providing advanced voice selection and audio generation.

A lead discovery tool that leverages search engines and AI to find and validate professional contact information.

A utility that manages multiple Brave Search API keys via round-robin rotation to maximize free-tier limits and handle rate-limiting automatically.

An autonomous local system reliability agent designed to monitor health and securely recover services within the OpenClaw ecosystem.

A comprehensive interface for managing Cloudflare R2 object storage through boto3 and S3-compatible APIs within an AI agent environment.

An autonomous agent skill that monitors server health and automatically repairs failed services and containers.








































