# Dn Info

> Get detailed information about a registered domain using the dn CLI. Use when the user wants to see domain details like expiration date, nameservers, contacts, EPP status, privacy settings, or transfer lock status. Partner mode only - user mode redirects to WordPress.com.

- Skill: `automattic/dn-info` (Agent Skill)
- Install (CLI): `npx skillmds@latest add automattic/dn-info`
- Raw SKILL.md: https://api.skillmd.com/api/skills/automattic/dn-info/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: Automattic (https://skillmd.com/u/automattic)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/automattic/dn-info

---


# dn info

Get detailed information about a registered domain.

## Usage

```bash
dn info example.com
```

## Output

Displays a property table with: Created, Expires, Updated, Paid Until, Auth Code, Renewal Mode, Transfer Mode, RGP Status, Transfer Lock, Privacy, DNSSEC.

Also shows sections for Nameservers, EPP Status Codes, and Contacts (owner, admin, tech, billing) when available.

## Notes

- **Partner mode only** - user mode shows redirect to `wordpress.com/domains/manage`
- Useful for checking expiration dates, auth codes for transfers, and current domain status

