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 andre-simplifica/oracle-apex-ai-skills --skill oracle-apex-devgit clone --depth 1 https://github.com/andre-simplifica/oracle-apex-ai-skillsWrote 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/andre-simplifica/oracle-apex-ai-skills/oracle-apex-dev)<a href="https://agentmods.dev/skills/andre-simplifica/oracle-apex-ai-skills/oracle-apex-dev"><img src="https://agentmods.dev/badge/skills/andre-simplifica/oracle-apex-ai-skills/oracle-apex-dev/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/andre-simplifica/oracle-apex-ai-skills/oracle-apex-dev"><img src="https://agentmods.dev/badge/skills/andre-simplifica/oracle-apex-ai-skills/oracle-apex-dev.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.00064 | $0.01846 |
| Opus 5 | $0.00032 | $0.00923 |
| Sonnet 5 | $0.00013 | $0.00369 |
| Haiku 4.5 | $0.00006 | $0.00185 |
Grade A, and why
oracle-apex-dev 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 — 99 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Oracle APEX DEV
Generic skill for working with supported Oracle APEX releases from 24.2 onward in a pragmatic, traceable, and low-risk way.
Layers
Always separate:
- APEX core: workflow, SQLcl, Page Designer, Object Browser, PL/SQL, runtime validation, read-only exports, guardrails, and risk criteria.
- Project profile: standards for the current application. This should live in the consuming project at
.oracle-apex-ai/project-profile.md. - Learned application patterns: catalog of example pages, regions, templates, buttons, menus, breadcrumbs, dialogs, and packages. This should live in the consuming project at
.oracle-apex-ai/app-patterns.mdand.oracle-apex-ai/page-patterns/.
Do not put conventions from one specific application into this skill core.
Before Implementing
- Read current repository instructions (
AGENTS.md,CLAUDE.md,README, or equivalent), if present. - Read
.oracle-apex-ai/project-profile.md, if present. - When the request involves a new screen, visual flow, or UI pattern, read
.oracle-apex-ai/app-patterns.mdand the referenced example pages. - Confirm environment, app id, workspace, schema, and the configured SQLcl connection before technical execution. Before query, compile, import, or export, verify both
USERandSERVICE_NAME; do not continue on a plausible-but-unconfirmed connection. - Inspect
.oracle-apex-ai/installation-manifest.jsonand the object-lock section of the project profile. - Confirm the live APEX version and run the managed compatibility validator before using any version-specific API or export behavior.
- If essential context is missing, state the limitation and ask or perform read-only inspection.
Essential Rules
- Do not invent tables, columns, packages, procedures, APIs, pages, or business rules.
- Use Page Designer for focused visual and functional APEX page changes.
- Use SQLcl for queries, validation, PL/SQL compilation, metadata inspection, and read-only exports.
- Use Object Browser as a fallback when SQLcl is unavailable or when the project requires the Builder UI.
- Do not edit versioned APEX exports as the default implementation path; use them as functional reference.
- Do not generate or refresh an official APEX/database export unless the user explicitly requests publication/export.
- When changing versioned PL/SQL for implementation, bug fix, or test work, compile in DEV and validate errors unless the user or environment blocks it.
- In a shared DEV schema, use
oracle-apex-object-lockbefore editing or compiling every supported versioned database object. Acquire before editing, assert immediately before compilation, renew when needed, and release at closeout. - Treat one
PACKAGElock as covering both its specification and body. - Put table/structural DDL and reviewed DML in the two configured pending files before applying them. Never put APEX components or standalone package/view/trigger/routine/type/synonym source in pending.
- When the user asks only for a plan, review, explanation, or direction, do not change the database without explicit authorization.
- Runtime validation is required for any visual or functional screen change.
- User-visible text must use business language and must not expose internal technical names.
- Never store credentials, tokens, wallets, passwords, or secrets in versioned files.
- Treat vibe coding as context-driven engineering: inspect first, follow standards, make small changes, validate runtime, and report risk clearly.
- For destructive, security-sensitive, or production-affecting work, stop and follow the high-risk reference before acting.
What ships with it
18 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.
- agents/openai.yaml 303 B
- references/apex-26-1-public-apis.md 6.0 KB
- references/apex-debugging.md 2.7 KB
- references/apex-internal-apis.md 8.2 KB
- references/apex-pattern-learning.md 2.4 KB
- references/apex-version-compatibility.md 2.8 KB
- references/background-jobs.md 1.9 KB
- references/destructive-operations.md 2.5 KB
- references/dynamic-content-regions.md 2.5 KB
- references/help-and-ux.md 733 B
- references/object-browser.md 542 B
- references/page-designer.md 1.1 KB
- references/project-profile.md 3.1 KB
- references/rest-integrations.md 2.8 KB
- references/runtime-validation.md 1.1 KB
- references/security-and-permissions.md 2.5 KB
- references/sql-plsql-standards.md 3.8 KB
- references/sqlcl.md 2.5 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 · 99 lines · 64 tokens per session scan A 2cce4c704a78
oracle-apex-dev is a skill published in the GitHub repository andre-simplifica/oracle-apex-ai-skills (20 stars, last pushed 19d ago), licensed MIT. It adds 64 tokens to every session and 1,846 once invoked, about $0.0003 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-30.
Other skills, from other repositories
api-baas-firebase
Firebase backend-as-a-service — Firestore, Authentication, Cloud Functions v2, Storage, Hosting, Admin SDK, security rules, emulator suite.
api-baas-neon
Serverless PostgreSQL with branching, autoscaling, and edge-compatible driver.
api-database-mysql
Direct MySQL database access with mysql2 driver -- connection pools, prepared statements, transactions, streaming, typed queries, error handling.
api-database-postgresql
Direct PostgreSQL access with node-postgres (pg) -- connection pools, parameterized queries, transactions, streaming, LISTEN/NOTIFY, error handling.
api-database-redis
Redis in-memory data store patterns with ioredis and node-redis -- caching, sessions, rate limiting, pub/sub, streams, queues, transactions, cluster.
api-search-elasticsearch
Elasticsearch patterns -- client setup, index management, search DSL, aggregations, vector search, bulk operations, deep pagination.