Agent Skills
› webiny/webiny-js
› webiny-admin-ai-powerups-catalog
webiny-admin-ai-powerups-catalog
GitHub提供Webiny管理后台AI增强功能的抽象接口,引导开发者查找并导入特定功能模块,强调阅读源码以获取准确类型和接口定义。
Trigger Scenarios
需要集成Webiny AI管理功能
查询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


