Hostinger
Use Hostinger from your AI agent through ClawLink — 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:
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
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 hostingeris 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 — connect 90+ apps to any AI agent.