用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/publieople/hermes-config-kit --skill github-stars-management命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
Manage AstrBot knowledge bases — create, upload, retrieve, delete via WebUI or REST API. Use when adding documents to an AstrBot bot's RAG knowledge base, troubleshooting embedding issues, or automating KB updates.
Integrate Hermes Agent with external desktop applications, IDEs, and AI tools — mapping their integration interfaces (custom API endpoints, MCP support, terminal hooks) to Hermes' built-in capabilities (API Server, MCP Server Mode, CLI spawning). Use when asked to "connect Hermes to X" or "make Hermes work with Y" for any third-party app.
国内量化交易系统搭建 — 行情终端 vs 量化系统辨析、券商通道瓶颈、开源框架选型、老式行情软件逆向分析
基于 SOC 职业分类
| name | github-stars-management |
| description | Organize GitHub stars with AI using starred tool. |
| tags | ["github","stars","ai","organization","tool-discovery"] |
| trigger | github stars|star管理|star分类|starred repos|整理star|star太多 |
| category | github |
When user has 100s+ starred GitHub repos and wants AI to organize/categorize them.
amirhmoradi/starredAfter comparing 4 tools, starred is the recommended pick:
STARRED_REPOS.md with TOC, categories, star counts + profile README integrationFork https://github.com/amirhmoradi/starred
https://github.com/settings/personal-access-tokens/new
Required scope: starring:read (NOT repo — won't work for stars API)
Settings → Secrets and variables → Actions → Repository secrets (not Environment secrets)
| Secret | Value | Required |
|---|---|---|
GH_PAT | PAT from step 2 | ✅ |
GEMINI_API_KEY | From https://aistudio.google.com/apikey | Pick one |
ANTHROPIC_API_KEY | From https://console.anthropic.com/ | Pick one |
OPENAI_API_KEY | From https://platform.openai.com/api-keys | Pick one |
Recommend Gemini — free tier handles 800+ star classification at zero cost.
Actions → "Update Starred Repos" → Run workflow. Result in STARRED_REPOS.md.
Workflow runs daily at 2 AM UTC. New stars auto-categorized.
Checks env vars in priority: ANTHROPIC_API_KEY → OPENAI_API_KEY → GEMINI_API_KEY. Only one key needed.
git clone https://github.com/amirhmoradi/starred && cd starred
pip install -e ".[all]"
export GH_TOKEN=ghp_xxx GEMINI_API_KEY=***
starred fetch --username <user> --with-readme
starred categorize --provider gemini