Install
$ agentstack add skill-adibirzu-oci-skills-oci-observability-db ✓ 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 Observability
Preflight the named context, query current telemetry configuration, and search the KB before changing an alarm, log, connector, or APM resource. Run every CLI through oci_cli, every mutation through risk-classified run_action, and every shared output through redaction.
Routing
| Intent | Owner | |---|---| | Metrics, alarms, Logging, APM, OTel, RUM, Notifications, connectors | This skill | | Log Analytics OCL/LQL sources/parsers/detections | oci-log-analytics | | DBM, OPSI, Performance Hub, AWR/ADDM/ASH, DBSNMP | oci-dbm-opsi | | ADB provision/scale/wallet/ACL | oci-autonomous-db | | Build GenAI agents/RAG/model endpoints | Official oracle/skills oci/enterprise-ai |
Read [observability-db.md](../../references/observability-db.md) for command shapes and [grafana-dashboards.md](../../references/grafana-dashboards.md) for dashboards-as-code.
Common multi-step flows
| Task | Sequence | |---|---| | Add an alarm | list current → verify metric namespace/query → ensure destination is active → additive action → re-list/test notification | | Missing traces | list APM domains → resolve correct domain/key without printing it → verify private OTLP endpoint → send test → re-query | | Service logs | list groups/logs → write source config to 0600 file → additive action → verify ingestion and retention | | Gate agent traces | query integrity score/state → identify missing spans/attributes → keep prompt capture off → re-score before promotion |
Safety
- Never expose datakeys, domain IDs, endpoints, OCIDs, IPs, or tenant namespaces.
- Store nested configuration in
0600file://payloads, not argv. - Treat empty results as inconclusive until region, subtree, time window, and permissions are checked.
- Re-list after a
409rather than retrying a create.
Expected output
Report finding, redacted evidence, exact risk-classified action or read, verification, and KB reference. For database telemetry work, state the handoff owner rather than performing DBM/OPSI here.
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.