Claude-skill-registry julien-notion-route-entry
Route a Notion Inbox entry to the appropriate PKM database (Github, Videos, Articles, Podcasts, Formations, Lieux, Code, or Todos). Use when user wants to triage inbox, route entry, move to appropriate database.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/julien-notion-route-entry" ~/.claude/skills/majiayu000-claude-skill-registry-julien-notion-route-entry && rm -rf "$T"
manifest:
skills/data/julien-notion-route-entry/SKILL.mdsource content
Notion Route Entry
Route Inbox entries to the appropriate PKM database based on URL patterns and keywords.
Prerequisites
environment variable setNOTION_TOKEN
package:requestspip install requests
Usage
Run the routing script with a page ID or URL:
python ~/.claude/skills/notion-route-entry/scripts/route.py <page_id_or_url>
Arguments:
: Notion page ID (UUID) or full URL of the Inbox entrypage_id_or_url
Output
- Suggests destination based on routing rules
- Asks for confirmation or override
- Creates entry in destination database
- Returns URL of created entry
Routing Rules
| Pattern | Destination |
|---|---|
| github.com | Github [DB] |
| youtube.com | Videos [DB] |
| medium.com, dev.to | Articles [DB] |
| snipd, overcast | Podcasts [DB] |
| udemy, coursera | Formations [DB] |
| google.com/maps, komoot | Lieux [DB] |
| gist.github, codepen | Code [DB] |
| No URL | Todos [DB] |
Destinations
| Database | ID |
|---|---|
| Github [DB] | |
| Videos [DB] | |
| Articles [DB] | |
| Podcasts [DB] | |
| Formations [DB] | |
| Lieux [DB] | |
| Code [DB] | |
| Todos [DB] | |