Agent Skills
› webiny/webiny-js
› webiny-admin-ai-powerups-catalog
webiny-admin-ai-powerups-catalog
GitHub提供Webiny管理后台AI功能模块的抽象接口,如获取设置功能。引导开发者通过导入路径使用具体特性,强调需阅读源码以获取准确类型和接口定义。
Trigger Scenarios
需要集成Webiny管理后台的AI设置功能
查找Webiny AI Powerups的具体实现接口
Install
npx skills add webiny/webiny-js --skill webiny-admin-ai-powerups-catalog -g -y
SKILL.md
Frontmatter
{
"name": "webiny-admin-ai-powerups-catalog",
"description": "admin\/ai-powerups — 1 abstractions."
}
admin/ai-powerups
How to Use
- Find the abstraction you need below
- You MUST read the source file to get the exact interface and types!
- Import:
import { Name } from "<importPath>";
Abstractions
Name: GetSettingsFeature
Import: import { GetSettingsFeature } from "webiny/admin/ai-powerups"
Source: @webiny/ai-powerups/admin/features/settings/getSettings/feature.ts
Version History
- 80eb1c5 Current 2026-08-20 10:07


