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

Chimesdk Diagnostics

skill-aws-samples-sample-ai-agent-skills-chimesdk-troubleshooting · by aws-samples

>

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

Install

$ agentstack add skill-aws-samples-sample-ai-agent-skills-chimesdk-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-chimesdk-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 Chimesdk Diagnostics? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Chime SDK Diagnostics

When to use

Any Amazon Chime SDK investigation — meeting creation, audio/video, messaging, SIP media, PSTN, identity, or SDK integration issues.

Investigation workflow

Step 1 — Collect and triage

aws chime-sdk-meetings list-attendees --meeting-id 
aws chime-sdk-voice list-sip-media-applications --max-results 20
aws chime-sdk-messaging list-channels --app-instance-arn 
aws cloudwatch get-metric-statistics --namespace AWS/ChimeSDK --metric-name MeetingCount --start-time  --end-time  --period 3600 --statistics Sum

Step 2 — Domain deep dive

aws chime-sdk-meetings get-meeting --meeting-id 
aws chime-sdk-voice get-sip-media-application --sip-media-application-id 
aws chime-sdk-identity list-app-instances --max-results 20
aws chime-sdk-messaging describe-channel --channel-arn  --app-instance-user-arn 

Step 3 — Detailed investigation

aws cloudtrail lookup-events --lookup-attributes AttributeKey=EventSource,AttributeValue=chime.amazonaws.com --max-results 10
aws chime-sdk-voice list-phone-numbers --max-results 20
aws chime-sdk-voice get-voice-connector --voice-connector-id 

Read references/guardrails.md before concluding on any Chime SDK issue.

Gotchas: Chime SDK

  • Chime SDK has separate services: Meetings, Messaging, Voice, Identity, Media Pipelines.
  • Meeting attendee tokens are sensitive — generate server-side, pass to client.
  • SIP media applications require Lambda functions for call control.
  • PSTN audio requires phone number provisioning and SIP rules.
  • Messaging uses app instances and app instance users for identity.
  • Media regions affect latency — choose closest to participants.
  • WebRTC is used for meetings — requires UDP connectivity.

Anti-hallucination rules

  1. Chime SDK Meetings, Messaging, and Voice are separate services with different APIs.
  2. Meeting IDs and attendee tokens are ephemeral — meetings expire after inactivity.
  3. SIP media applications require Lambda for call flow logic.
  4. Phone numbers must be provisioned before use in PSTN audio.
  5. App instance users are required for messaging — they're not IAM users.
  6. Spend no more than 2 minutes on any single hypothesis. Pivot if inconclusive.

14 runbooks

| Category | IDs | Covers | |----------|-----|--------| | A — Meetings | A1-A2 | Meeting creation, attendee issues | | B — Audio/Video | B1-B2 | Audio problems, video quality | | C — Messaging | C1-C2 | Channel messaging, delivery | | D — SIP | D1-D2 | SIP media apps, call routing | | E — PSTN | E1-E2 | Phone numbers, PSTN audio | | F — Identity | F1 | App instances, user management | | G — SDK | G1-G2 | Client SDK, integration | | 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.