Agent Skills
› webiny/webiny-js
› webiny-admin-aco-catalog
webiny-admin-aco-catalog
GitHub提供Webiny ACO模块的前端抽象,包括useNavigateFolder和useRecords钩子,用于管理文件夹导航和记录数据。
Trigger Scenarios
需要实现文件夹导航功能
需要获取和管理ACO记录数据
Install
npx skills add webiny/webiny-js --skill webiny-admin-aco-catalog -g -y
SKILL.md
Frontmatter
{
"name": "webiny-admin-aco-catalog",
"description": "admin\/aco — 2 abstractions."
}
admin/aco
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: useNavigateFolder
Import: import { useNavigateFolder } from "webiny/admin/aco"
Source: @webiny/app-aco/hooks/useNavigateFolder.ts
Name: useRecords
Import: import { useRecords } from "webiny/admin/aco"
Source: @webiny/app-aco/hooks/useRecords.ts
Version History
- 80eb1c5 Current 2026-08-20 10:07


