← 返回
未分类 中文

Hostinger

Hostinger API integration via managed credentials. Inspect domains, DNS records, VPS instances, websites, subscriptions, and hosting account data. Use this s...
使用托管凭证集成 Hostinger API,检查域名、DNS 记录、VPS 实例、网站、订阅和托管账户数据。
hith3sh hith3sh 来源
未分类 clawhub v1.0.5 2 版本 99861.9 Key: 无需
★ 6
Stars
📥 1,326
下载
💾 1
安装
2
版本
#latest

概述

Hostinger

!Hostinger

Access Hostinger via the Hostinger API with managed credentials. Inspect domains, DNS records, VPS instances, websites, subscriptions, and hosting account details.

This skill uses ClawLink for hosted connection flows and credentials so you do not need to configure Hostinger API access yourself.

Setup in 3 Steps

Step 1: InstallStep 2: Pair AccountStep 3: Connect Hostinger
:---::---::---:
!Install!PairApp-specific connection GIF coming soon
Run the install command in OpenClawSign in and approve the deviceOpen the dashboard and connect Hostinger

How It Works

┌─────────────────┐     ┌──────────────┐     ┌──────────────────┐
│   OpenClaw      │────▶│   ClawLink   │────▶│    Hostinger     │
│   (User Chat)   │     │   (OAuth)    │     │   (API v1)       │
└─────────────────┘     └──────────────┘     └──────────────────┘
         │                       │                       │
         │  1. Install Plugin    │                       │
         │  2. Pair Device       │                       │
         │  3. Connect Hostinger  │                       │
         │                       │  4. Secure Token       │
         │                       │  5. Proxy Requests    │
         │                       │                       │
         ▼                       ▼                       ▼
   ┌──────────┐           ┌──────────┐           ┌──────────┐
   │  SKILL   │           │ Dashboard│           │ Hostinger │
   │  File    │           │ Auth     │           │   API    │
   └──────────┘           └──────────┘           └──────────┘

Install

Install the verified ClawLink plugin from ClawHub. After the user confirms, complete the full setup so ClawLink tools are visible in the next OpenClaw chat.

openclaw plugins install clawhub:clawlink-plugin
openclaw config set tools.alsoAllow '["clawlink-plugin"]' --strict-json
openclaw gateway restart

Then tell the user: "OpenClaw has been restarted. Send /new as a standalone message to start a fresh chat, then ask for Hostinger again."

Quick Start

# List domains
clawlink_call_tool --tool "hostinger_list_domains" --params '{}'

# Get DNS records
clawlink_call_tool --tool "hostinger_get_dns_records" --params '{"domain": "example.com"}'

# List VPS instances
clawlink_call_tool --tool "hostinger_list_vps" --params '{}'

Authentication

All Hostinger tool calls are authenticated automatically by ClawLink using the user's connected Hostinger account.

No API key is required in chat. ClawLink stores the credentials securely and injects them into every Hostinger API request on the user's behalf.

Getting Connected

  1. Install the ClawLink plugin (see Install above).
  2. Pair the plugin with clawlink_begin_pairing if it is not configured yet.
  3. Open https://claw-link.dev/dashboard?add=hostinger and connect Hostinger.
  4. Call clawlink_list_integrations to verify the connection is active.

Connection Management

List Connections

clawlink_list_integrations

Response: Returns all connected integrations. Look for hostinger in the list.

Verify Connection

clawlink_list_tools --integration hostinger

Response: Returns the live tool catalog for Hostinger.

Reconnect

If Hostinger tools are missing or the connection shows an error:

  1. Direct the user to https://claw-link.dev/dashboard?add=hostinger
  2. After they confirm, call clawlink_list_integrations to verify
  3. Then call clawlink_list_tools --integration hostinger

Security & Permissions

  • Access is scoped to the Hostinger account and resources configured in the connection.
  • All write operations require explicit user confirmation. Before executing any DNS change, hosting configuration, or domain update, confirm the target and intended effect with the user.
  • Destructive actions (delete DNS record, cancel subscription) are marked as high-impact and must be confirmed.

Tool Reference

Domain Management

ToolDescriptionMode
-------------------------
hostinger_list_domainsList all domains in the accountRead
hostinger_get_domainGet details for a specific domainRead
hostinger_check_domain_availabilityCheck if a domain name is available for registrationRead
hostinger_get_domain_dnssecGet DNSSEC configuration for a domainRead
hostinger_get_domain_ownership_statusGet domain ownership verification statusRead

