oracle-apex-export

oracle-apex-export is a skill for Codex from andre-simplifica/oracle-apex-ai-skills. It costs 58 tokens per session (1,289 once invoked), scanned A, original, MIT.

A controlled workflow for exporting Oracle APEX applications and database source as SQL files. Oracle APEX is a platform for building database-backed web applications, and this workflow supports version 24.2 or newer.

In plain words
What is it for?
Use it for temporary inspection, initial application baselines, application snapshots, and coordinated release packages containing APEX exports and database definitions.
Why use it?
It checks the database connection, application details, APEX version, repository state, and publication intent before creating or publishing export files.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it for temporary inspection, initial application baselines, application snapshots, and coordinated release packages containing APEX exports and database definitions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/andre-simplifica/oracle-apex-ai-skills/oracle-apex-export
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 andre-simplifica/oracle-apex-ai-skills --skill oracle-apex-export
Clone the repo
git clone --depth 1 https://github.com/andre-simplifica/oracle-apex-ai-skills

Made for: 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-export

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/andre-simplifica/oracle-apex-ai-skills/oracle-apex-export"><img src="https://agentmods.dev/badge/skills/andre-simplifica/oracle-apex-ai-skills/oracle-apex-export.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 58 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,289 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.00058 $0.01289
Opus 5 $0.00029 $0.00645
Sonnet 5 $0.00012 $0.00258
Haiku 4.5 $0.00006 $0.00129

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

Security

Grade A, and why

oracle-apex-export 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 11d 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-export/SKILL.md · 120 lines

How it starts

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

Oracle APEX Export

Export supported Oracle APEX applications from 24.2 onward and application-schema database source with an explicit publication intent.

Before Exporting

  1. Read repository instructions and .oracle-apex-ai/project-profile.md.
  2. Read .oracle-apex-ai/export-policy.json when present.
  3. Confirm the configured SQLcl connection by checking the expected USER and SERVICE_NAME, then confirm app ID, workspace, schema owner, and destination paths.
  4. Confirm the live APEX version and run validate_oracle_apex_compatibility.py; stop below 24.2.
  5. Inspect current Git status and existing versioned artifacts.
  6. Determine the mode from export-modes.md.
  7. Confirm whether official repository publication was explicitly requested.

Do not infer official export authorization from a development, diagnosis, compile, or test request.

Modes

  • temporary-inspection: disposable read-only APEX export outside official folders.
  • initial-baseline: first complete APEX export plus full application-schema structural DDL.
  • application-snapshot: complete official APEX application export only.
  • release: complete official APEX application export plus a full or partial five-file database bundle and pending DDL/DML.
  • builder-fallback: manual App Builder download when the project permits it and SQLcl export is unavailable.

Read export-modes.md for entry and exit criteria.

APEX Export Contract

For official APEX exports:

  • use the app ID and export options from the project profile;
  • export to a candidate directory first;
  • prefer a split source tree containing install.sql and application/;
  • include readable/ only on supported APEX releases before 26.1;
  • on APEX 26.1 or later, do not request READABLE_YAML, because Oracle produces APEXlang instead;
  • include a monolithic f<APP_ID>.sql when the project requires it;
  • do not assume a split export also creates the monolithic file; run the project-approved non-split application export when both forms are required;
  • treat split SQL, the version-allowed readable YAML, and the monolithic file as one atomic application snapshot;
  • reject .apx, APEXlang directories, and APEXlang generate/export/validate/import commands in every version;
  • make the Supporting Objects decision explicit;
  • validate candidate structure and content before replacing the official snapshot;
  • compare the diff to the requested application and scope;
  • keep secrets, credentials, and environment-specific substitutions out of public artifacts.

Read the full file on GitHub · 120 lines

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. 11d ago First seen · 120 lines · 58 tokens per session scan A 00c5efc8ae62

Subscribe to this mod's changes

oracle-apex-export is a skill published in the GitHub repository andre-simplifica/oracle-apex-ai-skills (20 stars, last pushed 17d ago), licensed MIT. It adds 58 tokens to every session and 1,289 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.

Related

Other skills, from other repositories

similarity-search-patterns

Implement efficient similarity search with vector databases. Use when building semantic search, implementing nearest neighbor queries, or optimizing retrieval performance.

foryourhealth111-pixel/Vibe-Skills · 30 tokens

nebula-logger-purging-and-retention

Use this skill when the user wants to configure how long Nebula Logger keeps log records before deleting or archiving them. Covers retention date semantics on Logc, the LogBatchPurger batch job, LogBatchPurgeScheduler, purge action values, and how to tune retention per user, profile, or scenario.

jongpie/NebulaLogger · 79 tokens

ddia-systems

Design data systems by understanding storage engines, replication, partitioning, transactions, and consistency models. Use when the user mentions "database choice", "which database should I use", "SQL or NoSQL", "replication lag", "partitioning strategy", "consistency vs availability", "stream processing", "ACID…

wondelai/skills · 138 tokens

database-patterns

DB schema design and query tuning: normalization, indexing, N+1, transactions, EXPLAIN. Triggers: schema, index, slow query, N+1, PostgreSQL, MySQL, EXPLAIN, deadlock, query plan.

softspark/ai-toolkit · 55 tokens

migration-patterns

Zero-downtime DB migrations: expand-contract, double-write, backfill, blue-green. Triggers: migration, schema change, backfill, ALTER TABLE, online DDL.

softspark/ai-toolkit · 41 tokens

migrate

Run/create DB migrations (Alembic, Prisma, Laravel, Django, Flyway, Drizzle); checks backup. Triggers: apply migration, rollback, generate migration.

softspark/ai-toolkit · 38 tokens