new
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 → all types, 10 results
/new - /
/new skill//new mcp→ filter by type/new plugin - → change limit
/new 20
- 或无参数 → 显示所有类型的10条结果
/new - /
/new skill//new mcp→ 按类型筛选/new plugin - → 修改结果数量限制
/new 20
Execution
执行步骤
-
Callvia WebFetch
https://vibeindex.ai/api/resources?sort=newest&pageSize={limit}- Add if specified
&type={type} - Prompt: "Extract name, resource_type, description, description_ko, stars, github_owner, github_repo, created_at"
- Add
-
Present results:
undefined-
通过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字段”
- 若指定了类型,添加
-
展示结果:
undefinedRecently Added
最近新增
| # | Name | Type | Stars | Description |
|---|---|---|---|---|
| 1 | {name} | {type} | {stars} | {description, max 50 chars} |
| 2 | ... |
undefinedStyle guidelines:
格式规范:
- Table format for quick scanning
- No install commands (users browse first)
- Keep it compact
- 使用表格格式以便快速浏览
- 不包含安装命令(用户先浏览资源)
- 保持内容简洁紧凑