Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器clawhub未标认证来源可访问clear审计提醒

datahive-installer数据配置安装程序

Agent Skill

用于辅助数据整理、表格处理、CSV/Excel 分析、指标计算和图表准备。它适合让 Agent 清洗字段、汇总数据、发现异常、生成统计口径或把分析结果转成可读说明。使用时需要确认数据来源、字段含义和时间范围,避免把样本数据当全量事实;涉及敏感数据、导出文件或批量写回时,应先确认权限和脱敏边界。

总安装

9,243

周安装

393

GitHub Stars

公开资料未说明

下载量

3,238
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:datahive-installer(数据配置安装程序)
来源仓库:https://github.com/tuleyko/datahive-installer
安装命令:
openclaw skills install datahive-installer
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install datahive-installer

简介

使用 magic link 工作流程自动化 DataHive 登录:请求链接,通过 gog 从 Gmail 检索链接,然后在 Chrome DevTools 选项卡中打开它。

SKILL.md

name
datahive-installer
description
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.
metadata
openclaw
emoji
🍯
requires
bins
["gog", "curl", "websocat"]

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.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

77.41%
按下载量换算2,507

安全审计

VirusTotal

可疑

ClawScan

可疑

Static analysis

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills