← Back to Skills Marketplace
fr3kstyle

Notion Workspace

by fr3kstyle · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
137
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install notion-workspace
Description
Full Notion API skill — query databases, manage pages, append blocks, and search your entire workspace.
Usage Guidance
This package appears to be a legitimate Notion CLI: the code only talks to api.notion.com and implements expected Notion operations. However, the registry metadata failing to declare that NOTION_API_KEY (and optionally NOTION_DATABASE_ID) are required is a red flag — the token is sensitive. Before installing: (1) verify the publisher and origin (this package lists no homepage and an unknown owner id), (2) prefer creating a Notion integration token with the least privileges needed, (3) inspect the included scripts locally (you have them here) and run them in an isolated environment if possible, and (4) ask the publisher to correct the package metadata to declare required credentials. If you don't trust the source, do not provide your full workspace token.
Capability Analysis
Type: OpenClaw Skill Name: notion-workspace Version: 1.0.0 The notion-workspace skill is a standard integration for the official Notion API. The Python script (scripts/notion_workspace.py) implements common operations like querying databases, managing pages, and appending blocks using the requests library, with no evidence of data exfiltration, malicious execution, or prompt injection.
Capability Assessment
Purpose & Capability
The skill's name/description and the included script match (a full Notion API CLI). However the registry metadata claims no required environment variables or primary credential even though both SKILL.md and scripts/notion_workspace.py require NOTION_API_KEY (and optionally NOTION_DATABASE_ID). That mismatch is unexpected and reduces trust in the package metadata.
Instruction Scope
SKILL.md instructs the user to set NOTION_API_KEY and optionally NOTION_DATABASE_ID and run the bundled Python script. The runtime instructions and CLI actions stay within Notion API operations (databases, pages, blocks, search). The script only calls api.notion.com and does not read unrelated files or environment variables.
Install Mechanism
This is an instruction-only skill with an included Python script and no install spec or external download. No installer downloads or extracted archives are present; nothing writes to disk beyond the provided files.
Credentials
The script legitimately needs a single Notion integration token (NOTION_API_KEY) and optionally NOTION_DATABASE_ID. The package metadata, however, does not declare any required env vars or a primary credential — that omission is disproportionate and misleading because the token is sensitive and required for operation.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system-wide settings, and does not add persistent background privileges. Autonomous invocation is allowed by default but is not combined with other high-risk factors here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install notion-workspace
  3. After installation, invoke the skill by name or use /notion-workspace
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Databases, pages, blocks, search via Notion API
Metadata
Slug notion-workspace
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Notion Workspace?

Full Notion API skill — query databases, manage pages, append blocks, and search your entire workspace. It is an AI Agent Skill for Claude Code / OpenClaw, with 137 downloads so far.

How do I install Notion Workspace?

Run "/install notion-workspace" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Notion Workspace free?

Yes, Notion Workspace is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Notion Workspace support?

Notion Workspace is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Notion Workspace?

It is built and maintained by fr3kstyle (@fr3kstyle); the current version is v1.0.0.

💬 Comments