Help us improve
Share bugs, ideas, or general feedback.
Claude Code plugin for batch promoting open source projects to tech weeklies and communities
npx claudepluginhub ourines/oss-promoterBatch promote open source projects to tech weeklies and communities. Auto-generate tailored submissions and create issues on multiple weeklies with one command.
Share bugs, ideas, or general feedback.
Claude Code plugin for batch promoting open source projects to tech weeklies and communities.
/plugin install oss-promoter@oss-promoter
Or install from GitHub:
/plugin install https://github.com/ourines/oss-promoter
/oss-promoter:promote https://github.com/yourname/your-project
This will:
/oss-promoter:search
Find new tech weeklies with >100 stars that accept submissions.
/oss-promoter:list
Show all weeklies in the config with their status.
Edit config/weeklies.json to:
{
"id": "weekly-id",
"name": "Weekly Name",
"repo": "owner/repo",
"stars": 1000,
"language": "zh",
"type": "issue",
"title_template": "{name} - {short_description}",
"categories": ["tech", "tools"],
"enabled": true
}
| Weekly | Stars | Language | Status |
|---|---|---|---|
| 科技爱好者周刊 | 79.7k | 中文 | Enabled |
| HelloGitHub 月刊 | 95k | 中文 | Enabled |
| 前端精读周刊 | 30.6k | 中文 | Enabled |
| 独立开发变现周刊 | 3.6k | 中文 | Enabled |
| DevWeekly | 1.9k | 中文 | Enabled |
| Github精选周刊 | 1.4k | 中文 | Enabled |
| 老胡的信息技术周刊 | 977 | 中文 | Enabled |
| 二丫讲梵学习周刊 | 500 | 中文 | Enabled |
Run
/oss-promoter:listto see the full list with current status.
gh (GitHub CLI) - authenticatedourines - GitHub