owl-admin-amis-page

owl-admin-amis-page is a skill for Claude Code, Codex from slowlyo/owl-admin. It costs 84 tokens per session (509 once invoked), scanned A, original, MIT.

A reference skill for building Owl Admin pages with amis, a system for defining admin interfaces such as forms, tables, filters, and actions through schemas.

In plain words
What is it for?
It guides CRUD pages, forms, detail views, filters, toolbar actions, iframe pages, custom schemas, routes, menus, and basic PHP validation.
Why use it?
It helps developers find the right project files and keep database work, validation, and page definitions in appropriate places.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It guides CRUD pages, forms, detail views, filters, toolbar actions, iframe pages, custom schemas, routes, menus, and basic PHP validation.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/slowlyo/owl-admin/owl-admin-amis-page
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add slowlyo/owl-admin --skill owl-admin-amis-page
Clone the repo
git clone --depth 1 https://github.com/slowlyo/owl-admin

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for owl-admin-amis-page

README.md
[![agentmods](https://agentmods.dev/badge/skills/slowlyo/owl-admin/owl-admin-amis-page/github.svg)](https://agentmods.dev/skills/slowlyo/owl-admin/owl-admin-amis-page)
Your own site
<a href="https://agentmods.dev/skills/slowlyo/owl-admin/owl-admin-amis-page"><img src="https://agentmods.dev/badge/skills/slowlyo/owl-admin/owl-admin-amis-page/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for owl-admin-amis-page

Your own site · 80×15
<a href="https://agentmods.dev/skills/slowlyo/owl-admin/owl-admin-amis-page"><img src="https://agentmods.dev/badge/skills/slowlyo/owl-admin/owl-admin-amis-page.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 84 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 509 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00084 $0.00509
Opus 5 $0.00042 $0.00254
Sonnet 5 $0.00017 $0.00102
Haiku 4.5 $0.00008 $0.00051

Measured 9d ago against content hash 536dc914b5e2, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

owl-admin-amis-page scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

resources/ai/skills/owl-admin-amis-page/SKILL.md · 47 lines

What it actually says

Owl Admin Amis Page

用于 Owl Admin 后台页面、CRUD、表单、列表和 amis schema 开发。

参考索引

需要完整路径和命令时,读取 ../_references/owl-admin-dev-index.md

需要按开发文档主题选择 skill 时,读取 ../_references/owl-admin-docs-map.md

优先检查

  • 业务项目的 app/Admin/Controllers
  • 业务项目的 app/Admin/Services
  • 业务项目的 app/Admin/pages.php
  • 扩展包里的 vendor/slowlyo/owl-admin/src/Renderers

如果是在框架源码仓库内开发,则对应路径是 src/Controllerssrc/Servicessrc/Renderers

页面实现原则

  • 优先使用 amis() 和 Owl Admin Renderer 类生成 schema。
  • 组件使用优先参考页面、表单、按钮、数据展示、布局、条件显示和数据联动这些文档主题。
  • Iconify、WangEditor、Watermark 等额外组件仍按 Renderer 方式使用。
  • CRUD 页面优先复用 AdminControllerlist()form()detail() 结构。
  • 数据查询、保存和校验放在 Service 或 Laravel 原生能力里,不要塞进页面 schema。
  • iframe 页面优先用 php artisan admin:make-page 生成骨架。
  • 不编译 admin-views,除非用户明确要求修改框架前端源码。

常用命令

php artisan admin:make-page PageName --title=页面标题 --menu
php artisan admin:doctor

验证

  • PHP 文件改动后执行 php -l path/to/file.php
  • 页面路由异常时检查 app/Admin/pages.phproutes/admin.php
  • 菜单不显示时检查后台菜单 URL、组件类型和权限配置。
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 47 lines · 84 tokens per session scan A 536dc914b5e2

Subscribe to this mod's changes

owl-admin-amis-page is a skill published in the GitHub repository slowlyo/owl-admin (617 stars, last pushed 5d ago), licensed MIT. It adds 84 tokens to every session and 509 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

electrik-slate

Build Laravel Blade UI with Electrik Slate 3.x and optional slate-blocks. Use when writing x-slate or x-slate-block components, Livewire forms, tokens, toasts, blocks, or when the user mentions Slate, electrik/slate, electrik/slate-blocks, or slate.electrik.dev.

electrikhq/slate · 72 tokens

livewire

Version-aware best practices for Laravel Livewire (Caleb Porzio's full-stack framework), covering v1 through v4. Use whenever building, reviewing, or upgrading Livewire components, wire:model bindings, actions, events, validation, lifecycle hooks, or single-file/island components. ALWAYS detects the installed Livewire…

majdghithan/agent-skills · 119 tokens

olakunlevpn-filament-skills

Use when writing, reviewing, or refactoring Filament PHP v5 code -- resources, forms, tables, infolists, actions, widgets, panels, relation managers, multi-tenancy, testing, or plugin development. Always apply these standards to all Filament work.

olakunlevpn/olakunlevpn-filament-skills · 64 tokens

livewire-reference

Use for all Laravel Livewire work. Covers Livewire v4 components, page routes, wire directives, PHP attributes, forms, validation, uploads, pagination, tables, modals, events, islands, performance, JavaScript, Alpine integration, Volt, Pest tests, upgrades, and debugging. Use it before you create, change, review…

olgunozoktas/livewire-alpine-skills · 225 tokens

craft-view

Crafting package views. Blade components, view publishing, and the visual contract with your consumers.

attac-t/the-foundry · 22 tokens

laravel-livewire

Build dynamic, reactive Laravel applications using Livewire. Create real-time interfaces without writing JavaScript for SPA-like experiences.

AtulPurohit/Antigravity-Awesome-Skills · 28 tokens