new

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

路由规则

  • /new
    or no args → all types, 10 results
  • /new skill
    /
    /new mcp
    /
    /new plugin
    → filter by type
  • /new 20
    → change limit
  • /new
    或无参数 → 显示所有类型的10条结果
  • /new skill
    /
    /new mcp
    /
    /new plugin
    → 按类型筛选
  • /new 20
    → 修改结果数量限制

Execution

执行步骤

  1. Call
    https://vibeindex.ai/api/resources?sort=newest&pageSize={limit}
    via WebFetch
    • Add
      &type={type}
      if specified
    • Prompt: "Extract name, resource_type, description, description_ko, stars, github_owner, github_repo, created_at"
  2. Present results:
undefined
  1. 通过WebFetch调用
    https://vibeindex.ai/api/resources?sort=newest&pageSize={limit}
    • 若指定了类型,添加
      &type={type}
      参数
    • 提示信息:“提取name、resource_type、description、description_ko、stars、github_owner、github_repo、created_at字段”
  2. 展示结果:
undefined

Recently Added

最近新增

#NameTypeStarsDescription
1{name}{type}{stars}{description, max 50 chars}
2...
undefined
#名称类型星标数描述
1{name}{type}{stars}{description, 最多50字符}
2...
undefined

Style guidelines:

格式规范:

  • Table format for quick scanning
  • No install commands (users browse first)
  • Keep it compact
  • 使用表格格式以便快速浏览
  • 不包含安装命令(用户先浏览资源)
  • 保持内容简洁紧凑