一键导入
admin-ui
Use when editing owner/admin pages, CRUD forms, media library, environment editor, permissions, audit log, integrations, or admin navigation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when editing owner/admin pages, CRUD forms, media library, environment editor, permissions, audit log, integrations, or admin navigation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when editing public, account, shop, astrologer, temple, cart, checkout, contact, or support templates.
Use bapXphp CLI for ALL file/content/db operations. Never use raw shell/edit/write/find/grep tools directly.
Use when editing Hostinger deployment, Git auto-deploy, environment, permissions, cron, or production setup documentation.
Use plain Git for local history, branches, pushes, and Hostinger deployment checkouts.
Use when designing, implementing, or debugging sub-agent handoff workflows, model routing, telemetry, or admin-panel agent wiring.
Use when editing PHP controllers, services, JSON persistence, auth, support assistant context, wallet, orders, reviews, media, or audit behavior.
| type | skill |
| name | admin-ui |
| description | Use when editing owner/admin pages, CRUD forms, media library, environment editor, permissions, audit log, integrations, or admin navigation. |
AGENTS.md repository contract and its app/view/storage area rules.php tests/run.php; use a browser workflow for changed admin pages.The admin panel has an agent interface at /admin/agent that:
bapXphp write blog)DatabaseService to answer queries.agents/temp/ (screenshots, documents provided by the user)workflow_dispatchThe agent controller:
prompt field, optional attachment reference)DatabaseService queries for users, orders, products, etc.SecretService (agent_api_key, agent_model, api_endpoint)The admin agent has read access to:
users — count, listorders — count, list, revenue totalsproducts — list, detailsastrologers — list, detailsappointments — list, countsupport_tickets — list, countaudit_events — recent eventssettings — public settingsWrite/mutation operations require explicit user confirmation before execution.
Configured in Admin → Integrations with these fields stored in MySQL secrets table:
| Key | Purpose |
|---|---|
agent_api_key | Authentication key |
agent_model | Model ID; defaults to gemma-4-31b-it |
api_endpoint | Full provider API URL |