oracle-job-runner

Queue and execute tasks through Oracle pools with centralized auth.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Dunc4nJ/agent-skills --skill oracle-job-runner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: oracle-job-runner
Source: https://github.com/Dunc4nJ/agent-skills/tree/main/skills/oracle-job-runner
Command: npx skills add https://github.com/Dunc4nJ/agent-skills --skill oracle-job-runner

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Oracle task execution often suffers from inconsistency, lack of observability, and manual wiring. This Skill provides a structured approach to route, bundle, queue, and retrieve results through Oracle pools and optional APRX workflows.

Core Features & Use Cases

  • Oracle-pool as the default path for all runs, providing queuing, slot isolation, and centralized auth.
  • aprx for iterative rounds with artifacts under .apr/ for multi-step workflows.
  • Enforces safe operation by discouraging direct oracle CLI use and promoting pool-based execution.
  • Use Cases: submit a plan/spec/docs to Oracle and retrieve results with deterministic outputs and clear slug management.

Quick Start

Start by submitting a prompt and optional file bundle to oracle-pool with a 3-5 word slug to identify the task.

Frequently Asked Questions about oracle-job-runner

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I queue and execute Oracle tasks reliably?

To queue and execute Oracle tasks reliably, submit your prompt and optional file bundle to an oracle-pool using a 3-5 word slug. This provides slot isolation, centralized auth, and deterministic outputs for predictable task runs.

What is the best way to manage multi-step Oracle workflows with artifacts?

For multi-step Oracle workflows with iterative artifacts, use the aprx approach to store artifacts under the .apr/ directory. This enables auditable, round-based processing with explicit patterns and safety constraints.

Why should I avoid direct Oracle CLI use for task execution?

Direct Oracle CLI use lacks observability and can cause inconsistent runs. Using pool-based execution enforces safe operation by providing queuing, slot isolation, and centralized auth for predictable results.

How do I retrieve deterministic outputs from an Oracle pool?

Retrieve deterministic outputs from an Oracle pool by submitting a plan, spec, or docs with a clear 3-5 word slug. This slug management ensures explicit output paths and auditable task retrieval.

Do I need any external dependencies to run tasks through Oracle pools?

No external dependencies are required. This Skill uses built-in oracle-pool and APRX mechanisms to route, bundle, and queue tasks, ensuring centralized auth and clear output paths without manual wiring.

Can I bundle files when submitting prompts to the Oracle queue?

Yes, you can bundle files when submitting prompts to the Oracle queue. Provide an optional file bundle alongside your prompt and a 3-5 word slug to ensure predictable, observable runs with deterministic outputs.