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-extension-modulenpx skills add slowlyo/owl-admin --skill owl-admin-extension-modulegit 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-extension-module)<a href="https://agentmods.dev/skills/slowlyo/owl-admin/owl-admin-extension-module"><img src="https://agentmods.dev/badge/skills/slowlyo/owl-admin/owl-admin-extension-module.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.00075 | $0.00399 |
| Opus 5 | $0.00037 | $0.00199 |
| Sonnet 5 | $0.00015 | $0.00080 |
| Haiku 4.5 | $0.00007 | $0.00040 |
Grade A, and why
owl-admin-extension-module 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 5d 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 Extension Module
用于 Owl Admin 扩展、多模块、菜单、路由和配置开发。
参考索引
需要完整路径和命令时,读取 ../_references/owl-admin-dev-index.md。
需要按开发文档主题选择 skill 时,读取 ../_references/owl-admin-docs-map.md。
优先检查
config/admin.phpapp/Adminadmin-modulesextensionscomposer.json
框架源码内可参考:
src/Extendsrc/Support/Cores/Module.phpsrc/Console/Module
开发原则
- 新模块优先使用
php artisan admin-module:init ModuleName。 - 扩展优先遵循 Owl Admin
Extend\ServiceProvider的生命周期。 - 路由、配置、语言和菜单按模块或扩展隔离。
- 菜单和权限变更要确认 URL、组件类型和父级关系。
- 不主动执行数据库清空、全量删除或 git 操作。
常用命令
php artisan admin-module:init ModuleName
php artisan admin-module:init-db ModuleName
php artisan admin:doctor
php artisan route:list
验证
- PHP 文件改动后执行
php -l path/to/file.php。 - 路由异常时执行
php artisan route:list。 - 安装或菜单异常时执行
php artisan admin:doctor。
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.
- 5d ago First seen · 52 lines · 75 tokens per session scan A f11fecd83875
owl-admin-extension-module is a skill published in the GitHub repository slowlyo/owl-admin (616 stars, last pushed yesterday), licensed MIT. It adds 75 tokens to every session and 399 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.
curd
Generates complete CRUD module from database table definition. Orchestrates 9 sub-skills. Use when user says "create CRUD", "generate module from table", or provides a table structure.
vue-pages
Generate Vue frontend pages using catch-table for CatchAdmin module with full component features.
model
Generate Eloquent model for CatchAdmin module with full CatchModel features.
parse-table
Parse table definition to extract module name, model name, table name, and field definitions. First step of CRUD generation.