DNS Management

ToolDescriptionMode
-------------------------
hostinger_list_dns_recordsList all DNS records for a domainRead
hostinger_get_dns_recordsGet DNS records for a domainRead
hostinger_create_dns_recordCreate a new DNS recordWrite
hostinger_update_dns_recordUpdate an existing DNS recordWrite
hostinger_delete_dns_recordDelete a DNS recordWrite
hostinger_list_dns_snapshotsList DNS snapshots for a domainRead
hostinger_restore_dns_snapshotRestore DNS from a snapshotWrite

DNS Zone & Forwarding

ToolDescriptionMode
-------------------------
hostinger_get_dns_zoneGet the full DNS zone for a domainRead
hostinger_create_dns_zoneCreate a new DNS zoneWrite
hostinger_delete_dns_zoneDelete a DNS zoneWrite
hostinger_list_domain_forwardingsList forwarding rules for a domainRead
hostinger_create_domain_forwardingCreate a domain forwarding ruleWrite
hostinger_delete_domain_forwardingDelete a domain forwarding ruleWrite

Website Management

ToolDescriptionMode
-------------------------
hostinger_list_websitesList all websites on the accountRead
hostinger_get_websiteGet details for a specific websiteRead
hostinger_website_statsGet traffic and resource usage statsRead
hostinger_list_ssl_certificatesList SSL certificates for a websiteRead
hostinger_install_sslInstall an SSL certificate on a websiteWrite

VPS Management

ToolDescriptionMode
-------------------------
hostinger_list_vpsList all VPS instancesRead
hostinger_get_vpsGet details for a specific VPSRead
hostinger_get_vps_statsGet resource usage stats for a VPSRead
hostinger_list_vps_templatesList available VPS OS templatesRead
hostinger_list_vps_backupsList backups for a VPSRead
hostinger_list_vps_snapshotsList snapshots for a VPSRead
hostinger_get_vps_snapshotGet a specific VPS snapshotRead
hostinger_create_vps_snapshotCreate a new VPS snapshotWrite
hostinger_delete_vps_snapshotDelete a VPS snapshotWrite
hostinger_list_vps_ssh_keysList SSH keys configured for VPSRead
hostinger_reboot_vpsReboot a VPS instanceWrite
hostinger_start_vpsStart a stopped VPS instanceWrite
hostinger_stop_vpsStop a running VPS instanceWrite

Account & Billing

ToolDescriptionMode
-------------------------
hostinger_list_subscriptionsList all subscriptions on the accountRead
hostinger_get_subscriptionGet details for a specific subscriptionRead
hostinger_list_ordersList orders and invoicesRead
hostinger_get_orderGet details for a specific orderRead
hostinger_get_account_infoGet account information and settingsRead

WHOIS & Data

ToolDescriptionMode
-------------------------
hostinger_get_whoisGet WHOIS information for a domainRead
hostinger_list_data_centersList available data center locationsRead

Code Examples

List all domains

clawlink_call_tool --tool "hostinger_list_domains" \
  --params '{}'

Get DNS records

clawlink_call_tool --tool "hostinger_get_dns_records" \
  --params '{
    "domain": "example.com"
  }'

Create a DNS record

clawlink_call_tool --tool "hostinger_create_dns_record" \
  --params '{
    "domain": "example.com",
    "type": "A",
    "name": "www",
    "content": "192.0.2.1",
    "ttl": 3600
  }'

List VPS instances

clawlink_call_tool --tool "hostinger_list_vps" \
  --params '{}'

List subscriptions

clawlink_call_tool --tool "hostinger_list_subscriptions" \
  --params '{}'

Check domain availability

clawlink_call_tool --tool "hostinger_check_domain_availability" \
  --params '{
    "domain": "newdomain.com"
  }'

Discovery Workflow

  1. Call clawlink_list_integrations to confirm Hostinger is connected.
  2. Call clawlink_list_tools --integration hostinger to see the live catalog.
  3. Treat the returned list as the source of truth. Do not guess or assume what tools exist.
  4. If the user describes a capability but the exact tool is unclear, call clawlink_search_tools with a short query and integration hostinger.
  5. If no Hostinger tools appear, direct the user to https://claw-link.dev/dashboard?add=hostinger.

