# Hostinger

> Hostinger integration for AI agents via ClawLink — browser login, no API key setup. Connect Hostinger through ClawLink's hosted setup to manage domains, DNS records, VPS instances, websites, and hosting orders. Use this skill when the user wants to work with Hostinger (Developer Tools) — connect Hostinger, read or update Hostinger data, or take actions in Hostinger from chat instead of saying you cannot access it.

- Skill: `clawlink-hq/hostinger` (Agent Skill)
- Install (CLI): `npx skillmds@latest add clawlink-hq/hostinger`
- Raw SKILL.md: https://api.skillmd.com/api/skills/clawlink-hq/hostinger/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: clawlink-hq (https://skillmd.com/u/clawlink-hq)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/clawlink-hq/hostinger

---


# Hostinger

Use **Hostinger** from your AI agent through [ClawLink](https://claw-link.dev) — browser login, no API key to paste, no config to edit. Connect Hostinger once and the agent can read and act on it. Works in any agent that can run shell commands (Claude Code, Cursor, Codex, Cline, and more).

## Setup

Run these once — the agent can run them for you:

```bash
npx @useclawlink/cli login              # opens browser → approve (mints + stores a key)
npx @useclawlink/cli connect hostinger   # opens browser → authorize Hostinger
```

No API key to create or paste — `login` stores the credential at `~/.clawlink/credentials.json`.

## Using Hostinger

```bash
npx @useclawlink/cli actions hostinger "<what you want to do>"   # find an action
npx @useclawlink/cli describe hostinger <action-id>             # see its inputs (before writes)
npx @useclawlink/cli run hostinger <action-id> --input '<json>' # execute
```

Reads first; confirm with the user before any write.

## Available actions

| Action | Description |
|--------|-------------|
| `hostinger_list_domains` | List all domains in your account |
| `hostinger_check_domain_availability` | Check if domain names are available for registration |
| `hostinger_get_dns_records` | Get DNS records for a domain |
| `hostinger_list_dns_snapshots` | List DNS backup snapshots for a domain |
| `hostinger_validate_dns_records` | Validate DNS records before updating |
| `hostinger_list_websites` | List hosted websites |
| `hostinger_list_orders` | List hosting orders |
| `hostinger_list_subscriptions` | List account subscriptions |
| `hostinger_list_virtual_machines` | List VPS virtual machines |
| `hostinger_list_templates` | List available VPS OS templates |
| `hostinger_list_data_centers` | List available data center locations |
| `hostinger_list_public_keys` | List SSH public keys |
| `hostinger_list_whois_profiles` | List WHOIS contact profiles |
| `hostinger_get_domain_forwarding` | Get domain forwarding/redirect configuration |
| `hostinger_verify_domain_ownership` | Verify domain ownership status |

## Notes

- **No API key for Hostinger itself** — ClawLink holds the OAuth token; the agent only holds your ClawLink credential.
- Not connected yet, or access expired? Re-run `npx @useclawlink/cli connect hostinger`.
- The action list above is a snapshot; `npx @useclawlink/cli actions hostinger` is always current.

## Resources

- ClawLink: https://claw-link.dev
- Docs: https://docs.claw-link.dev
- CLI: https://www.npmjs.com/package/@useclawlink/cli

---

**Powered by [ClawLink](https://claw-link.dev)** — connect 90+ apps to any AI agent.

