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.
npx agentmods add skills/slowlyo/owl-admin/owl-admin-devtools-generatornpx skills add slowlyo/owl-admin --skill owl-admin-devtools-generatorgit clone --depth 1 https://github.com/slowlyo/owl-adminWrote 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.
[](https://agentmods.dev/skills/slowlyo/owl-admin/owl-admin-devtools-generator)<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>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.
| Model | Per session | Once 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 |
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.
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 模板应实现现有模板契约,不要绕过
AdminBaseApi和AdminApiInterface。 - 代码生成器改动要同时检查预览、生成、清理、导入导出记录这些路径。
- 关系管理改动要确认模型命名空间、连接、字段选项和生成后的模型方法。
- 生成 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。
- 代码生成器变更后至少覆盖预览、生成、清理三个路径。
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.
- 3d ago First seen · 52 lines · 82 tokens per session scan A 1ae9fd4e22e1
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.
Other skills, from other repositories
request
Generate form request validation for CatchAdmin module.
routes
Generate route configuration for CatchAdmin module.
ck:google-adk-python
Build AI agents with Google ADK Python. Multi-agent systems, A2A protocol, MCP tools, workflow agents, state/memory, callbacks/plugins, Vertex AI deployment, evaluation.
pennant-development
Use when working with Laravel Pennant the official Laravel feature flag package. Trigger whenever the query mentions Pennant by name or involves feature flags or feature toggles in a Laravel project. Tasks include defining feature flags checking whether features are active creating class based features in app/Features…
laravel-best-practices
Apply this skill whenever writing, reviewing, or refactoring Laravel PHP code. This includes creating or modifying controllers, models, migrations, form requests, policies, jobs, scheduled commands, service classes, and Eloquent queries. Triggers for N+1 and query performance issues, caching strategies, authorization…
vue-pages
Generate Vue frontend pages using catch-table for CatchAdmin module with full component features.