owl-admin-devtools-generator

owl-admin-devtools-generator is a skill for Claude Code, Codex from slowlyo/owl-admin. It costs 82 tokens per session (579 once invoked), scanned A, original, MIT.

A development guide for Owl Admin, a Laravel-based administration system, covering its code generator, API templates, relationships, and visual pages.

In plain words
What is it for?
Use it to build or change admin APIs, CRUD screens, relationship settings, visual pages, and developer-tool code generation.
Why use it?
It helps an agent follow Owl Admin’s existing structures and checks instead of guessing where backend code or generated CRUD belongs.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/slowlyo/owl-admin/owl-admin-devtools-generator
Any agent
npx skills add slowlyo/owl-admin --skill owl-admin-devtools-generator
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-devtools-generator

README.md
[![agentmods](https://agentmods.dev/badge/skills/slowlyo/owl-admin/owl-admin-devtools-generator.svg)](https://agentmods.dev/skills/slowlyo/owl-admin/owl-admin-devtools-generator)
Your own site
<a href="https://agentmods.dev/skills/slowlyo/owl-admin/owl-admin-devtools-generator"><img src="https://agentmods.dev/badge/skills/slowlyo/owl-admin/owl-admin-devtools-generator.svg" alt="Measured on agentmods" height="20"></a>
Per session 82 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 579 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00082 $0.00579
Opus 5 $0.00041 $0.00290
Sonnet 5 $0.00016 $0.00116
Haiku 4.5 $0.00008 $0.00058

Measured 3d ago against content hash 1ae9fd4e22e1, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

owl-admin-devtools-generator 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 3d 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-devtools-generator/SKILL.md · 52 lines

What it actually says

Owl Admin DevTools Generator

用于 Owl Admin 代码生成器、动态 API、关系管理和开发者工具。

参考索引

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

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

优先检查

  • 业务项目的 app/ApiTemplates
  • 业务项目的 app/Admin
  • 业务项目的 config/admin.php
  • 框架源码的 src/Support/Apis
  • 框架源码的 src/Support/CodeGenerator
  • 框架源码的 src/Controllers/DevTools
  • 框架源码的 src/Services/AdminCodeGeneratorService.php
  • 框架源码的 src/Services/AdminApiService.php
  • 框架源码的 src/Services/AdminRelationshipService.php

开发原则

  • 动态 API 优先复用内置模板:列表、详情、新增、更新、删除、选项、设置、状态切换、聚合统计。
  • 动态页面属于内置功能,低代码页面优先使用页面管理,复杂逻辑转控制器或 iframe 页面。
  • 新 API 模板应实现现有模板契约,不要绕过 AdminBaseApiAdminApiInterface
  • 代码生成器改动要同时检查预览、生成、清理、导入导出记录这些路径。
  • 关系管理改动要确认模型命名空间、连接、字段选项和生成后的模型方法。
  • 生成 CRUD 前先确认表结构、主键、时间戳、软删除和菜单信息。
  • 不要在循环中做数据库结构查询或文件 IO。

常用入口

php artisan admin:db tables
php artisan admin:db columns table_name
php artisan admin:doctor

验证

  • PHP 文件改动后执行 php -l path/to/file.php
  • 数据库字段相关逻辑用 admin:db columns 确认。
  • 动态 API 变更后检查开发者工具的模板列表和参数 schema。
  • 代码生成器变更后至少覆盖预览、生成、清理三个路径。
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. 3d ago First seen · 52 lines · 82 tokens per session scan A 1ae9fd4e22e1

Subscribe to this mod's changes

owl-admin-devtools-generator is a skill published in the GitHub repository slowlyo/owl-admin (616 stars, last pushed 4d ago), licensed MIT. It adds 82 tokens to every session and 579 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.