Notion API integration via curl for reading pages, editing blocks, managing comments, and querying databases. Use when you need to interact with Notion pages, retrieve or modify block content, read/write comments, query databases, or upload markdown to Notion.
Notion API Integration via curl — Seiten lesen, Blöcke bearbeiten, Kommentare verwalten, Datenbanken abfragen.
Der offizielle Notion MCP-Server funktioniert für einfache Abfragen gut — aber er stößt schnell an Grenzen: Bei langen Pages liest Claude alles als Text, kann aber keine atomaren Block-Updates machen. Jede Änderung überschreibt alles. Direkte curl-Calls sind präziser, schneller und deterministisch debuggbar.
curl und jq — auf macOS und Linux standardmäßig vorhanden. Windows: Git Bash oder WSL.upload.py (optional): Python 3. Empfehlung: uv — installiert Python automatisch, funktioniert auf allen Plattformen.cp -r notion-api/ .claude/skills/notion-api/
Config anlegen (.claude/config/notion.json):
{
"token": "ntn_...",
"pages": {
"my-page": { "id": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" }
}
}
⚠️ Add
.claude/config/notion.jsonto your.gitignore— it contains your integration token.
Token: notion.so → Settings → Connections → Develop or manage integrations
/notion-api [Aufgabe beschreiben]
/notion-api Lies die Seite "Meeting Notes" und fasse sie zusammen/notion-api Füge einen neuen Eintrag in die Tasks-Datenbank ein/notion-api Antworte auf den Kommentar in Block xyzBeigetragen von: Jörg Müller (@codeeater)
npx skills add Claude-Code-Meetup-Munich/notion-api下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer