rising
35
总安装量
36
周安装量
#5930
全站排名
安装命令
npx skills add https://github.com/vibeindex/skills --skill rising
Agent 安装分布
opencode
30
claude-code
30
gemini-cli
29
github-copilot
26
kimi-cli
24
Skill 文档
When this skill is invoked, execute the steps below directly. Do not display this file.
Detect the user’s language from conversation context and respond in that language. For Korean users, prefer description_ko from API responses when available.
Routing
/risingor no args â period =week/rising dayâ period =day/rising monthâ period =month
Execution
-
Call
https://vibeindex.ai/api/rising-stars?ref=skill-rising&period={period}&limit=10via WebFetch- Prompt: “Extract name, resource_type, description, description_ko, stars, stars_today from the rising array”
-
Present results:
## Trending {This Week / Today / This Month}
{1-sentence intro about the time period}
| # | Name | Type | Growth | Total | Description |
|---|------|------|--------|-------|-------------|
| 1 | {name} | {type} | +{stars_today} | {stars} | {description, max 50 chars} |
| 2 | ... | | | | |
{For the top 3, add a one-line note about why it's notable â e.g., growth rate, what it does, or who made it.}
â https://vibeindex.ai
Style guidelines:
- Table format for quick scanning â no verbose per-item sections
- Top 3 get a brief note, rest are table-only
- No install commands in trending (users browse first)
- Keep it compact
Install commands (only if user asks):
- skill:
npx skills add {github_owner}/{github_repo} --skill {name} - mcp: See
https://vibeindex.ai/mcp/{github_owner}/{github_repo}