oracle-ords-ptbr

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

A Portuguese-language guide to Oracle REST Data Services, or ORDS, which exposes Oracle database data and code through web APIs. It also covers ORDS configuration views and related security features.

In plain words
What is it for?
Use it when defining REST modules, templates, handlers, AutoREST endpoints, OAuth or JWT security, CORS, pre-authenticated requests, configuration exports, or USER_ORDS and DBA_ORDS queries.
Why use it?
It helps developers choose the right ORDS definitions, database views, source types, and security settings. It also flags older OAuth interfaces that are being removed in a later ORDS version.

Skill for Claude CodeCodex

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

Good fit Use it when defining REST modules, templates, handlers, AutoREST endpoints, OAuth or JWT security, CORS, pre-authenticated requests, configuration exports, or USER_ORDS and DBA_ORDS queries.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/maxwbh/oracle-skills-ptbr/oracle-ords-ptbr/github.svg)](https://agentmods.dev/skills/maxwbh/oracle-skills-ptbr/oracle-ords-ptbr)
Your own site
<a href="https://agentmods.dev/skills/maxwbh/oracle-skills-ptbr/oracle-ords-ptbr"><img src="https://agentmods.dev/badge/skills/maxwbh/oracle-skills-ptbr/oracle-ords-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-ords-ptbr

Your own site · 80×15
<a href="https://agentmods.dev/skills/maxwbh/oracle-skills-ptbr/oracle-ords-ptbr"><img src="https://agentmods.dev/badge/skills/maxwbh/oracle-skills-ptbr/oracle-ords-ptbr.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 180 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,333 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.00180 $0.01333
Opus 5 $0.00090 $0.00666
Sonnet 5 $0.00036 $0.00267
Haiku 4.5 $0.00018 $0.00133

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

Security

Grade A, and why

oracle-ords-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-ords-ptbr/SKILL.md · 79 lines

How it starts

The opening of the file, as written. The whole thing — 79 lines — stays where its author put it; the contents beside it link to each section on GitHub.

oracle-ords-ptbr — v2.0.0

Oracle REST Data Services — 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
REST services references/ords-rest-services.md ords_module.sql, ords_handler.sql
ORDS Data Dictionary references/ords-data-dictionary-ptbr.md (queries embutidas no reference)

Quando ativar

  • ORDS.define_module, ORDS.define_template, ORDS.define_handler
  • ORDS.enable_schema, ORDS.enable_object (AutoREST)
  • ORDS_SECURITY.create_client, ORDS_SECURITY_ADMIN.* (24.4+)
  • OAUTH.* ou OAUTH_ADMIN.* → alertar depreciação (removidos em ORDS 25.3)
  • ORDS_PAR — Pre-Authenticated Requests (24.4+)
  • ORDS_EXPORT.export_schema — backup/deploy de configuração
  • USER_ORDS_MODULES, USER_ORDS_HANDLERS, USER_ORDS_SCHEMAS
  • DBA_ORDS_* (requer ORDS_ADMINISTRATOR) — ORDS 24.4+
  • Source types: collection/query, collection/item, plsql/block, mle/javascript
  • CORS, códigos HTTP REST, versionamento de API, OAuth 2.0
  • JWT Profiles, USER_ORDS_JWT_PROFILE

Não usar para: APEX pages/regions, PL/SQL puro sem REST, DBA ops.

Princípios canônicos

  • Hierarquia ORDS: Schema → Module → Template → Handler → Parameter.
  • Bind variables sempre: path params (:id), query string (:status) são bind automático. SQL dinâmico → DBMS_ASSERT.
  • Source type correto: lista paginada → collection/query. Um item → collection/item. Lógica complexa → plsql/block. BLOB → media/blob.
  • Autenticação obrigatória em qualquer endpoint que acesse dado sensível — ORDS.define_privilege + role.
  • OAUTH depreciado em 24.4: migrar para ORDS_SECURITY / ORDS_SECURITY_ADMIN. Removido em ORDS 25.3.
  • Versionamento no path: /recurso/v1/ e /recurso/v2/ — não via query string.
  • DBA_ORDS_*: visão cross-schema (ORDS 24.4+). Requer role ORDS_ADMINISTRATOR.
  • ORDS_EXPORT: use para CI/CD e backup de configuração.

Read the full file on GitHub · 79 lines

Files

What ships with it

4 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 · 79 lines · 180 tokens per session scan A 2a242bf95802

Subscribe to this mod's changes

oracle-ords-ptbr is a skill published in the GitHub repository Maxwbh/oracle-skills-ptbr (2 stars, last pushed 3mo ago), licensed MIT. It adds 180 tokens to every session and 1,333 once invoked, about $0.0009 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