/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.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install dataninja-github-stars-export - 安装完成后,直接呼叫该 Skill 的名称或使用
/dataninja-github-stars-export触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
GitHub Stars Export 是什么?
Export GitHub starred repositories by category and sync them to a Notion database. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 208 次。
如何安装 GitHub Stars Export?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install dataninja-github-stars-export」即可一键安装,无需额外配置。
GitHub Stars Export 是免费的吗?
是的,GitHub Stars Export 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
GitHub Stars Export 支持哪些平台?
GitHub Stars Export 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 GitHub Stars Export?
由 Nick T.(@nick-tsyen)开发并维护,当前版本 v0.1.0。