oci
БесплатноЗапускает вложенные скриптыНе проверенOracle Cloud Infrastructure guidance for designing, operating, and troubleshooting OCI services, including OCI Kubernetes Engine (OKE), OCI Internet of Things P
Об этом скилле
Oracle Cloud Infrastructure Skills
Use this domain for practical Oracle Cloud Infrastructure guidance. Current content covers OCI Kubernetes Engine (OKE): cluster design, operational troubleshooting, Generic VNIC Attachment (GVA), and Multus multi-interface pod validation. It covers OCI Internet of Things Platform resource discovery, digital twin lifecycle workflows, device publish flows, and optional MCP-assisted operation. It covers OCI Functions local deployment and diagnosis-first troubleshooting. It also covers Enterprise AI because that work is built around OCI Generative AI, OCI networking, IAM, cost estimation, hosted applications, and OCI platform integrations.
How to Use This Domain
- Start with the routing table below.
- Read only the smallest service file or nested skill that matches the user's task.
- Prefer official Oracle documentation and live read-only discovery commands before making design or remediation recommendations.
- Ask before running commands that create, update, delete, restart, scale, drain, or otherwise mutate OCI or Kubernetes resources.
- Keep OCI-owned design decisions here, and route database-owned SQL, vector, and Select AI implementation details to
db/features/.
Directory Structure
oci/
├── SKILL.md
├── enterprise-ai/
│ ├── SKILL.md
│ ├── models/
│ ├── agent-workflows/
│ ├── governance/
│ ├── data/
│ ├── cost/
│ └── integrations/
├── functions/
│ ├── oci-functions-deploy/
│ │ ├── SKILL.md
│ │ ├── agents/
│ │ ├── references/
│ │ ├── scripts/
│ │ └── tests/
│ └── oci-functions-troubleshoot/
│ ├── SKILL.md
│ ├── agents/
│ └── references/
├── iot-platform/
│ ├── SKILL.md
│ ├── agents/
│ ├── references/
│ ├── scripts/
│ ├── templates/
│ └── tests/
└── oke/
├── cluster-design.md
├── troubleshooting.md
├── gva-node-pools.md
├── multus-multihome.md
├── skills/
├── scripts/
├── agents/
├── shared/
├── examples/
└── tests/
Category Routing
| Topic | Start With |
|---|---|
| Design or scaffold an OKE cluster, Terraform stack, or OCI Resource Manager stack | Start with oci/oke/cluster-design.md, then load oci/oke/skills/oke-cluster-generator/SKILL.md |
| Troubleshoot OKE workloads, pods, services, DNS, add-ons, ingress, load balancers, image pulls, storage, Workload Identity, or cluster access | Start with oci/oke/troubleshooting.md, then load oci/oke/skills/oke-troubleshooter/SKILL.md |
| Configure OKE managed node pools with Generic VNIC Attachment secondary VNIC profiles and Application Resources | Start with oci/oke/gva-node-pools.md, then load oci/oke/skills/oke-gva-deployer/SKILL.md |
| Deploy or validate Multus NetworkAttachmentDefinitions and multi-interface pods on OKE | Start with oci/oke/multus-multihome.md, then load oci/oke/skills/oke-multihome-deployer/SKILL.md |
| Deploy an OCI Function from a local macOS or Linux workstation | oci/functions/oci-functions-deploy/SKILL.md |
| Troubleshoot OCI Functions setup, deployment, invocation, or observability | oci/functions/oci-functions-troubleshoot/SKILL.md |
| OCI IoT domains, domain groups, digital twin models, adapters, instances, relationships, raw commands, Data API access, or HTTPS publish flows | oci/iot-platform/SKILL.md |
| OCI Generative AI models, custom/imported models, endpoints, or private endpoints | oci/enterprise-ai/SKILL.md |
| OCI Responses API agents, tools, memory, File Search, Code Interpreter, MCP, or SQL Search | oci/enterprise-ai/SKILL.md |
| OCI Generative AI and OCI Generative AI Agents cost estimation | oci/enterprise-ai/cost/cost-estimation.md |
| OCI Enterprise AI governance, IAM, API keys, OAuth, guardrails, or ZPR | oci/enterprise-ai/governance/private-endpoints-and-governance.md |
Key Starting Points
oci/oke/cluster-design.mdoci/oke/troubleshooting.mdoci/oke/gva-node-pools.mdoci/oke/multus-multihome.mdoci/functions/oci-functions-deploy/SKILL.mdoci/functions/oci-functions-troubleshoot/SKILL.mdoci/functions/oci-functions-deploy/references/oci-functions-quickstart.mdoci/functions/oci-functions-troubleshoot/references/error-patterns.mdoci/iot-platform/SKILL.mdoci/iot-platform/references/cli-workflows.mdoci/iot-platform/references/mcp-optional-use.mdoci/enterprise-ai/SKILL.mdoci/enterprise-ai/models/enterprise-ai-models.mdoci/enterprise-ai/agent-workflows/responses-api-agents.mdoci/enterprise-ai/cost/cost-estimation.mdoci/enterprise-ai/governance/private-endpoints-and-governance.md
Operational Tools
The OKE operational skills include deterministic helper tools under oci/oke/scripts/ and skill-specific helper scripts under oci/oke/skills/*/scripts/.
- Read-only discovery and evidence tools may be used to collect context.
- Generate-only tools may produce manifests, commands, Terraform snippets, or reports.
- Any tool or command that creates, updates, deletes, patches, restarts, scales, drains, debugs, assigns IPs, applies manifests, or otherwise mutates OCI or Kubernetes resources requires explicit user approval first.
oci/oke/scripts/gva-menu.shis allowed to create an OKE node pool for the GVA workflow only after the user approves execution and completes its finalCREATEconfirmation.oci/oke/scripts/node-doctor-run.shrequires approval before execution because it creates a temporary debug pod and may delete that pod during cleanup.
Common Multi-Step Flows
| Task | Recommended Sequence |
|---|---|
| Plan a production OKE cluster | oke/cluster-design.md |
| Diagnose an OKE service with no load balancer IP | oke/troubleshooting.md |
| Build a node pool with workload-specific secondary VNIC profiles | oke/gva-node-pools.md -> oke/multus-multihome.md if pods need multiple interfaces |
| Validate Multus pod networking on GVA-enabled nodes | oke/multus-multihome.md -> oke/troubleshooting.md if symptoms remain |
| Investigate OKE workload access to OCI APIs | oke/troubleshooting.md |
| Deploy a local function | functions/oci-functions-deploy/SKILL.md -> preflight -> Fn context validation -> OCIR auth check -> app selection -> scaffold -> deploy |
| Troubleshoot a failed function deploy | functions/oci-functions-troubleshoot/SKILL.md -> functions/oci-functions-troubleshoot/references/error-patterns.md -> functions/oci-functions-troubleshoot/references/deploy.md |
| Troubleshoot function invocation failures | functions/oci-functions-troubleshoot/SKILL.md -> functions/oci-functions-troubleshoot/references/invoke.md -> logs, traces, metrics, and limits |
| Explore or update OCI IoT digital twin resources | iot-platform/SKILL.md -> iot-platform/references/cli-workflows.md -> iot-platform/references/resilience-guidance.md |
| Publish test telemetry to an OCI IoT twin | iot-platform/SKILL.md -> iot-platform/references/cli-workflows.md -> iot-platform/templates/publish-curl.template.sh |
| Build a governed enterprise assistant | enterprise-ai/SKILL.md -> enterprise-ai/agent-workflows/agent-tools.md -> enterprise-ai/data/rag-and-search.md -> enterprise-ai/governance/private-endpoints-and-governance.md |
Scope Boundaries
- Keep OCI service, networking, IAM, agent hosting, and cost-estimation guidance in this domain.
- Route OCI IoT domain, digital twin, adapter, device publish, raw command, and Data API workflows to
oci/iot-platform/. - Route Oracle Database-owned implementation details to
db/features/. - Route APEX artifact generation to
apex/apexlang/. - Prefer official Oracle documentation for OCI service limits, IAM verbs, endpoint formats, regions, and pricing inputs because these change frequently.
Sources
Установить oci в Claude Code и Claude Desktop
Зарегайся, чтобы установить скилл
Создай бесплатный аккаунт, чтобы открыть команду установки и сохранить скилл в библиотеку.
- Открой команду установки в одну строку
- Сохраняй скиллы в синхронизируемую библиотеку
- Уведомления, когда скиллы обновляются
Разрешённые инструменты
Инструменты, которые скиллу разрешено вызывать.
Без ограничений — скилл может использовать любой инструмент.
Вложенные файлы
FAQ
Что делает скилл oci?
Oracle Cloud Infrastructure guidance for designing, operating, and troubleshooting OCI services, including OCI Kubernetes Engine (OKE), OCI Internet of Things Platform, OCI Functions deployment and troubleshooting, and Enterprise AI workflows for OCI Generative AI models, Responses API agents, RAG, cost estimation, governance, private endpoints, hosted agentic applications, and Oracle platform integrations. Use when the user asks about OKE cluster design, Terraform or Resource Manager planning, OKE incident troubleshooting, Generic VNIC Attachment, Multus, pod networking, node pools, add-ons, ingress, load balancers, OCIR image pulls, Workload Identity, Kubernetes workloads on OCI, OCI IoT domains or digital twins, device publish flows, OCI Functions setup, deployment, invocation, or troubleshooting, OCI Generative AI, Enterprise AI Models, Enterprise AI Agents, governed GenAI applications, agentic workflows, RAG on Oracle Cloud, or OCI Generative AI pricing.
Как установить скилл oci?
Скопируй папку скилла в ~/.claude/skills (вкладка Claude Code выше делает это одной командой), либо поставь как плагин.
Скилл oci запускает скрипты?
Да, скилл несёт исполняемые скрипты. Проверь исходник перед установкой.
Похожие скиллы
MCP Builder
Scaffold a Model Context Protocol server
от AnthropicCommit Helper
Write clean, conventional git commit messages
от Unylyalgorithmic-art
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generati
от Anthropicclaude-api
|-
от Anthropic