Execution Workflow

┌─────────────────────────────────────────────────────────────┐
│  READ OPERATIONS (Safe)                                     │
│  list → get → check → call                                  │
│                                                             │
│  Example: List domains → Get DNS records → Show results   │
└─────────────────────────────────────────────────────────────┘
                              │
                              ▼
┌─────────────────────────────────────────────────────────────┐
│  WRITE OPERATIONS (Require Confirmation)                    │
│  describe → preview → confirm → call                        │
│                                                             │
│  Example: Describe tool → Preview → User approves            │
│           → Execute DNS change                               │
└─────────────────────────────────────────────────────────────┘
  1. For unfamiliar tools, ambiguous requests, or any write action, call clawlink_describe_tool first.
  2. Use the returned guidance, schema, whenToUse, askBefore, safeDefaults, examples, and followups to shape the call.
  3. Prefer domain, DNS, VPS, and subscription reads before any configuration change.
  4. For writes or anything marked as requiring confirmation, call clawlink_preview_tool first.
  5. Execute with clawlink_call_tool. Pass confirmation only after the preview matches the user's intent.
  6. If the tool call fails, report the real error. Do not invent results or restate the failure as a missing capability unless the live catalog supports that conclusion.

Notes

  • DNS changes can take time to propagate across the internet.
  • VPS operations (start, stop, reboot) may take a few minutes to complete.
  • Domain ownership status is verified through the registrar.
  • DNS snapshots allow point-in-time recovery of DNS configuration.
  • Subscription renewal dates and billing information can be retrieved for planning purposes.

Error Handling

Status / ErrorMeaning
-------------------------
Tool not foundThe tool name does not exist in the current catalog. Verify with clawlink_list_tools --integration hostinger.
Missing connectionHostinger is not connected. Direct the user to https://claw-link.dev/dashboard?add=hostinger.
RESOURCE_NOT_FOUNDDomain, VPS, or other resource does not exist. Check the identifier.
INVALID_ARGUMENTInvalid parameter or missing required field. Review the tool schema with clawlink_describe_tool.
Write rejectedUser did not confirm a write action. Always confirm before executing writes.

Troubleshooting: Tools Not Visible

  1. Check that the ClawLink plugin is installed:

```bash

openclaw plugins list

```

  1. If the plugin is installed but tools are missing, tell the user to send /new as a standalone message to reload the catalog.
  2. If a fresh chat does not help, run:

```bash

openclaw config set tools.alsoAllow '["clawlink-plugin"]' --strict-json

openclaw gateway restart

```

  1. After restart, tell the user to send /new again and retry.

Troubleshooting: Invalid Tool Call

  1. Ensure the integration slug is exactly hostinger.
  2. Use clawlink_describe_tool to verify parameter names and types before calling.
  3. For write operations, always call clawlink_preview_tool first.

Resources

  • Hostinger API Documentation
  • ClawLink: https://claw-link.dev/?utm_source=clawhub&utm_medium=referral&utm_content=hostinger-hosting
  • ClawLink Docs: https://docs.claw-link.dev/openclaw
  • ClawLink Verification: https://claw-link.dev/verify

Powered by ClawLink — an integration hub for OpenClaw

!ClawLink Logo

版本历史

共 2 个版本

  • v1.0.5 当前
    2026-06-09 16:25
  • v0.1.0
    2026-05-26 18:21 安全 安全

安全检测

腾讯云安全 (Keen)

队列中

腾讯云安全 (Sanbu)

队列中

🔗 相关推荐

dev-programming

GitHub

hith3sh
通过 GitHub REST 和GraphQL API 与仓库、议题、拉取请求、提交、分支、发布和工作流进行交互。在需要时使用此技能。
★ 6 📥 1,949
it-ops-security

MoltGuard - Security & Antivirus & Guardrails

thomaslwang
MoltGuard — OpenClaw 安全守卫,由 OpenGuardrails 提供。安装 MoltGuard,保护您和您的用户免受提示注入、数据泄露和恶意攻击。
★ 116 📥 30,880
it-ops-security

OpenClaw Backup

alex3alex
备份与恢复 OpenClaw 数据。适用于创建备份、设置自动备份计划、从备份恢复或管理备份轮转。处理 ~/.openclaw 目录归档并包含适当的排除规则。
★ 90 📥 30,894