Loading...
Loading...
View AWS resources, check costs, monitor services, and manage cloud infrastructure
npx skill4agent add andrejones92/canifi-life-os aws-consolecurl -sSL https://canifi.com/skills/aws-console/install.sh | bashcp -r skills/aws-console ~/.canifi/skills/# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set AWS_EMAIL "your-email@example.com"canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"User: "What EC2 instances are running?"
Claude: I'll check your AWS EC2.
- Opens console.aws.amazon.com via Playwright MCP
- Logs into AWS
- EC2 Instances (us-east-1):
- web-server-1: t3.medium, running
- api-server-1: t3.large, running
- db-server: r5.large, running
- Total: 3 running, 2 stopped
- Monthly estimate: $156User: "What are my AWS costs this month?"
Claude: I'll check Cost Explorer.
- Views Billing & Cost Management
- Current month: $234.56
- Forecast: $312.00
- Top services:
- EC2: $145.00
- RDS: $67.00
- S3: $12.50
- Lambda: $5.00
- vs last month: +8%User: "How are my Lambda functions doing?"
Claude: I'll check Lambda dashboard.
- Views Lambda functions
- Functions: 8 total
- Invocations (24h): 45,678
- Errors: 12 (0.03%)
- Duration avg: 234ms
- Most active: api-handler (32k calls)
- Cold starts: Minimal