oci-functions-deploy
Installation
SKILL.md
OCI Functions Deploy
Overview
Use this skill for local macOS/Linux OCI Functions workstations. Windows automation is out of scope for this skill and should be handled manually. OCI Cloud Shell is also out of scope for the current workflow; if the user is in Cloud Shell, do not reuse this local automation flow blindly.
This skill supports Java, Python, and Node scaffolding and deploy automation. OCI Functions supports additional runtimes, but they are not scaffolded or deployed automatically by this skill.
Resolve deployment values with this precedence everywhere in the flow:
- explicit user-provided values collected in chat or passed as script flags
- active Fn context values
- derived values from already-resolved inputs
- OCI/CLI defaults
Execution modes:
interactive: confirmations are gathered via terminal prompts for mutating actions.agent-mediated: confirmations are per-command and single-use. Approval must includeCONFIRM_RESPONSE=yes, a matchingCONFIRM_ACTION_ID, and the nonce emitted for that exact mutation inCONFIRM_NONCE.