mirror of
https://git.openapi.site/https://github.com/desirecore/market.git
synced 2026-04-21 16:10:56 +08:00
将 S3 对象存储操作技能从本地提升为全局内置技能, 通过 builtin-skills.json 注册,随客户端同步分发。 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
11 lines
153 B
JSON
11 lines
153 B
JSON
{
|
|
"skills": [
|
|
"create-agent",
|
|
"delete-agent",
|
|
"discover-agent",
|
|
"manage-skills",
|
|
"s3-storage-operations",
|
|
"update-agent"
|
|
]
|
|
}
|