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 skills add slowlyo/owl-admin --skill owl-admin-ops-commandsgit 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-ops-commands)<a href="https://agentmods.dev/skills/slowlyo/owl-admin/owl-admin-ops-commands"><img src="https://agentmods.dev/badge/skills/slowlyo/owl-admin/owl-admin-ops-commands.svg" alt="Measured on agentmods" height="20"></a>- NVIDIA SkillSpector pass
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.1 | $0.00071 | $0.00554 |
| Opus 5 | $0.00036 | $0.00277 |
| Sonnet 5 | $0.00014 | $0.00111 |
| Haiku 4.5 | $0.00007 | $0.00055 |
Grade A, and why
owl-admin-ops-commands 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 8d 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 Ops Commands
用于 Owl Admin 安装、升级、诊断、资源发布和 CLI 运维。
参考索引
需要完整命令表时,读取 ../_references/owl-admin-dev-index.md。
需要按开发文档主题选择 skill 时,读取 ../_references/owl-admin-docs-map.md。
安装流程
composer require slowlyo/owl-admin
php artisan admin:publish
php artisan admin:install
php artisan admin:doctor
需要 AI 编辑器资料时:
php artisan admin:ai-install
常见任务
- 发布资源:
php artisan admin:publish - 只发布前端资源:
php artisan admin:publish --assets - 覆盖发布资源:
php artisan admin:publish --force - 升级:
php artisan admin:update - 查看升级范围:
php artisan admin:update --dry-run - 诊断环境:
php artisan admin:doctor - 查看数据库连接:
php artisan admin:db info - 查看菜单:
php artisan admin:menu list - 创建用户:
php artisan admin:create-user - 重置密码:
php artisan admin:reset-password
安全约束
admin:publish --force --assets会清理并重发public/admin-assets,执行前要确认影响范围。admin:update可能执行迁移和资源覆盖,先用--dry-run或--list了解范围。admin:menu delete、admin:menu import这类写操作优先保留确认,不要默认加--force。- 数据库排障优先使用
admin:db的只读能力。 - 路由生成优先使用
admin:gen-route --dry-run预览,避免覆盖自定义路由。 - 不主动执行 git commit、tag、push。
验证
- 安装后执行
php artisan admin:doctor。 - 路由问题执行
php artisan route:list。 - 数据库问题执行
php artisan admin:db info。 - 菜单问题执行
php artisan admin:menu list。
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.
- 8d ago First seen · 59 lines · 71 tokens per session scan A 49cf56cd65d2
owl-admin-ops-commands is a skill published in the GitHub repository slowlyo/owl-admin (617 stars, last pushed 3d ago), licensed MIT. It adds 71 tokens to every session and 554 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
laravel-nova
Build custom administration panels using Laravel Nova with advanced fields, lenses, actions, and cards.
create-powergrid-plugin
Create a complete PowerGrid plugin from scratch, including PHP class, Column macro, Blade view, Alpine.js component, and registration.
laravel
Use when building or extending a Laravel 11/12 app — Eloquent models, migrations and relationships, routing with controllers and Form Requests, queues and background jobs, framework-native security (validation, mass-assignment, policies, signed URLs, rate limiting), and Pest/PHPUnit feature tests. NOT pure PHP…
php-expert
Expert-level PHP development with PHP 8+, Laravel, Composer, and modern best practices. Use when the user mentions Laravel, Composer, Symfony, PHPUnit, or PSR standards, or when the task involves PHP 8+ Features, Object-Oriented PHP, Modern PHP, or Constructor Property Promotion.
php-laravel
Use this skill when building Laravel applications — MVC structure, Eloquent ORM, service layer, validation, queues, and testing. This skill enforces: thin controllers, service layer for business logic, Eloquent best practices with eager loading, form request validation, and queue job structure. Requires Laravel 10+ or…
laravel-api-tool-kit
Build production-grade Laravel REST APIs. Covers general best practices (code quality, DI, events, auth, exceptions, testing, database) AND essa/api-tool-kit specific patterns (ApiResponse, QueryFilters, dynamicPaginate, EnumHelpers). Use when creating or reviewing any Laravel API code in a project that has…