datahive-installer

Automates DataHive sign-in using a magic link workflow: requests the link, retrieves it from Gmail via gog, and opens it in a Chrome DevTools tab.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "datahive-installer" with this command: npx skills add tuleyko/datahive-installer

datahive-installer

Automates installation of DataHive node.

DataHive context (for operators)

DataHive is a platform for high-quality AI training datasets and analytics use cases across domains such as e-commerce, reviews, audio, image, and video, with an emphasis on decentralized and passive data collection workflows. This skill is limited to dashboard authentication automation, specifically requesting a magic link, retrieving it, and opening the login tab, and does not cover dataset management.

Trigger phrases

Use this skill when the user says things like:

  • "run datahive-installer"
  • "log me into DataHive"
  • "start DataHive login flow"
  • "execute DataHive installer"
  • "setup DataHive"
  • "install DataHive"

Execution rule

Always execute this skill in the exact sequence defined in strict order, exactly as written in this SKILL.md. Do not skip, reorder, or parallelize steps unless the user explicitly asks to change the sequence.

What this skill does

  1. Detect platform (ubuntu or macos) and stop with an error for any other OS.
  2. Install runtime prerequisites for the detected platform.
  3. Launch Chrome in persistent background mode with CDP enabled.
  4. Read your authenticated gog account email.
  5. Request a DataHive magic link via API.
  6. Find the latest DataHive login email in Gmail.
  7. Extract the magic login URL.
  8. Open the magic URL in a new browser tab over CDP.

Step 0 — Detect platform

Run:

./scripts/0_detect_platform.sh

Expected output:

  • ubuntu for Ubuntu hosts
  • macos for macOS hosts

Any other value or non-zero exit means unsupported platform.

Step 1 — Install prerequisites (platform-aware)

Run:

PLATFORM="$(./scripts/0_detect_platform.sh)" ./scripts/1_install_prerequisites.sh

Behavior by platform:

  • ubuntu: installs Chrome + xvfb via apt, applies managed extension policy, installs websocat.
  • macos: installs Chrome via Homebrew cask (if missing), applies managed extension policy in /Library/Managed Preferences/com.google.Chrome.plist, installs websocat.

Step 2 — Launch browser in persistent background mode (platform-aware)

Run:

PLATFORM="$(./scripts/0_detect_platform.sh)" ./scripts/2_launch_chrome_supervisor.sh

Behavior by platform:

  • ubuntu: launches google-chrome under xvfb-run.
  • macos: launches /Applications/Google Chrome.app/Contents/MacOS/Google Chrome directly.

Optional checks:

curl -sf http://localhost:9222/json/version
tail -f "$HOME/.chrome-datahive/chrome.log"

Step 3 — Get email from gog

gog auth list --json

Use the default account email from output (example: peter@gmail.com).

Step 4 — Request magic link

Use the helper script with your gog email:

./scripts/4_request_magic_link.sh <EMAIL>

(or EMAIL=<EMAIL> ./scripts/4_request_magic_link.sh)

Expected response:

{"message":"If this email exists, a login link has been sent"}

Step 5 — Find latest DataHive magic-link email

gog gmail messages search 'from:datahive newer_than:7d' --max 10 --account <EMAIL>

Take the top/latest message ID and fetch it:

gog gmail get <MESSAGE_ID> --account <EMAIL> --json

Extract the URL from the HTML body:

https://dashboard.datahive.ai/auth?token=...

Step 6 — Open magic link

Run:

TARGET_URL='https://dashboard.datahive.ai/auth?token=<TOKEN>' ./scripts/6_open_magic_link.sh

Notes

  • Magic links expire quickly (about 15 minutes).
  • Treat magic links as secrets; do not share them.
  • If CDP is not available, start Chrome with remote debugging enabled.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Miaoji Asin Clinic Pro

亚马逊ASIN诊所Pro版,90天行动计划+竞品对标+季节性优化日历。 从合规度、广告度、评论度、视觉度、内容度五维升级为可执行的长期作战方案。 基础功能可使用 miaoji-asin-clinic 免费版。

Registry SourceRecently Updated
Coding

wechat-publish-pro

Pure Python tool to convert Markdown to styled HTML and publish articles to WeChat official account drafts with AI-based content refinement and theme support.

Registry SourceRecently Updated
Coding

Miaoji Asin Clinic

基于ASIN和品类,快速诊断亚马逊Listing五维健康指数并智能排序修复优先级,提供详细分析与个性化修复方案。

Registry SourceRecently Updated
Coding

Toonany

A Claude Code skill for creating AI-generated short dramas (漫剧) from novels and stories. Use when user mentions "漫剧创作", "小说转剧本", "分镜生成", "短剧制作", "故事线生成", "大纲...

Registry SourceRecently Updated