经 AI Skill Hub 精选评估,Startidy Agent工作流 获评「推荐使用」。这款Agent工作流在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 7.5 分,适合有一定技术背景的用户使用。
自动组织GitHub Star中的列表,提高开发效率。
Startidy Agent工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
自动组织GitHub Star中的列表,提高开发效率。
Startidy Agent工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:npm 全局安装 npm install -g startidy # 方式二:npx 直接运行(无需安装) npx startidy --help # 方式三:项目依赖安装 npm install startidy # 方式四:从源码运行 git clone https://github.com/hellosunghyun/Startidy cd Startidy npm install npm start
# 命令行使用
startidy --help
# 基本用法
startidy [options] <input>
# Node.js 代码中使用
const startidy = require('startidy');
const result = await startidy.run(options);
console.log(result);
# startidy 配置说明 # 查看配置选项 startidy --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export STARTIDY_CONFIG="/path/to/config.yml"
English | 한국어
If you find this project useful, please consider giving it a star! Your support means a lot.
AI-powered CLI tool to automatically organize your GitHub Stars into Lists.
Major: Minor format like Lang: Python, AI: LLM & Chatbot (20 char limit)npm install
npm install -g startidy
After installation, you can use the startidy command directly:
startidy run
npm run build
Lang: Python Lang: JS & TS Lang: Go Lang: Rust
Lang: Java Lang: C & C++ Lang: ETC
AI: LLM & Chatbot AI: Agent AI: Image & Video AI: RAG & Data
AI: Voice & Audio AI: ETC
Web: Frontend Web: Backend Web: Crawler Web: Mobile App
Web: ETC
Infra: Docker Infra: Security Infra: DB Infra: Data & ML
Infra: ETC
Type: Self-Hosted Type: App & Tool Type: Starter Type: Resource
Type: ETC
```bash
🚀 Starting GitHub Stars auto-organization.
✔ Fetched 523 starred repositories.
✔ 32 categories have been planned.
? Delete existing 32 Lists? Yes
✔ 32 Lists deleted
✔ 32 Lists created
📂 Classifying 523 repositories in batches of 20...
── Batch 1/27 (1-20) ──
✔ README fetched
✔ Classification complete
✅ facebook/react → Web: Frontend
✅ tensorflow/tensorflow → AI: Data & ML
...
📊 Results:
✅ Success: 520
❌ Failed: 3
✅ Done! Stars have been organized into Lists.
You can configure Startidy in three ways:
startidy --token ghp_xxx --username your-name --gemini-key AIza_xxx run
```bash
Create a .env file in your current directory:
GITHUB_TOKEN=ghp_xxxxxxxxxxxxxxxxxxxx
GITHUB_USERNAME=your-username
GEMINI_API_KEY=AIzaxxxxxxxxxxxxxxxxxxxxxxxx
| Option | Description |
|---|---|
--token <token> | GitHub Personal Access Token |
--username <username> | GitHub Username |
--gemini-key <key> | Google Gemini API Key |
--max-categories <n> | Maximum categories (default: 32) |
--batch-size <n> | Batch size for classification (default: 20) |
--private | Create private Lists |
--debug | Enable debug mode |
| Command | Option | Description |
|---|---|---|
run | (none) | Full automation |
run | --only-new | Process new Stars only |
run | --dry-run | Simulation mode |
plan | (none) | Plan categories |
plan | --show | View saved plan |
plan | --delete | Delete saved plan |
lists | (none) | View all Lists |
lists | --create <name> | Create new List |
lists | --delete <name> | Delete specific List |
lists | --delete-all | Delete all Lists |
lists | -d, --description | List description (with --create) |
create-lists | (none) | Create Lists from plan |
create-lists | --force | Create even if Lists exist |
classify | (none) | Classify Stars |
classify | --only-new | Process unclassified only |
classify | --use-existing | Use existing Lists as categories |
classify | --reset | Remove all Stars from Lists |
All available environment variables:
```env
MAX_CATEGORIES=32 # Maximum categories (GitHub limit: 32) MAX_CATEGORIES_PER_REPO=3 # Max categories per repo MIN_CATEGORIES_PER_REPO=1 # Min categories per repo
LIST_IS_PRIVATE=false # Create private Lists
GEMINI_MODEL=gemini-2.5-flash # Model to use GEMINI_RPM=15 # Requests per minute (Free tier)
startidy run
Startidy是一个有潜力的开源AI工作流,能够自动组织GitHub Star中的列表,提高开发效率。然而,项目的活跃度和维护情况需要进一步关注。
该工具未明确声明开源协议,商业使用前请联系原作者确认授权范围,避免侵权风险。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
AI Skill Hub 点评:Startidy Agent工作流 的核心功能完整,质量良好。对于自动化工程师和运维人员来说,这是一个值得纳入个人工具库的选择。建议先在非生产环境试用,再逐步推广。
| 原始名称 | Startidy |
| 原始描述 | 开源AI工作流:AI-powered CLI tool to automatically organize your GitHub Stars into Lists.。⭐51 · TypeScript |
| Topics | workflowautomationdeveloper-tools |
| GitHub | https://github.com/hellosunghyun/Startidy |
| 语言 | TypeScript |
收录时间:2026-05-14 · 更新时间:2026-05-16 · License:未公布 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端