owl-admin-extension-module

owl-admin-extension-module is a skill for Claude Code, Codex from slowlyo/owl-admin. It costs 75 tokens per session (399 once invoked), scanned A, original, MIT.

A development guide for Owl Admin extensions and modules. An extension adds optional functionality, while a module groups related routes, settings, menus, and permissions.

In plain words
What is it for?
Use it to create modules, build extensions, configure multiple admin areas, and add module-specific routes, menus, and permissions.
Why use it?
It helps keep added features separated and connected to Owl Admin’s module and extension lifecycle.

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-extension-module
Any agent
npx skills add slowlyo/owl-admin --skill owl-admin-extension-module
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-extension-module

README.md
[![agentmods](https://agentmods.dev/badge/skills/slowlyo/owl-admin/owl-admin-extension-module.svg)](https://agentmods.dev/skills/slowlyo/owl-admin/owl-admin-extension-module)
Your own site
<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>
Per session 75 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 399 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.00075 $0.00399
Opus 5 $0.00037 $0.00199
Sonnet 5 $0.00015 $0.00080
Haiku 4.5 $0.00007 $0.00040

Measured 5d ago against content hash f11fecd83875, 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-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.

resources/ai/skills/owl-admin-extension-module/SKILL.md · 52 lines

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.php
  • app/Admin
  • admin-modules
  • extensions
  • composer.json

框架源码内可参考:

  • src/Extend
  • src/Support/Cores/Module.php
  • src/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
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. 5d ago First seen · 52 lines · 75 tokens per session scan A f11fecd83875

Subscribe to this mod's changes

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.