← Back to Skills Marketplace
388
Downloads
0
Stars
3
Active Installs
2
Versions
Install in OpenClaw
/install notion-mcp-skill
Description
Operate Notion workspace content through Notion MCP using the UXC CLI, including search, fetch, users/teams lookup, page/database creation and updates, and c...
Usage Guidance
This skill appears to do what it says: it relies on your locally installed 'uxc' CLI to perform OAuth and Notion MCP calls and asks you to paste the browser callback URL (which will contain an authorization code). Before installing/use: ensure the 'uxc' binary is from a trusted source, verify network calls target mcp.notion.com/mcp, and be prepared to confirm any write operations (the skill requires explicit confirmation). The callback URL you paste contains an auth code — that's expected for the OAuth flow; do not paste raw bearer tokens or secrets into chat. If you want to avoid any automated actions, keep autonomous agent invocation disabled or confirm prompts before allowing writes.
Capability Analysis
Type: OpenClaw Skill
Name: notion-mcp-skill
Version: 1.0.1
The notion-mcp-skill bundle is a well-structured integration for interacting with Notion via the uxc CLI. It implements standard OAuth flows, emphasizes read-before-write patterns, and explicitly requires user confirmation for destructive actions. The included validation script (scripts/validate.sh) and documentation (SKILL.md, references/) focus on maintaining consistency and safety within the OpenClaw environment, with no evidence of malicious intent or data exfiltration.
Capability Assessment
Purpose & Capability
Name/description describe Notion MCP operations and the skill only requires use of the 'uxc' CLI and network access to mcp.notion.com/mcp; these are expected for the stated functionality and no unrelated credentials or services are requested.
Instruction Scope
SKILL.md limits runtime actions to discovery, OAuth via uxc, reading/fetching/searching, and guarded write flows with explicit user confirmation; it instructs the agent to ask the user to paste the OAuth callback URL (contains auth code/state), which is appropriate for an interactive OAuth flow and is explicitly constrained (do not ask for bearer tokens).
Install Mechanism
This is instruction-only with no install spec. The skill assumes 'uxc' is already installed in PATH; no downloads or archive extraction are performed by the skill itself.
Credentials
No environment variables, credentials, or config paths are required by the skill. OAuth is handled by 'uxc' and the skill does not request unrelated secrets or broad system access.
Persistence & Privilege
Skill does not request always:true, does not modify other skills' configurations, and contains no persistent installation steps. Autonomous invocation remains enabled by platform default but the skill itself is not forcing persistent presence.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install notion-mcp-skill - After installation, invoke the skill by name or use
/notion-mcp-skill - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Updated OAuth workflow to use `uxc auth oauth start` and `uxc auth oauth complete` instead of the older `uxc auth oauth login` flow.
- Added instructions that recommend `uxc auth oauth login ... --flow authorization_code` only for fallback scenarios.
- Clarified the step-by-step login and callback URL handling for OAuth setup.
- No changes to CLI usage for fetch, search, or update operations.
v1.0.0
Initial release of notion-mcp-skill
- Enables operations on Notion workspace content via Notion MCP with the UXC CLI.
- Supports search, fetch, user/team lookups, page/database creation/updates, and comments.
- Requires OAuth (authorization_code + PKCE) with guided operator interaction and strong safe-write controls.
- Includes schema inspection, error recovery, and endpoint binding workflows.
- All operations use guarded JSON output parsing and explicit user confirmations before high-impact actions.
Metadata
Frequently Asked Questions
What is Notion Mcp Skill?
Operate Notion workspace content through Notion MCP using the UXC CLI, including search, fetch, users/teams lookup, page/database creation and updates, and c... It is an AI Agent Skill for Claude Code / OpenClaw, with 388 downloads so far.
How do I install Notion Mcp Skill?
Run "/install notion-mcp-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Notion Mcp Skill free?
Yes, Notion Mcp Skill is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Notion Mcp Skill support?
Notion Mcp Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Notion Mcp Skill?
It is built and maintained by jolestar (@jolestar); the current version is v1.0.1.
More Skills