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 Maxwbh/oracle-skills-ptbr --skill oracle-apex-ptbrgit clone --depth 1 https://github.com/Maxwbh/oracle-skills-ptbrWrote 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/maxwbh/oracle-skills-ptbr/oracle-apex-ptbr)<a href="https://agentmods.dev/skills/maxwbh/oracle-skills-ptbr/oracle-apex-ptbr"><img src="https://agentmods.dev/badge/skills/maxwbh/oracle-skills-ptbr/oracle-apex-ptbr/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/maxwbh/oracle-skills-ptbr/oracle-apex-ptbr"><img src="https://agentmods.dev/badge/skills/maxwbh/oracle-skills-ptbr/oracle-apex-ptbr.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.00168 | $0.01236 |
| Opus 5 | $0.00084 | $0.00618 |
| Sonnet 5 | $0.00034 | $0.00247 |
| Haiku 4.5 | $0.00017 | $0.00124 |
Grade A, and why
oracle-apex-ptbr 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 12d 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 — 77 lines — stays where its author put it; the contents beside it link to each section on GitHub.
oracle-apex-ptbr — v2.0.0
Oracle APEX 24.2 — padrões de desenvolvimento e dicionário completo de views de metadados.
Desenvolvido por: Maxwell da Silva Oliveira — M&S do Brasil LTDA
Áreas cobertas
| Área | Reference | Assets |
|---|---|---|
| Padrões APEX 24.2 | references/apex-patterns.md |
apex_dynamic_action.sql, apex_pagination_pattern.sql, apex_pl_sql_process.sql, apex_long_running_job.sql, apex_interactive_grid.sql, apex_blob_upload_download.sql |
| APEX Data Dictionary | references/apex-data-dictionary-ptbr.md |
(queries embutidas no reference) |
Quando ativar
- Qualquer menção a APEX, App Builder, página, região, item, process, validation
- Dynamic Actions (event, true/false action, affected elements)
- Interactive Report: pagination, colunas, filtros,
APEX_APPLICATION_PAGE_IR - Interactive Grid: edição, save process,
APEX_APPLICATION_PAGE_IG - Page Process e AJAX Callback (apex.server.process)
- Authorization Scheme e Authentication Scheme
- Paginação de reports (Row Ranges, "of Z", cache de região)
- APEX_APPLICATION_, APEX_WORKSPACE_, APEX_APPL_*, APEX_ACTIVITY_LOG
- Workflows, Tasks, AI configs (24.1+), JSON Sources (24.2+)
APEX_BACKGROUND_PROCESS, jobs longos (> 30s)- BLOB upload/download via APEX (html2pdf, armazenamento)
Não usar para: PL/SQL puro sem APEX, ORDS endpoints, DBA operacional.
Princípios canônicos
- Page Process vs Dynamic Action: lógica server-side com transação → Page Process. Reação client-side leve → Dynamic Action.
- Pagination correta:
Row Ranges X to Y of Zem IR. Classic Report:Rows X to Y. - Items sensíveis:
Value Protected: Yessempre em Hidden PKs. - Exception em process APEX: use
APEX_ERROR.add_error— nuncaraise_application_errordireto sem handler. - APEX não comita: processos PL/SQL dentro de APEX não fazem COMMIT — o framework gerencia.
- APEX_DICTIONARY: ponto de entrada para descoberta de qualquer view de metadados APEX.
What ships with it
8 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.
- assets/apex_blob_upload_download.sql 14 KB
- assets/apex_dynamic_action.sql 4.6 KB
- assets/apex_interactive_grid.sql 12 KB
- assets/apex_long_running_job.sql 14 KB
- assets/apex_pagination_pattern.sql 6.9 KB
- assets/apex_pl_sql_process.sql 8.3 KB
- references/apex-data-dictionary-ptbr.md 27 KB
- references/apex-patterns.md 8.9 KB
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.
- 12d ago First seen · 77 lines · 168 tokens per session scan A 48448d75fb12
oracle-apex-ptbr is a skill published in the GitHub repository Maxwbh/oracle-skills-ptbr (2 stars, last pushed 3mo ago), licensed MIT. It adds 168 tokens to every session and 1,236 once invoked, about $0.0008 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-31.
Other skills, from other repositories
oracle-expert
Expert in Oracle Database, PL/SQL programming, Oracle RAC, Data Guard, performance tuning, backup/recovery, and enterprise database administration. Use when the user mentions database, enterprise, ERP, PL/SQL, Oracle RAC, or Data Guard, or when the task involves Oracle Architecture, PL/SQL Programming, Performance &…
azure-cosmosdb-application-developer
Use this skill for Azure Cosmos DB application development work, especially NoSQL data modeling, document structure, partition-aware access patterns, point reads, query design, SDK usage, transactional batch scope, consistency-aware reads, change feed integration, and Cosmos DB development guidance.
oracle-apex-ai-skills
Use as the main entry point for installing, updating, or applying the repository-managed Oracle APEX 24.2+ skill kit in a project. Route version-gated APEX development, project learning, cooperative database object locks, complete SQL application exports, database releases, retention, and pending DDL/DML while…
oracle-apex-dev
Use for version-gated Oracle APEX 24.2+ development involving Page Designer, SQLcl, Object Browser, SQL/PLSQL, REST integrations, jobs, regions, reports, Dynamic Actions, contextual help, runtime validation, internal APIs, security guardrails, and local project standards.
sf-schema
Scaffold custom objects, fields, validation rules, permission sets, and other schema metadata as SFDX source XML. Use when asked to create objects, custom fields, permission sets, validation rules, or generate metadata XML. Activate on mentions of "custom object", "custom field", "permission set", "validation rule"…
sf-soql
Build and optimize SOQL queries including relationship queries, aggregate functions, polymorphic TYPEOF, and selective filters. Use when asked to write queries, debug slow queries, optimize existing SOQL, or enforce query security. Activate on mentions of "SOQL", "query", "SELECT", "WHERE", "aggregate", "relationship…