Skip to main content
ClaudeWave
Skill5.9k estrellas del repoactualizado yesterday

notion-databases

Query and update Notion databases with explicit database identity, property-aware inputs, bounded reads, and confirmation before material writes.

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/Devin-AXIS/iPolloWork /tmp/notion-databases && cp -r /tmp/notion-databases/examples/plugin-packages/notion/skills/notion-databases ~/.claude/skills/notion-databases
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

SKILL.md

# Notion Databases

1. Resolve the exact database and inspect its current properties before composing filters or writes.
2. Use bounded queries and return only the properties needed for the task.
3. For create or update operations, show the target database, record identity, and changed properties first.
4. Preserve existing properties that the user did not ask to change.
5. Re-read the affected record after a write and report the resulting URL or identifier.

Ask for clarification when multiple databases have similar names. Never guess select values, relation targets, people, dates, or status fields.