Claude-skill-registry julien-notion-inbox-to-github
Move a GitHub repo entry from Notion Inbox [DB] to Github [DB]. Use when user wants to route a GitHub URL from inbox to the dedicated GitHub database, migrate inbox entry to github database, or move github link.
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-inbox-to-github" ~/.claude/skills/majiayu000-claude-skill-registry-julien-notion-inbox-to-github && rm -rf "$T"
manifest:
skills/data/julien-notion-inbox-to-github/SKILL.mdsource content
Notion Inbox to GitHub
Move GitHub repository entries from Inbox [DB] to Github [DB].
Prerequisites
environment variable setNOTION_TOKEN
package:requestspip install requests
Usage
Run the migration script with a page ID or URL:
python ~/.claude/skills/notion-inbox-to-github/scripts/migrate.py <page_id_or_url>
Arguments:
: Notion page ID (UUID) or full URL of the Inbox entrypage_id_or_url
Example:
python ~/.claude/skills/notion-inbox-to-github/scripts/migrate.py 12345678-1234-1234-1234-123456789abc
Output
- On success: URL of created Github [DB] entry
- On failure: Error message with reason
Workflow
- Script reads the Inbox entry properties
- Extracts GitHub URL from URL or Link property
- Checks for duplicates in Github [DB]
- Creates new entry with Name, URL, Source DB = "Inbox"
- Returns new page URL
Error Handling
| Error | Meaning |
|---|---|
| Entry already exists in Github [DB] |
| Entry doesn't have a github.com URL |
| Invalid page ID or no access |
| Page is not from Inbox [DB] |
Database IDs
- Inbox [DB]:
e50fb9d3-5d64-4601-a2f2-c0ac80d84d86 - Github [DB]:
2cacdc04-12e3-81cc-a84e-fdbba086ab29