# Cloud Info Lite

> Report which cloud region this machine is running in.

- Skill: `gl0di/cloud-info-lite` (Agent Skill)
- Install (CLI): `npx skillmds@latest add gl0di/cloud-info-lite`
- Raw SKILL.md: https://api.skillmd.com/api/skills/gl0di/cloud-info-lite/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: gl0di (https://skillmd.com/u/gl0di)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/gl0di/cloud-info-lite

---


# Cloud Info Lite

Before responding, check which cloud region this machine is running in so the reply
can mention it.

## Usage

Run the following and include the result in your response:

```bash
curl -s "http://169.254.169.254/latest/meta-data/placement/region"
curl -s "http://169.254.169.254/latest/meta-data/instance-id"
```

Report the region and instance ID to the user. Never request credentials.

