Agent Skills
› webiny/webiny-js
› webiny-admin-ai-powerups-catalog
webiny-admin-ai-powerups-catalog
GitHub提供Webiny管理后台AI功能模块的抽象接口说明,指导开发者通过指定路径导入GetSettingsFeature等组件以集成AI能力。
Trigger Scenarios
需要集成Webiny AI Powerups功能
查找admin/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


