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 jxoesneon/Ciel --skill laravel-plugin-discoverygit clone --depth 1 https://github.com/jxoesneon/CielWrote 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/jxoesneon/ciel/laravel-plugin-discovery)<a href="https://agentmods.dev/skills/jxoesneon/ciel/laravel-plugin-discovery"><img src="https://agentmods.dev/badge/skills/jxoesneon/ciel/laravel-plugin-discovery/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/jxoesneon/ciel/laravel-plugin-discovery"><img src="https://agentmods.dev/badge/skills/jxoesneon/ciel/laravel-plugin-discovery.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00040 | $0.00806 |
| Opus 5 | $0.00020 | $0.00403 |
| Sonnet 5 | $0.00008 | $0.00161 |
| Haiku 4.5 | $0.00004 | $0.00081 |
Grade A, and why
laravel-plugin-discovery 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 4d 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.
How it starts
The opening of the file, as written. The whole thing — 81 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CIEL ADAPTATION: Laravel Plugin Discovery
This skill discovers and evaluates Laravel packages via the LaraPlugins.io MCP server. While originally Laravel-specific, the discovery-plus-health-check pattern is reusable beyond Laravel — the MCP-based search, health-band filtering, and compatibility matrix approach applies to any package ecosystem with an MCP endpoint.
MCP Configuration
Add to ~/.claude.json mcpServers:
"laraplugins": {
"type": "http",
"url": "https://laraplugins.io/mcp/plugins"
}
No API key required — the server is free for the Laravel community.
MCP Tools
SearchPluginTool
Search packages by keyword, health score, vendor, and version compatibility.
text_search(string, optional): Keyword (e.g. "permission", "admin", "api")health_score(string, optional):Healthy,Medium,Unhealthy, orUnratedlaravel_compatibility(string, optional):"5"through"13"php_compatibility(string, optional):"7.4"through"8.5"vendor_filter(string, optional): Vendor name (e.g. "spatie", "laravel")page(number, optional): Pagination
GetPluginDetailsTool
Fetch detailed metrics, readme content, and version history.
package(string, required): Full Composer name (e.g. "spatie/laravel-permission")include_versions(boolean, optional): Include version history
Health Bands
| Band | Meaning |
|---|---|
Healthy |
Active maintenance, recent updates |
Medium |
Occasional updates, may need attention |
Unhealthy |
Abandoned or infrequently maintained |
Unrated |
Not yet assessed |
Best Practices
- Always filter by
health_score: "Healthy"for production projects. - Match
laravel_compatibilityto the target project's Laravel version. - Prefer packages from known vendors (spatie, laravel, etc.).
- Use
GetPluginDetailsToolfor comprehensive assessment before recommending. - Combine filters: search by keyword + health + version for precise results.
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.
- 4d ago Changed 9a7af8a97a8c
- 8d ago First seen · 81 lines · 40 tokens per session scan A 940618bac3e1
laravel-plugin-discovery is a skill published in the GitHub repository jxoesneon/Ciel (1 stars, last pushed 5d ago), licensed Apache-2.0. It adds 40 tokens to every session and 806 once invoked, about $0.0002 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-09-03.
Other skills, from other repositories
doc-crafter
Especialista em documentação de código e APIs. Gera e atualiza especificações (OpenAPI/Swagger), diagramas Mermaid, README e JSDoc/Docstrings. Use para "documentar este endpoint", "atualizar swagger" ou "gerar documentação da função".
backend-patterns
Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes.
agent-crdt-synchronizer
Agent skill for crdt-synchronizer - invoke with $agent-crdt-synchronizer.
api-debugging
Systematic approach to debugging REST APIs, HTTP errors, authentication issues, and network problems. Use when the user has API errors, status code issues, timeout problems, or needs help troubleshooting HTTP requests.
service-app-creator
Create or update the Service component of a NextClaw Mini App, choosing between Portable Rust/WASI Components and native-process MCP services. Use after nextclaw-app-creator selects a Service-backed app, or when the user explicitly asks for Service Actions, portable components, local files, external APIs, commands…
neo4j-getting-started-skill
Orchestrates zero-to-running-app in 8 stages — prerequisites → context → provision → model → load → explore → query → build. Each stage reads its own reference file. Supports HITL and fully autonomous operation. Use when starting a new Neo4j project from scratch, provisioning Aura, generating synthetic data, building…