/install dataninja-github-stars-export
GitHub Stars to Notion Sync Skill
This skill allows you to automate the process of exporting your GitHub starred repositories (grouped by custom lists/categories) and syncing them into a structured Notion database.
Instructions
When this skill is active, you can perform the following tasks:
1. Export GitHub Stars
Use the shell script in ./scripts/export_stars.sh to fetch all starred repositories and save them to ./assets/starred_lists.md.
- Requirement: GitHub CLI (
gh) must be installed and authenticated. - Output: A Markdown file with tables for each category.
2. Sync to Notion
Use the Python script in ./scripts/sync_stars_to_notion_db.py to parse the exported Markdown and populate a Notion database.
- Requirement:
NOTION_API_KEYenvironment variable must be set. - Requirement:
requestslibrary must be installed. - Config: Local state is tracked in
./assets/.notion_sync_config.json.
3. Workflow
- Run
./scripts/export_stars.sh. - Run
python scripts/sync_stars_to_notion_db.py.
Tool Definitions
- export_stars: Fetches GitHub stars and updates
./assets/starred_lists.md. - sync_to_notion: Syncs the contents of
./assets/starred_lists.mdto Notion.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install dataninja-github-stars-export - After installation, invoke the skill by name or use
/dataninja-github-stars-export - Provide required inputs per the skill's parameter spec and get structured output
What is GitHub Stars Export?
Export GitHub starred repositories by category and sync them to a Notion database. It is an AI Agent Skill for Claude Code / OpenClaw, with 208 downloads so far.
How do I install GitHub Stars Export?
Run "/install dataninja-github-stars-export" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is GitHub Stars Export free?
Yes, GitHub Stars Export is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does GitHub Stars Export support?
GitHub Stars Export is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created GitHub Stars Export?
It is built and maintained by Nick T. (@nick-tsyen); the current version is v0.1.0.