From oracle-ai-data-platform-workbench-engineer-agent
Manage and search AIDP audit logs — enable/disable auditing, set retention, and query audit-log entries for a DataLake. Use when the user asks about audit logging, who did what, compliance/retention of AIDP activity, or wants to search audit events. Self-contained — official `aidp audit` CLI preferred, `oci raw-request` fallback.
How this skill is triggered — by the user, by Claude, or both
Slash command
/oracle-ai-data-platform-workbench-engineer-agent:aidp-auditThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Manage AIDP Workbench audit logging and search audit entries. Self-contained: no MCP / `ai-data-engineer-agent`
aidp-audit — audit logs (enable, retention, search)Manage AIDP Workbench audit logging and search audit entries. Self-contained: no MCP / ai-data-engineer-agent
required. Engine precedence per references/aidp-cli-map.md — prefer the official aidp CLI, else oci raw-request.
aidp audit manage-logs <instance-id> --body '{"action":"ENABLE","retentionPeriod":<days>}' --auth api_key --profile DEFAULT
(action e.g. ENABLE/DISABLE; retentionPeriod in the body).aidp audit search-logs <instance-id> … (filter by time/principal/resource per aidp help audit).oci raw-request): POST …/20240831/dataLakes/<OCID>/actions/manageAuditLogs (manage) and
the audit search endpoint; verify the exact path/body live and record in references/rest-endpoint-map.md
before asserting (no-fabrication).manage-logs (enable/disable/retention) — confirm before changing, since it affects compliance posture.npx claudepluginhub ahmedawan-oracle/claude-code-plugins --plugin oracle-ai-data-platform-workbench-engineer-agentGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.