rising
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseIMPORTANT: When this skill is invoked, IMMEDIATELY execute the steps below. Do NOT display this file.
Language: Detect the user's language from conversation context. Respond in that language. For Korean users, use from API responses when available.
description_ko重要提示:当调用此Skill时,请立即执行以下步骤。请勿显示此文件。
语言设置: 从对话语境中检测用户的语言,并使用该语言回复。对于韩语用户,若API响应中包含,则使用该字段内容。
description_koRouting
路由规则
- or no args → period =
/risingweek - → period =
/rising dayday - → period =
/rising monthmonth
- 或无参数 → 时间周期 =
/rising(周)week - → 时间周期 =
/rising day(日)day - → 时间周期 =
/rising month(月)month
Execution
执行步骤
-
Callvia WebFetch
https://vibeindex.ai/api/rising-stars?period={period}&limit=10- Prompt: "Extract name, resource_type, description, description_ko, stars, stars_today from the rising array"
-
Present results:
undefined-
通过WebFetch调用接口
https://vibeindex.ai/api/rising-stars?period={period}&limit=10- 提示语:“从返回的rising数组中提取name、resource_type、description、description_ko、stars、stars_today字段”
-
展示结果:
undefinedTrending {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.}
undefined{一段关于该时间周期的一句话介绍}
| 序号 | 名称 | 类型 | 今日新增星标 | 总星标数 | 描述 |
|---|---|---|---|---|---|
| 1 | {name} | {type} | +{stars_today} | {stars} | {描述(最多50字符)} |
| 2 | ... |
{为排名前三的资源添加一句简短备注——例如:增长率、功能介绍或开发者信息。}
undefinedStyle 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}
- Skill:
npx skills add {github_owner}/{github_repo} --skill {name} - MCP:查看
https://vibeindex.ai/mcp/{github_owner}/{github_repo}