mirror of
https://github.com/chenhg5/cc-connect.git
synced 2026-07-03 12:28:10 +08:00
- Add /skills route with local skills browser and recommended presets - Backend: ListSkills/SkillDirs/AgentTypeName on Engine, skill presets API - Provider preset cards: pin register/add buttons to card bottom - Fix layout footer overlap by removing min-h-0 from content wrapper - Replace logo with styled text brand, remove temporary local JSON override - Add i18n translations for skill-related strings (en/zh/zh-TW/ja/es) Made-with: Cursor
26 lines
773 B
JSON
26 lines
773 B
JSON
{
|
|
"version": 1,
|
|
"updated_at": "2026-04-18",
|
|
"skills": [
|
|
{
|
|
"name": "find-skills",
|
|
"display_name": "Find Skills",
|
|
"description": "Discover and install specialized agent skills from the open ecosystem when users need extended capabilities",
|
|
"description_zh": "从开放技能生态中发现和安装专业 Agent 技能,帮助用户扩展 AI 代理能力",
|
|
"version": "1.0.0",
|
|
"author": "vercel-labs",
|
|
"url": "https://skills.sh/vercel-labs/skills/find-skills",
|
|
"tags": ["skills", "ecosystem", "discovery"],
|
|
"featured": true,
|
|
"source": {
|
|
"provider": "skills.sh",
|
|
"name": "Skills.sh",
|
|
"url": "https://skills.sh"
|
|
},
|
|
"pricing": {
|
|
"type": "free"
|
|
}
|
|
}
|
|
]
|
|
}
|