# Domain Full Setup

> End-to-end domain setup: check availability, register, configure DNS, and set up email. Use when launching a new project needing everything from scratch. Requires domain-suite-mcp.

- **Type:** Skill
- **Install:** `agentstack add skill-oso95-domain-suite-mcp-domain-full-setup`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [oso95](https://agentstack.voostack.com/s/oso95)
- **Installs:** 0
- **Category:** [Cloud & Infrastructure](https://agentstack.voostack.com/c/cloud-infrastructure)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [oso95](https://github.com/oso95)
- **Source:** https://github.com/oso95/domain-suite-mcp/tree/main/skills/domain-full-setup
- **Website:** https://www.npmjs.com/package/domain-suite-mcp

## Install

```sh
agentstack add skill-oso95-domain-suite-mcp-domain-full-setup
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

Run a complete domain setup for $ARGUMENTS using the domain-suite-mcp server.

This skill walks through the full setup pipeline. Each phase is confirmed before proceeding.

## Phase 1 — Check & Register

1. Call `list_providers` to see what's configured.
2. Call `check_availability` for the domain across common TLDs.
3. Present availability and pricing. Let the user pick their preferred domain.
4. Collect registrant contact information.
5. Confirm with the user before registering (paid, irreversible).
6. Call `register_domain`.

## Phase 2 — DNS Setup

7. Ask for the server IP address or hosting target (Vercel, Netlify, Render, etc.).
8. Call `create_dns_record` for:
   - A/CNAME @ → 
   - CNAME www → @ (or separate A record)
9. Ask if any subdomains are needed (api., staging., etc.) and create them.

## Phase 3 — Email Setup

10. Ask which mail provider they're using (Google Workspace, Resend, SendGrid, etc.). Skip if none.
11. Run in order:
    - `setup_mx` with the mail provider template
    - `setup_spf` with the mail provider template
    - `setup_dkim` — ask for selector and public key (explain where to find them)
    - `setup_dmarc` — start with `policy: none`, ask for report email

## Phase 4 — Summary

12. Call `list_dns_records` to show the complete final DNS state.
13. Provide a checklist of next steps:
    - [ ] DNS propagation (check with `dig` or dnschecker.org)
    - [ ] Verify DKIM in mail provider dashboard
    - [ ] Test email deliverability (mail-tester.com)
    - [ ] Escalate DMARC policy to `quarantine` then `reject` after confirming deliverability
    - [ ] Set up SSL certificate if needed (`create_certificate`)

## Notes
- Each phase can be skipped if the user already completed it
- All email tools are idempotent — safe to re-run
- For a Porkbun/Cloudflare split setup: register on Porkbun, then point nameservers to Cloudflare before doing DNS/email steps

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [oso95](https://github.com/oso95)
- **Source:** [oso95/domain-suite-mcp](https://github.com/oso95/domain-suite-mcp)
- **License:** MIT
- **Homepage:** https://www.npmjs.com/package/domain-suite-mcp

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-oso95-domain-suite-mcp-domain-full-setup
- Seller: https://agentstack.voostack.com/s/oso95
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
