oracle-apex-ptbr

oracle-apex-ptbr is a skill for Claude Code, Codex from Maxwbh/oracle-skills-ptbr. It costs 168 tokens per session (1,236 once invoked), scanned A, original, MIT.

A guide for building Oracle APEX applications, a web-app platform for Oracle databases, including pages, reports, forms, workflows, and metadata.

In plain words
What is it for?
Use it for Dynamic Actions, Interactive Reports and Grids, page processes, AJAX callbacks, validations, authorization, pagination, LOVs, workflows, tasks, and APEX metadata queries.
Why use it?
It gives developers relevant patterns and database dictionary information when working with APEX features and page behavior.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it for Dynamic Actions, Interactive Reports and Grids, page processes, AJAX callbacks, validations, authorization, pagination, LOVs, workflows, tasks, and APEX metadata queries.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/maxwbh/oracle-skills-ptbr/oracle-apex-ptbr
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.

Any agent
npx skills add Maxwbh/oracle-skills-ptbr --skill oracle-apex-ptbr
Clone the repo
git clone --depth 1 https://github.com/Maxwbh/oracle-skills-ptbr

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 oracle-apex-ptbr

README.md
[![agentmods](https://agentmods.dev/badge/skills/maxwbh/oracle-skills-ptbr/oracle-apex-ptbr/github.svg)](https://agentmods.dev/skills/maxwbh/oracle-skills-ptbr/oracle-apex-ptbr)
Your own site
<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.

agentmods 80×15 button for oracle-apex-ptbr

Your own site · 80×15
<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>
Per session 168 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,236 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00168 $0.01236
Opus 5 $0.00084 $0.00618
Sonnet 5 $0.00034 $0.00247
Haiku 4.5 $0.00017 $0.00124

Measured 12d ago against content hash 48448d75fb12, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

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.

skills/oracle-apex-ptbr/SKILL.md · 77 lines

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 Z em IR. Classic Report: Rows X to Y.
  • Items sensíveis: Value Protected: Yes sempre em Hidden PKs.
  • Exception em process APEX: use APEX_ERROR.add_error — nunca raise_application_error direto 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.

Read the full file on GitHub · 77 lines

Files

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.

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. 12d ago First seen · 77 lines · 168 tokens per session scan A 48448d75fb12

Subscribe to this mod's changes

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.

Related

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 &…

personamanagmentlayer/pcl · 81 tokens

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.

VincentChuWaiChow/vanguard-frontier-agentic · 0 tokens

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…

andre-simplifica/oracle-apex-ai-skills · 75 tokens

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.

andre-simplifica/oracle-apex-ai-skills · 64 tokens

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"…

Clientell-Ai/salesforce-skills · 86 tokens

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…

Clientell-Ai/salesforce-skills · 78 tokens