LaunchKit · 2026
Back to Skills

m44-internal-testing

Install and set up DataHive in a deterministic headless-friendly flow: (1) check/install browser (Chrome or Chromium)

0
0 downloads
by @tuleyko

Setup & Installation

openclaw skills install @tuleyko/m44-internal-testing

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install m44-internal-testing

What This Skill Does

Automates the full DataHive browser extension setup in a deterministic, headless-friendly sequence: installs the target browser if needed, creates a dedicated browser profile, installs the DataHive extension via CRX bypassing the Chrome Web Store, and completes login via email magic link. Each step is verified before the next begins.

Installs the extension via CRX and policy scripts rather than the Chrome Web Store UI, so the entire flow runs without manual browser interaction.

When to use it

  • Setting up DataHive on a fresh machine
  • Automating DataHive installation in a headless environment
  • Reinstalling DataHive after a browser profile is wiped
  • Onboarding a new device to an existing DataHive account
  • Recovering a broken DataHive extension installation

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: install datahive

AGENT
  1. 1Check whether the target browser (Chrome or Chromium) is installed; install it if missing
  2. 2Check whether the datahive browser profile exists in OpenClaw config; create it with CDP port 18810 if not
  3. 3Verify Gog mailbox access is available; stop and report blocker if Gog is not configured
  4. 4Install the DataHive extension via CRX using the extension ID and policy scripts, restart the profile, then verify the extension is active
  5. 5Open the DataHive login page in the datahive profile, request a magic link, fetch it via Gog, and complete authentication
OUTPUT

DataHive extension installed and logged in inside the datahive browser profile, with dashboard login confirmed

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

Gog mailbox access configuredDataHive account (for email magic link login)