Install
$ agentstack add skill-aws-samples-sample-ai-agent-skills-chimesdk-troubleshooting ✓ 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →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
- Chime SDK Meetings, Messaging, and Voice are separate services with different APIs.
- Meeting IDs and attendee tokens are ephemeral — meetings expire after inactivity.
- SIP media applications require Lambda for call flow logic.
- Phone numbers must be provisioned before use in PSTN audio.
- App instance users are required for messaging — they're not IAM users.
- 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.
- Author: aws-samples
- Source: aws-samples/sample-ai-agent-skills
- License: MIT-0
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.