rising

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese
IMPORTANT: 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
description_ko
from API responses when available.
重要提示:当调用此Skill时,请立即执行以下步骤。请勿显示此文件。
语言设置: 从对话语境中检测用户的语言,并使用该语言回复。对于韩语用户,若API响应中包含
description_ko
,则使用该字段内容。

Routing

路由规则

  • /rising
    or no args → period =
    week
  • /rising day
    → period =
    day
  • /rising month
    → period =
    month
  • /rising
    或无参数 → 时间周期 =
    week
    (周)
  • /rising day
    → 时间周期 =
    day
    (日)
  • /rising month
    → 时间周期 =
    month
    (月)

Execution

执行步骤

  1. Call
    https://vibeindex.ai/api/rising-stars?period={period}&limit=10
    via WebFetch
    • Prompt: "Extract name, resource_type, description, description_ko, stars, stars_today from the rising array"
  2. Present results:
undefined
  1. 通过WebFetch调用接口
    https://vibeindex.ai/api/rising-stars?period={period}&limit=10
    • 提示语:“从返回的rising数组中提取name、resource_type、description、description_ko、stars、stars_today字段”
  2. 展示结果:
undefined

Trending {This Week / Today / This Month}

热度榜单 {本周 / 今日 / 本月}

{1-sentence intro about the time period}
#NameTypeGrowthTotalDescription
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...
{为排名前三的资源添加一句简短备注——例如:增长率、功能介绍或开发者信息。}
undefined

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}
  • Skill
    npx skills add {github_owner}/{github_repo} --skill {name}
  • MCP:查看
    https://vibeindex.ai/mcp/{github_owner}/{github_repo}