Real Skill packageSource verifiedClawHub registry

Notion

Safe Notion API access for pages, databases, and blocks: schema diffs before structural changes, append-first writes, and personal/work profile switching. Needs only curl, no CLI to install. Use this whenever the user mentions Notion, asks to log or file something into their workspace, query a Notio

Identity and source

Publisher attributionDmitriy Yurkinregistry owner unverified by skillvetai
Functional categoryData, Spreadsheets & Analyticsautomatically inferred · 62% rule confidence
Package forminstruction bundle3 recorded files
Canonical sourceClawHub registryclawhub:dimagious:notion-skill
Open canonical source ↗

Platform declarations

These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.

OpenClawnative officialProvenance: registry distribution

Independent structural checks

These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.

Claude Codepasses structure
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 8/14/2026.claude/skills/notion

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenAI Codexpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 8/14/2026.agents/skills/notion

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenClawpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 8/14/2026skills/notion

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

Installation and inspection

This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.

clawhub install @dimagious/notion-skill
clawhub inspect @dimagious/notion-skill --version 2.0.0

Security evidence

SkillVetAI static result: no findings detected

This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.

Status
completed
Coverage
full text content
Files
3 / 3 inspected as text
Checked
8/14/2026, 5:13:39 AM
Scanner
0.1.3
Policy
1.0.3
2 inferred permission indicators
  • network access — automatically inferred
  • filesystem write — automatically inferred
3 dependency and API indicators
  • api: api.notion.com
  • api: clawhub.ai
  • api: www.notion.so
External clawhub result: clean

This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.

Evidence checked
8/5/2026, 4:46:27 PM
Release binding
Matches this record
  • vt: clean
  • skillspector: suspicious
  • llm: clean

Recorded files

The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.

Package content hashsha256:fc5212ce6b26d5c52d6629c10a4b85eae462044d15eb009b52957efbc406385f
Show up to 3 recorded paths
  • README.md
  • skill-card.md
  • SKILL.md

Source changelog

Complete rewrite of the execution model and update to Notion API 2025-09-03. Breaking - Removed the notion-cli dependency. All operations are now plain curl calls against the official API. The previous version documented a CLI that was never distributed, so its commands could not run as written. Changed - Pinned to Notion-Version 2025-09-03. Databases are now addressed as data sources; added guidance on the database_id vs data_source_id split, which is the most common source of 404s after the upgrade. - Token format updated to ntn_ (secret_ still supported). - Profiles now have a concrete mechanism: ~/.config/notion/<profile>.key, with an explicit NOTION_API_KEY taking precedence over NOTION_PROFILE. - Safety rules moved to the top of the skill as five operating rules applied before any request. - Schema-change flow tightened: fetch current schema, diff, present to the user, apply only…