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 robertgorsuch/AI-JasperReports-Generator --skill jasper-deploygit clone --depth 1 https://github.com/robertgorsuch/AI-JasperReports-GeneratorWrote 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/robertgorsuch/ai-jasperreports-generator/jasper-deploy)<a href="https://agentmods.dev/skills/robertgorsuch/ai-jasperreports-generator/jasper-deploy"><img src="https://agentmods.dev/badge/skills/robertgorsuch/ai-jasperreports-generator/jasper-deploy/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/robertgorsuch/ai-jasperreports-generator/jasper-deploy"><img src="https://agentmods.dev/badge/skills/robertgorsuch/ai-jasperreports-generator/jasper-deploy.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.00152 | $0.05300 |
| Opus 5 | $0.00076 | $0.02650 |
| Sonnet 5 | $0.00030 | $0.01060 |
| Haiku 4.5 | $0.00015 | $0.00530 |
Grade B, and why
jasper-deploy scanned grade B with 2 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 9d 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.
Sends data to an external URLmediumData exfiltration
A POST to an outside endpoint may be telemetry or may be exfiltration; either way the mod talks to somewhere, and you should know where.
braces); pass JSON bodies to curl from a **file** (`--data "@req.json"`), not Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
JDK, psql, curl, Python, JR7 jars, server reachability) and tells you what How it starts
The opening of the file, as written. The whole thing — 263 lines — stays where its author put it; the contents beside it link to each section on GitHub.
JasperReports design / compile / deploy
Automates the design → compile → deploy pipeline for JasperReports against a
PostgreSQL database and a JasperReports Server 10.x REST v2 endpoint. Everything
is JasperReports 7.0.6 native — the jrxml schema is NOT 6.x compatible (see
references/jr7-schema.md).
This file is a lean index: each capability lists its script, the minimal invocation, and a pointer to the reference file holding the full flags, verified notes, and gotchas. Read the linked reference before doing non-trivial work in that area — the deep detail lives there, not here.
New environment? Start here
- If a
LOCAL.mdfile exists next to this SKILL.md (gitignored, machine-specific), read it first — it overrides anything here with the facts of the local install (server URL/port, install paths, local doc corpus, quirks). - Copy
jrs.config.example.json→jrs.config.jsonin the skill root and fill in the server URL, user, password (orpasswordCommand), andjrLibDir. - Run
doctor.ps1— it preflight-checks the whole toolchain (PowerShell, JDK, psql, curl, Python, JR7 jars, server reachability) and tells you what is missing.
Conventions (apply everywhere)
$skill= thescripts/subdirectory of this skill. Set it from the base directory given at the top of this skill's context:$skill = "<skill-base-dir>/scripts"(or, from this repo's root,./plugins/jasper-deploy/skills/jasper-deploy/scripts). Forward slashes work on Windows and macOS/Linux alike, so all examples here use/.- Server: resolved from config (below), REST v2, HTTP Basic. Never hardcode
the URL or credentials in docs or scripts — read them from
jrs.config.json(the repo is public). Examples below use$cfgfor exactly this reason. - Credentials resolve in order: script params → env vars
JRS_URL/JRS_USER/JRS_PASS→jrs.config.jsonin the skill root (copyjrs.config.example.json, fill in, gitignored). - DB: PostgreSQL, defaults
localhost:5432/postgis_34_sample/postgres(the sample DB the examples use — substitute your own);$env:PGPASSWORDmust be set before anyscaffold_*.py(they introspect via psql).
What ships with it
60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- .gitignore 126 B
- baselines/foodmart_sales_by_family.png 85 KB
- baselines/foodmart_top_categories.png 62 KB
- baselines/gross_margin_dial.png 70 KB
- chart_customizers/actian-chart-customizers.jar 4.0 KB
- chart_customizers/com/actian/jasper/GradientTrendCustomizer.java 5.5 KB
- CONTRIBUTING.md 7.2 KB
- fixtures/README.md 2.8 KB
- jrs.config.example.json 647 B
- references/admin-and-scheduling.md 16 KB
- references/application.wadl 311 KB
- references/authentication.md 12 KB
- references/aws-telemetry-vpat.md 5.4 KB
- references/catalog-connector-pdd.md 28 KB
- references/ci-smoke.md 5.9 KB
- references/dashboard-model.md 6.1 KB
- references/dashboards.md 8.4 KB
- references/data-and-semantic-layer.md 11 KB
- references/domains-deep.md 22 KB
- references/environment.schema.json 12 KB
- references/fusion-pro-gotchas.md 3.6 KB
- references/gotchas.md 27 KB
- references/jr7-schema.md 3.7 KB
- references/jr7-valid-elements.md 12 KB
- references/jrs-rest-api.md 32 KB
- references/jrs.config.schema.json 4.7 KB
- references/manifest.schema.json 10 KB
- references/olap.md 18 KB
- references/reports.md 21 KB
- references/security-and-config.md 5.5 KB
- references/seed-data.md 6.7 KB
- references/server-administration.md 14 KB
- references/server-hardening.md 11 KB
- references/smtp-testing.md 4.8 KB
- references/upgrade-migration-playbook.md 36 KB
- references/version-archive/platform-evolution.md 26 KB
- references/version-archive/relnotes-install-deltas.md 32 KB
- references/version-archive/upgrade-procedures.md 35 KB
- references/version-matrix.md 11 KB
- references/visualize-embedding.md 19 KB
- scripts/_jrs_common.ps1 18 KB runs code
- scripts/build_dashlets.ps1 7.2 KB runs code
- scripts/check_docs.ps1 13 KB runs code
- scripts/compile_jrxml.ps1 1.2 KB runs code
- scripts/CompileReport.java 695 B
- scripts/compose_dashboard.ps1 9.5 KB runs code
- scripts/create_datasource.ps1 9.5 KB runs code
- scripts/create_domain.ps1 4.3 KB runs code
- scripts/create_mondrian.ps1 5.3 KB runs code
- scripts/deploy_jr_samples.ps1 5.1 KB runs code
- scripts/deploy_report.ps1 15 KB runs code
- scripts/deploy_theme.ps1 7.1 KB runs code
- scripts/diff_resource.ps1 5.6 KB runs code
- scripts/doctor.ps1 16 KB runs code
- scripts/export_resource.ps1 3.4 KB runs code
- scripts/extract_lineage.py 30 KB runs code
- scripts/gen_dashboard.py 14 KB runs code
- scripts/get_thumbnail.ps1 3.0 KB runs code
- scripts/import_resource.ps1 2.4 KB runs code
- scripts/lint_jrxml.ps1 10 KB runs code
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.
- 9d ago First seen · 263 lines · 152 tokens per session scan B 39fe555e4061
jasper-deploy is a skill published in the GitHub repository robertgorsuch/AI-JasperReports-Generator (1 stars, last pushed 12d ago), licensed Apache-2.0. It adds 152 tokens to every session and 5,300 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it B with 2 findings (sends data to an external url, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
ecto-patterns
Ecto patterns — schemas, changesets, queries, migrations, Multi, associations, preloads, upserts. Use when editing Repo calls, Ecto.Query, or schema fields. Skip for Ash.
ecto-constraint-debug
Debug Ecto constraint violations - trace triggers, check migrations, find duplicate data. Use when seeing uniqueconstraint, foreignkeyconstraint, or checkconstraint errors.
laravel-vector-search
Use when implementing semantic/vector search in Laravel 13 with PostgreSQL + pgvector.
prisma-7
Use when working with database schema, migrations, queries, or relations via Prisma 7 (Rust-free client, TypedSQL, Omit API).
pdf-explore
Use this skill when the user has attached or pointed to a PDF, paper, report, or other document and the answer needs content from more than one place in it: summarize the methods or any other section, compare sections, find where a topic is discussed, read a value or label off a figure or chart, pull tables out as…
working-with-pdfs
Handles PDF operations (reading, creating, modifying). Use when extracting text from PDFs, converting markdown to PDF, merging or splitting PDFs, compressing, rotating pages, handling metadata, or when Claude Code's native PDF reading fails.