AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT-0 Self-run

Cleanrooms Ml Diagnostics

skill-aws-samples-sample-ai-agent-skills-cleanrooms-ml-troubleshooting · by aws-samples

>

— No reviews yet
0 installs
31 views
0.0% view→install

Install

$ agentstack add skill-aws-samples-sample-ai-agent-skills-cleanrooms-ml-troubleshooting

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-aws-samples-sample-ai-agent-skills-cleanrooms-ml-troubleshooting)

Reliability & compatibility

✓ Security review passed
0 installs to date
— no reviews yet
● 3mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Cleanrooms Ml Diagnostics? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

AWS Clean Rooms ML Diagnostics

When to use

Any AWS Clean Rooms ML investigation — training model failures, configured model errors, audience generation issues, lookalike models, collaboration ML configuration, privacy budgets, seed audiences, output configuration, S3 data access, IAM permissions, or differential privacy.

Investigation workflow

Step 1 — Collect and triage

aws cleanroomsml list-training-datasets --query 'trainingDatasets[*].{Name:name,Arn:trainingDatasetArn,Status:status,CreateTime:createTime}'
aws cleanroomsml list-configured-model-algorithms --query 'configuredModelAlgorithms[*].{Name:name,Arn:configuredModelAlgorithmArn,CreateTime:createTime}'
aws cleanroomsml list-audience-models --query 'audienceModels[*].{Name:name,Arn:audienceModelArn,Status:status}'

Step 2 — Domain deep dive

aws cleanroomsml get-training-dataset --training-dataset-arn 
aws cleanroomsml get-audience-model --audience-model-arn 
aws cleanroomsml get-configured-audience-model --configured-audience-model-arn 

Step 3 — Detailed investigation

aws cloudtrail lookup-events --lookup-attributes AttributeKey=EventSource,AttributeValue=cleanroomsml.amazonaws.com --max-results 20
aws cleanroomsml list-audience-generation-jobs --query 'audienceGenerationJobs[*].{Name:name,Arn:audienceGenerationJobArn,Status:status}'
aws cleanrooms list-collaborations --query 'collaborationList[*].{Name:name,Id:id,Status:status}'

Read references/guardrails.md before concluding on any Clean Rooms ML issue.

Tool quick reference

| Tool / API | When to use | |------------|-------------| | cleanroomsml list-training-datasets | List training datasets | | cleanroomsml get-training-dataset | Get training dataset details | | cleanroomsml list-audience-models | List audience models | | cleanroomsml get-audience-model | Get audience model details | | cleanroomsml get-configured-audience-model | Get configured audience model | | cleanroomsml list-audience-generation-jobs | List audience generation jobs | | cleanrooms list-collaborations | List Clean Rooms collaborations |

Gotchas: AWS Clean Rooms ML

  • Clean Rooms ML operates WITHIN a Clean Rooms collaboration. You must have an active collaboration before using ML features.
  • Training datasets must conform to specific schema requirements. Column types and formats are strictly validated during training.
  • Lookalike models require a seed audience of sufficient size (minimum varies by region). Too-small seed audiences produce poor results or fail.
  • Privacy budgets are consumed per audience generation job. Once exhausted, no more audience generation jobs can run until the budget refreshes or is increased.
  • Configured audience models must be associated with a collaboration before audience generation. The association defines output constraints.
  • Differential privacy adds noise to outputs. Higher epsilon values reduce noise but weaken privacy guarantees. This is a fundamental tradeoff.
  • S3 data must be in the same region as the Clean Rooms collaboration. Cross-region data access is not supported.

Anti-hallucination rules

  1. Always cite specific ARNs, job IDs, or API responses as evidence.
  2. Clean Rooms ML and Clean Rooms are separate services. Never conflate their APIs.
  3. Privacy budgets are finite resources. Never suggest they are unlimited or auto-replenishing.
  4. Differential privacy epsilon values have specific mathematical meaning. Never invent epsilon recommendations.
  5. Spend no more than 2 minutes on any single hypothesis. Pivot if inconclusive.

12 runbooks

| Category | IDs | Covers | |----------|-----|--------| | A — Training | A1–A2 | Training model failures, configured model errors | | B — Audience | B1–B2 | Audience generation issues, lookalike model errors | | C — Collaboration | C1–C2 | Collaboration ML config, privacy budget issues | | D — Seed & Output | D1–D2 | Seed audience errors, output configuration | | E — Access | E1–E2 | S3 data access, IAM permissions | | F — Privacy | F1 | Differential privacy | | Z — Catch-All | Z1 | General troubleshooting |

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.