feat: prebundle and auto-enable document, self-improving, search skills (#413)

This commit is contained in:
Felix
2026-03-11 18:40:46 +08:00
committed by GitHub
Unverified
parent ce7e890509
commit baa551b30c
12 changed files with 520 additions and 22 deletions

View File

@@ -0,0 +1,76 @@
{
"skills": [
{
"slug": "pdf",
"repo": "anthropics/skills",
"repoPath": "skills/pdf",
"ref": "main",
"version": "main",
"autoEnable": true
},
{
"slug": "xlsx",
"repo": "anthropics/skills",
"repoPath": "skills/xlsx",
"ref": "main",
"version": "main",
"autoEnable": true
},
{
"slug": "docx",
"repo": "anthropics/skills",
"repoPath": "skills/docx",
"ref": "main",
"version": "main",
"autoEnable": true
},
{
"slug": "pptx",
"repo": "anthropics/skills",
"repoPath": "skills/pptx",
"ref": "main",
"version": "main",
"autoEnable": true
},
{
"slug": "find-skills",
"repo": "vercel-labs/skills",
"repoPath": "skills/find-skills",
"ref": "main",
"version": "main",
"autoEnable": true
},
{
"slug": "self-improving-agent",
"repo": "openclaw/skills",
"repoPath": "skills/pskoett/self-improving-agent",
"ref": "main",
"version": "main",
"autoEnable": true
},
{
"slug": "tavily-search",
"repo": "tavily-ai/skills",
"repoPath": "skills/tavily/search",
"ref": "main",
"version": "main",
"autoEnable": true
},
{
"slug": "brave-web-search",
"repo": "brave/brave-search-skills",
"repoPath": "skills/web-search",
"ref": "main",
"version": "main",
"autoEnable": true
},
{
"slug": "bocha-skill",
"repo": "openclaw/skills",
"repoPath": "skills/ypw757/bocha-skill",
"ref": "main",
"version": "main",
"autoEnable": true
}
]
}