Install
$ agentstack add skill-adibirzu-oci-skills-oci-networking-compute ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
OCI Networking & Compute
Preflight the context, read existing topology by name, then choose the narrowest convergent change. Use oci_cli and risk-classified run_action; never print addresses or OCIDs.
Routing
| Intent | Owner | |---|---| | VCN/subnet/routing/NSG/LB/VM/VNIC/volume/instance group | This skill | | Public/private DNS, steering policies, external Health Checks, Certificates/CA associations | This skill | | Bucket/file-system/volume backup, snapshot, clone, retention, replication | oci-storage | | OKE cluster/app/kubeconfig/ingress/Kubernetes LB | oci-oke-admin | | Container Instances, Artifact Registry, OCIR delivery | oci-developer-services | | Terraform HCL for any of these | oci-terraform-authoring |
Read [networking-compute.md](../../references/networking-compute.md) for exact command patterns.
Common multi-step flows
| Task | Sequence | |---|---| | Open a port | list NSG rules → check shadows/duplicates → add tight source/protocol/port → re-list and test | | Launch a VM | limits/capacity/image check → read by display name → additive launch → work request/state wait → network/agent verification | | Diagnose connectivity | source/destination → NSG/security list → route table/gateway → subnet public-IP policy → VNIC/LB health | | Teardown network | inventory dependents → detach/delete in dependency order → destructive approvals → VCN last → verify absence |
Safety
- Never open management ports to the world; default workloads and load balancers to private subnets.
- Set boot-volume preservation explicitly for termination.
- Network rule adds append; list first to avoid duplicates and broader shadow rules.
- Check service limits and AD capacity before provisioning.
Expected output
Report named resource, redacted evidence, owner/risk, exact wrapper-routed action, lifecycle or health verification, and rollback.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: adibirzu
- Source: adibirzu/oci-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.