Localstack Logs
This skill integrates with LocalStack to provide detailed logs from your event streams, simplifying debugging and troubleshooting of distributed applications.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add localstack-logs npx -- -y @trustedskills/localstack-logs
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"localstack-logs": {
"command": "npx",
"args": [
"-y",
"@trustedskills/localstack-logs"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill provides access to LocalStack logs. It allows AI agents to retrieve and analyze log data generated by LocalStack, a fully managed open-source platform that reproduces AWS services locally. This enables debugging, monitoring, and auditing of applications interacting with LocalStack resources. The skill facilitates efficient troubleshooting and performance analysis within a local AWS environment.
When to use it
- Debugging application errors: Retrieve logs related to specific function invocations or API calls in your LocalStack environment.
- Monitoring resource usage: Analyze log data to identify trends in resource consumption (e.g., SQS queue size, DynamoDB table reads/writes).
- Auditing security events: Examine logs for suspicious activity or unauthorized access attempts within your LocalStack setup.
- Performance troubleshooting: Identify bottlenecks and optimize the performance of applications interacting with LocalStack services by analyzing request latency and error rates from logs.
Key capabilities
- Access to LocalStack log data.
- Retrieval of specific log entries based on criteria (e.g., timestamp, service).
- Analysis of log data for debugging and monitoring purposes.
Example prompts
- "Show me the logs for my SQS queue 'my-queue' from the last hour."
- "What errors occurred in Lambda function 'my-function' during the past 5 minutes?"
- "Retrieve all DynamoDB table access events from yesterday."
Tips & gotchas
- Ensure LocalStack is properly configured and logging enabled for the desired services. The quality of logs directly impacts the usefulness of this skill.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.