Files
NianToB/resources/skills/preinstalled-manifest.json
inman 0abc48189c
Some checks failed
Electron E2E / Electron E2E (macos-latest) (push) Has been cancelled
Electron E2E / Electron E2E (ubuntu-latest) (push) Has been cancelled
Electron E2E / Electron E2E (windows-latest) (push) Has been cancelled
feat: prepare Zhinian desktop pilot
2026-05-07 21:49:20 +08:00

53 lines
1.1 KiB
JSON

{
"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": "peterskoett/self-improving-agent",
"repoPath": ".",
"ref": "master",
"version": "main",
"autoEnable": true
}
]
}