npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@eigenai/eigendata-cli

v2.1.12

Published

EigenData - Natural Language Data Generation Platform

Readme

@eigenai/eigendata-cli

EigenData - 自然语言数据生成平台

安装

npm install -g @eigenai/eigendata-cli

安装过程会在 postinstall 阶段自动下载对应平台的原生二进制到 ~/.eigendata/bin/,并安装默认的 config/data_agent 与 prompts 到 ~/.eigendata/

系统要求

  • Node.js 18+
  • 支持的操作系统: Linux
  • 支持的架构: x64, arm64

使用

安装完成后,直接运行:

eigendata

常用命令

# 启动交互式会话
eigendata

# 显示帮助
eigendata --help

# 显示版本
eigendata --version

# 显示安装信息
eigendata --info

自然语言示例

在交互式会话中,你可以使用自然语言:

eigendata> Generate 10 HP support dialogs
eigendata> Analyze the quality of my dataset
eigendata> Modify data to be more technical
eigendata> Configure model to gpt-4o

配置

Server URL 已内置为 http://3.151.215.26:8008,首次启动不会提示修改。

首次运行时,系统会提示你配置:

  1. API Key: 你的 API 密钥
  2. Workspace Directory: EigenData 工作目录(存放配置/日志/数据)
  3. Initial Schema File (optional): 可选的函数 schema 预加载文件

配置存储在 ~/.eigendata/settings.yaml

故障排除

二进制文件未找到

# 手动触发下载
eigendata --download

下载失败/使用镜像

默认从 GitHub Releases 下载。可通过环境变量覆盖下载基址:

export EIGENDATA_BINARY_URL="https://github.com/<org>/<repo>/releases/download"
npm install -g @eigenai/eigendata-cli

重新安装

npm uninstall -g @eigenai/eigendata-cli
npm install -g @eigenai/eigendata-cli

权限问题

# 不要使用 sudo
npm install -g @eigenai/eigendata-cli

# 如果遇到 EACCES 错误,修复 npm 权限
# https://docs.npmjs.com/resolving-eacces-permissions-errors-when-installing-packages-globally

支持

  • 文档: https://docs.eigendata.ai
  • 问题反馈: https://github.com/eigen-ai-labs/EigenData-CLI/issues

许可证

Proprietary - EigenData Team