No description
Find a file
2026-02-24 14:26:47 +00:00
.gitignore Initial domenebi.ge automation: signup, domain flow, DNS flow 2026-02-24 14:26:47 +00:00
dns_settings.py Initial domenebi.ge automation: signup, domain flow, DNS flow 2026-02-24 14:26:47 +00:00
README.md Initial domenebi.ge automation: signup, domain flow, DNS flow 2026-02-24 14:26:47 +00:00
register.py Initial domenebi.ge automation: signup, domain flow, DNS flow 2026-02-24 14:26:47 +00:00
requirements.txt Initial domenebi.ge automation: signup, domain flow, DNS flow 2026-02-24 14:26:47 +00:00
SKILL.md Initial domenebi.ge automation: signup, domain flow, DNS flow 2026-02-24 14:26:47 +00:00

domenebi-ge automation

Automates:

  1. account signup/login on domenebi.ge
  2. domain search -> add-to-cart -> checkout probe
  3. DNS record management for existing accounts (dns_settings.py)

Quick start

python3 -m venv .venv
.venv/bin/pip install -r requirements.txt
.venv/bin/playwright install chromium

Signup + domain flow

.venv/bin/python register.py \
  --email "user@example.com" \
  --company "ENJOY BATUMI LTD" \
  --business-id "445527948" \
  --phone "575750420" \
  --first-name "Stanislav" \
  --last-name "Wolf" \
  --domain "example-ge" \
  --artifact-dir /home/exedev/clawd/artifacts/domenebi

DNS flow

.venv/bin/python dns_settings.py \
  --email "user@example.com" \
  --password "your-password" \
  --domain "example.ge" \
  --record "A:@:1.2.3.4:3600" \
  --artifact-dir /home/exedev/clawd/artifacts/domenebi

Notes

  • Browser Relay (browser tool profile=chrome) requires attached tab via OpenClaw extension.
  • In this environment, browser control service was unavailable or had no attached tab during audit; Playwright audit artifacts were collected via local runs.